diff --git a/views/resources/sitemap.jade b/views/resources/sitemap.jade index 1460e240ec1..bbc6c97da25 100644 --- a/views/resources/sitemap.jade +++ b/views/resources/sitemap.jade @@ -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, '-')}