mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix(sitemap): update comment format for clarity on blog tag sitemaps removal
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user