Files
taxbaik/docs/seo-guardrails.md
T
kjh2064 bcc3d6e680
TaxBaik CI/CD / build-and-deploy (push) Successful in 59s
Improve sitemap, RSS, and SEO guardrails
2026-07-11 13:09:57 +09:00

999 B

SEO Search Guardrails

These rules protect search discovery and must remain enforced by scripts/validate_seo.py in CI.

  • sitemap.xml and rss.xml are XML-only responses. They must not render the shared HTML layout.
  • sitemap.xml includes canonical, indexable URLs only. Redirect-only URLs and authenticated routes are excluded.
  • Blog URLs use the post's actual UpdatedAt value for lastmod; the homepage uses the most recent active FAQ, announcement, or displayed blog update.
  • Sitemap collection must page through every published blog post. Do not introduce a fixed total-content limit.
  • /rss.xml is the one canonical feed. /feed.xml permanently redirects to it.
  • robots.txt declares one canonical sitemap and never blocks XML resources.
  • Canonical URLs always use https://www.taxbaik.com and include the current indexable path. Paginated and category-filtered blog pages set an explicit canonical URL.

Run locally with:

python scripts/validate_seo.py