improve sitemap

pull/414/head
Quincy Larson 2015-05-02 16:50:59 -07:00
parent 80d8fe7e81
commit ef48efe8a8
1 changed files with 12 additions and 19 deletions

View File

@ -5,32 +5,31 @@ urlset(xmlns="http://www.sitemaps.org/schemas/sitemap/0.9")
loc http://www.freecodecamp.com/
changefreq weekly
lastmod= now
priority= 0.5
priority= 0.9
url
loc http://www.freecodecamp.com/nonprofits
changefreq weekly
lastmod= now
priority= 0.5
priority= 0.9
url
loc http://www.freecodecamp.com/learn-to-code
loc http://www.freecodecamp.com/pmi-acp-agile-project-managers
changefreq weekly
lastmod= now
priority= 0.5
priority= 0.9
url
loc http://www.freecodecamp.com/map
changefreq weekly
lastmod= now
priority= 0.9
url
loc http://www.freecodecamp.com/twitch
changefreq weekly
lastmod= now
priority= 0.5
//- Home page
url
loc= appUrl
lastmod= now
changefreq daily
priority= 0.8
priority= 0.9
//- User
each user in users
@ -38,10 +37,8 @@ urlset(xmlns="http://www.sitemaps.org/schemas/sitemap/0.9")
loc #{appUrl}/#{user}
lastmod= now
changefreq daily
priority= 0.9
priority= 0.5
//- Products
each bonfire in bonfires
url
loc #{appUrl}/bonfires/#{bonfire.replace(/\s/g, '-')}
@ -49,7 +46,6 @@ urlset(xmlns="http://www.sitemaps.org/schemas/sitemap/0.9")
changefreq weekly
priority= 0.5
//- Challenges
each challenge in challenges
url
loc #{appUrl}/challenges/#{challenge.replace(/\s/g, '-')}
@ -57,7 +53,6 @@ urlset(xmlns="http://www.sitemaps.org/schemas/sitemap/0.9")
changefreq weekly
priority= 0.5
//- Stories
each story in stories
url
loc #{appUrl}/news/#{story.replace(/\s/g, '-')}
@ -65,7 +60,6 @@ urlset(xmlns="http://www.sitemaps.org/schemas/sitemap/0.9")
changefreq daily
priority= 0.9
//- Nonprofit
each nonprofit in nonprofits
url
loc #{appUrl}/nonprofits/#{nonprofit.replace(/\s/g, '-')}
@ -73,7 +67,6 @@ urlset(xmlns="http://www.sitemaps.org/schemas/sitemap/0.9")
changefreq daily
priority= 0.9
//- Nonprofit
each fieldGuide in fieldGuides
url
loc #{appUrl}/field-guide/#{fieldGuide.replace(/\s/g, '-')}