mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Google Search Console shows 0/10,519 pages indexed. Root cause: 5,000+ thin tag pages are diluting site quality signals and consuming crawl budget. Changes: - Add noindex,follow meta tag to blog tag pages (ListByTag.ejs) - Remove tag sitemaps from sitemap index (Sitemap.ts) This tells Google to: 1. Stop trying to index tag pages (they're thin content) 2. Still follow links on those pages to discover real content 3. Focus crawl budget on valuable pages (blog posts, product pages) Expected impact: - Improved crawl budget efficiency - Better quality signals for the domain - Gradual improvement in indexing of valuable pages