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