mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-07-31 22:40:19 +02:00
Remove PDFs page from sitemap
This commit is contained in:
@@ -276,12 +276,7 @@
|
||||
<lastmod>2022-09-08T14:46:59.862Z</lastmod>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://roadmap.sh/pdfs</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<lastmod>2022-09-01T18:28:41.149Z</lastmod>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://roadmap.sh/roadmaps</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
|
@@ -75,7 +75,7 @@ function generateNode(nodeProps) {
|
||||
frequency = 'monthly',
|
||||
} = nodeProps;
|
||||
|
||||
if (slug.includes('upcoming')) {
|
||||
if (slug.includes('upcoming') || slug.includes('pdfs')) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user