We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd613f commit b3b701aCopy full SHA for b3b701a
src/components/overrides/Head.astro
@@ -8,7 +8,7 @@ import { getOgImage } from "~/util/og";
8
import type { CollectionEntry } from "astro:content";
9
10
const DEFAULT_TITLE_DELIMITER = "|";
11
-const NOINDEX_PRODUCTS = ["email-security", "security"];
+const NOINDEX_PRODUCTS = ["email-security"];
12
const CHATBOT_DEPRIORITIZE_PRODUCTS = ["firewall", "style-guide"];
13
14
const currentSection = Astro.url.pathname.split("/")[1].replaceAll(".", "");
0 commit comments