Skip to content
Blazej Mrozinski
v0.11.4 April 20, 2026

Noindex Changelog Section

/changelog (index) and /changelog/v* (per-release) pages now send <meta name="robots" content="noindex, nofollow">.

2 changed

Changed

  • `/changelog` (index) and `/changelog/v*` (per-release) pages now send `<meta name="robots" content="noindex, nofollow">`. The changelog is internal dev log copy — not something that should compete for search impressions or dilute the site's topical focus.
  • Removed `sitemap-changelog.xml` from `sitemap-index.xml.ts` and deleted `src/pages/sitemap-changelog.xml.ts`. Including noindex'd URLs in a sitemap sends contradictory signals to Google; the cleaner pattern is to drop them from the sitemap entirely.