diff --git a/public/sitemap.xml b/public/sitemap.xml index 5037d1ef2..43570ec1c 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -300,12 +300,7 @@ 2022-08-04T14:33:07.901Z 0.5 - - https://roadmap.sh/upcoming - monthly - 2022-09-08T13:34:10.428Z - 0.5 - + https://roadmap.sh/watch monthly diff --git a/scripts/sitemap.js b/scripts/sitemap.js index 5c1885a86..c2b9f82cf 100644 --- a/scripts/sitemap.js +++ b/scripts/sitemap.js @@ -75,6 +75,10 @@ function generateNode(nodeProps) { frequency = 'monthly', } = nodeProps; + if (slug.includes('upcoming')) { + return null; + } + const pagePath = path.join(basePath, fileName); let pageStats = {}; try {