Files
freeCodeCamp/api-server/server/views/resources/sitemap.jade

94 lines
1.8 KiB
Plaintext
Raw Normal View History

2015-03-06 00:13:58 -08:00
doctype xml
urlset(xmlns="http://www.sitemaps.org/schemas/sitemap/0.9")
url
2017-08-26 00:07:44 +02:00
loc http://www.freecodecamp.org/
2015-03-06 00:13:58 -08:00
changefreq weekly
lastmod= now
2015-05-02 16:50:59 -07:00
priority= 0.9
2015-03-06 00:13:58 -08:00
url
2017-08-26 00:07:44 +02:00
loc http://www.freecodecamp.org/nonprofits
2015-03-06 00:13:58 -08:00
changefreq weekly
lastmod= now
2015-05-02 16:50:59 -07:00
priority= 0.9
2015-03-06 00:13:58 -08:00
url
2017-08-26 00:07:44 +02:00
loc http://www.freecodecamp.org/pmi-acp-agile-project-managers
2015-03-06 00:13:58 -08:00
changefreq weekly
lastmod= now
2015-05-02 16:50:59 -07:00
priority= 0.9
2015-03-06 00:13:58 -08:00
url
2017-08-26 00:07:44 +02:00
loc http://www.freecodecamp.org/map
2015-03-06 00:13:58 -08:00
changefreq weekly
lastmod= now
2015-05-02 16:50:59 -07:00
priority= 0.9
2015-03-06 00:13:58 -08:00
url
2017-08-26 00:07:44 +02:00
loc http://www.freecodecamp.org/about
2015-10-31 02:59:09 -07:00
changefreq weekly
lastmod= now
priority= 0.9
url
2017-08-26 00:07:44 +02:00
loc http://www.freecodecamp.org/donate
2015-10-31 02:59:09 -07:00
changefreq weekly
lastmod= now
priority= 0.9
url
2017-08-26 00:07:44 +02:00
loc http://www.freecodecamp.org/stories
2015-05-02 16:50:59 -07:00
changefreq weekly
2015-03-06 00:13:58 -08:00
lastmod= now
2015-05-02 16:50:59 -07:00
priority= 0.9
2015-03-06 00:13:58 -08:00
2015-10-31 02:59:09 -07:00
url
2017-08-26 00:07:44 +02:00
loc http://www.freecodecamp.org/coding-bootcamp-cost-calculator
2015-10-31 02:59:09 -07:00
changefreq monthly
lastmod= now
priority= 0.9
2016-10-06 21:54:54 -07:00
url
2017-08-26 00:07:44 +02:00
loc http://www.freecodecamp.org/privacy
2016-10-06 21:54:54 -07:00
changefreq weekly
lastmod= now
priority= 0.9
url
2017-08-26 00:07:44 +02:00
loc http://www.freecodecamp.org/software-resources-for-nonprofits
2016-10-06 21:54:54 -07:00
changefreq weekly
lastmod= now
priority= 0.9
url
2017-08-26 00:07:44 +02:00
loc http://www.freecodecamp.org/the-fastest-web-page-on-the-internet
2016-10-06 21:54:54 -07:00
changefreq weekly
lastmod= now
priority= 0.9
url
2017-08-26 00:07:44 +02:00
loc http://www.freecodecamp.org/academic-honesty
2016-10-06 21:54:54 -07:00
changefreq weekly
lastmod= now
priority= 0.9
url
2017-08-26 00:07:44 +02:00
loc http://www.freecodecamp.org/code-of-conduct
2016-10-06 21:54:54 -07:00
changefreq weekly
lastmod= now
priority= 0.9
url
2017-08-26 00:07:44 +02:00
loc http://www.freecodecamp.org/how-nonprofit-projects-work
2016-10-06 21:54:54 -07:00
changefreq weekly
lastmod= now
priority= 0.9
2015-03-06 00:13:58 -08:00
each challenge in challenges
url
loc #{appUrl}/challenges/#{challenge.block}/#{challenge.dashedName}
2015-03-06 00:13:58 -08:00
lastmod= now
changefreq weekly
2015-10-31 02:59:09 -07:00
priority= 0.9