Skip to content

Commit b3b701a

Browse files
db-cloudflaresdnts
authored andcommitted
[Docs site] Remove 'security' from no index (cloudflare#23475)
1 parent 3fd613f commit b3b701a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/overrides/Head.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { getOgImage } from "~/util/og";
88
import type { CollectionEntry } from "astro:content";
99
1010
const DEFAULT_TITLE_DELIMITER = "|";
11-
const NOINDEX_PRODUCTS = ["email-security", "security"];
11+
const NOINDEX_PRODUCTS = ["email-security"];
1212
const CHATBOT_DEPRIORITIZE_PRODUCTS = ["firewall", "style-guide"];
1313
1414
const currentSection = Astro.url.pathname.split("/")[1].replaceAll(".", "");

0 commit comments

Comments
 (0)