From 7b5a1b7284ffda8b02f5df2d8c592df2bc8d8c31 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 11 Jan 2026 09:48:03 -0600 Subject: [PATCH] ensure cloudflare pages are indexed by google (#21606) * ensure cloudflare pages are indexed by google * avoid indexing dev-docs as well --- docs/static/_headers | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/static/_headers diff --git a/docs/static/_headers b/docs/static/_headers new file mode 100644 index 000000000..7327dc463 --- /dev/null +++ b/docs/static/_headers @@ -0,0 +1,8 @@ +https://:project.pages.dev/* + X-Robots-Tag: noindex + +https://:version.:project.pages.dev/* + X-Robots-Tag: noindex + +https://docs-dev.frigate.video/* + X-Robots-Tag: noindex \ No newline at end of file