freeCodeCamp/server/views/resources/sitemap.jade

72 lines
1.3 KiB
Plaintext

doctype xml
urlset(xmlns="http://www.sitemaps.org/schemas/sitemap/0.9")
url
loc http://www.freecodecamp.com/
changefreq weekly
lastmod= now
priority= 0.9
url
loc http://www.freecodecamp.com/nonprofits
changefreq weekly
lastmod= now
priority= 0.9
url
loc http://www.freecodecamp.com/pmi-acp-agile-project-managers
changefreq weekly
lastmod= now
priority= 0.9
url
loc http://www.freecodecamp.com/map
changefreq weekly
lastmod= now
priority= 0.9
url
loc http://www.freecodecamp.com/labs
changefreq weekly
lastmod= now
priority= 0.9
url
loc http://www.freecodecamp.com/stories
changefreq weekly
lastmod= now
priority= 0.9
url
loc http://www.freecodecamp.com/jobs
changefreq weekly
lastmod= now
priority= 0.9
url
loc http://www.freecodecamp.com/coding-bootcamp-cost-calculator
changefreq monthly
lastmod= now
priority= 0.9
each challenge in challenges
url
loc #{appUrl}/challenges/#{challenge}
lastmod= now
changefreq weekly
priority= 0.9
each story in stories
url
loc #{appUrl}/news/#{story}
lastmod= now
changefreq monthly
priority= 0.5
each job in jobs
url
loc #{appUrl}/jobs/#{job}
lastmod= now
changefreq monthly
priority= 0.5