freeCodeCamp/server/views/resources/sitemap.jade

73 lines
1.4 KiB
Plaintext
Raw Normal View History

2015-03-06 08:13:58 +00:00
doctype xml
urlset(xmlns="http://www.sitemaps.org/schemas/sitemap/0.9")
url
2015-03-06 08:20:39 +00:00
loc http://www.freecodecamp.com/
2015-03-06 08:13:58 +00:00
changefreq weekly
lastmod= now
2015-05-02 23:50:59 +00:00
priority= 0.9
2015-03-06 08:13:58 +00:00
url
2015-03-06 08:20:39 +00:00
loc http://www.freecodecamp.com/nonprofits
2015-03-06 08:13:58 +00:00
changefreq weekly
lastmod= now
2015-05-02 23:50:59 +00:00
priority= 0.9
2015-03-06 08:13:58 +00:00
url
2015-05-02 23:50:59 +00:00
loc http://www.freecodecamp.com/pmi-acp-agile-project-managers
2015-03-06 08:13:58 +00:00
changefreq weekly
lastmod= now
2015-05-02 23:50:59 +00:00
priority= 0.9
2015-03-06 08:13:58 +00:00
url
2015-05-02 23:50:59 +00:00
loc http://www.freecodecamp.com/map
2015-03-06 08:13:58 +00:00
changefreq weekly
lastmod= now
2015-05-02 23:50:59 +00:00
priority= 0.9
2015-03-06 08:13:58 +00:00
url
2015-10-31 09:59:09 +00:00
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
2015-05-02 23:50:59 +00:00
changefreq weekly
2015-03-06 08:13:58 +00:00
lastmod= now
2015-05-02 23:50:59 +00:00
priority= 0.9
2015-03-06 08:13:58 +00:00
2015-10-31 09:59:09 +00:00
url
loc http://www.freecodecamp.com/coding-bootcamp-cost-calculator
changefreq monthly
lastmod= now
priority= 0.9
//- User
each user in users
url
loc #{appUrl}/#{user}
lastmod= now
2015-10-31 09:59:09 +00:00
changefreq weekly
2015-05-02 23:50:59 +00:00
priority= 0.5
2015-03-06 08:13:58 +00:00
each challenge in challenges
url
loc #{appUrl}/challenges/#{challenge.replace(/\s/g, '-')}
2015-03-06 08:13:58 +00:00
lastmod= now
changefreq weekly
2015-10-31 09:59:09 +00:00
priority= 0.9
2015-03-09 14:18:31 +00:00
each story in stories
url
2015-05-01 00:22:14 +00:00
loc #{appUrl}/news/#{story.replace(/\s/g, '-')}
2015-03-09 14:18:31 +00:00
lastmod= now
2015-10-31 09:59:09 +00:00
changefreq weekly
priority= 0.5