fix(sitemap): update comment format for clarity on blog tag sitemaps removal

This commit is contained in:
Nawaz Dhandala
2026-02-08 18:16:51 +00:00
parent 072f162b6e
commit 85e7dd1150

View File

@@ -327,8 +327,10 @@ export async function generateSitemapIndexXml(): Promise<string> {
lastmod: timestamp,
});
// Note: Blog tag sitemaps removed - tag pages are noindex to improve
// site quality signals and crawl budget efficiency
/*
* Note: Blog tag sitemaps removed - tag pages are noindex to improve
* site quality signals and crawl budget efficiency
*/
// Blog post sitemaps (paginated)
const blogPageCount: number = await getBlogSitemapPageCount();