Canonical URL fix for search engines (GitHub Issue #6) and other seo fixes"

This commit is contained in:
Wayne Sutton
2026-01-07 21:48:41 -08:00
parent b274ddf3c9
commit 1257fa220f
41 changed files with 537 additions and 55 deletions

View File

@@ -101,6 +101,18 @@
[headers.values]
X-Robots-Tag = "noindex, nofollow"
# Write page - prevent indexing of admin pages
[[headers]]
for = "/write"
[headers.values]
X-Robots-Tag = "noindex, nofollow"
# Newsletter admin - prevent indexing of admin pages
[[headers]]
for = "/newsletter-admin"
[headers.values]
X-Robots-Tag = "noindex, nofollow"
# API endpoints - prevent indexing
[[headers]]
for = "/api/*"