From 2dd6a3028da7704412eed185285a725612aa6d60 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sat, 10 Jun 2017 12:08:58 -0500 Subject: [PATCH] updated sitemap and validated xml --- server/views/resources/sitemap.jade | 48 ++++++++++++++--------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/server/views/resources/sitemap.jade b/server/views/resources/sitemap.jade index 908b61f1e9..d00bdf5d9b 100644 --- a/server/views/resources/sitemap.jade +++ b/server/views/resources/sitemap.jade @@ -13,6 +13,18 @@ urlset(xmlns="http://www.sitemaps.org/schemas/sitemap/0.9") lastmod= now priority= 0.9 + url + loc http://www.freecodecamp.com/donate + changefreq monthly + lastmod= now + priority= 0.9 + + url + loc http://www.freecodecamp.com/shop + changefreq monthly + lastmod= now + priority= 0.9 + url loc http://www.freecodecamp.com/pmi-acp-agile-project-managers changefreq weekly @@ -25,30 +37,24 @@ urlset(xmlns="http://www.sitemaps.org/schemas/sitemap/0.9") lastmod= now priority= 0.9 - url - 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 - changefreq weekly - lastmod= now - priority= 0.9 - url loc http://www.freecodecamp.com/coding-bootcamp-cost-calculator changefreq monthly lastmod= now priority= 0.9 + url + loc http://www.freecodecamp.com/hour-of-code + changefreq monthly + lastmod= now + priority= 0.9 + + url + loc http://www.freecodecamp.com/code-of-conduct + changefreq monthly + lastmod= now + priority= 0.9 + each challenge in challenges url loc #{appUrl}/challenges/#{challenge} @@ -56,9 +62,3 @@ urlset(xmlns="http://www.sitemaps.org/schemas/sitemap/0.9") changefreq weekly priority= 0.9 - each job in jobs - url - loc #{appUrl}/jobs/#{job} - lastmod= now - changefreq monthly - priority= 0.5