From 7efb83d6123120be5907f350fc1c3b2f6c85d495 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 17 Apr 2026 10:50:15 +0000 Subject: [PATCH] chore(seo): disable search engine indexing for all pages Add global noindex, nofollow robots meta tag via docs.json seo.metatags so that Mintlify emits it for every rendered page and no pages are indexed by search engines. Co-authored-by: Guillaume --- docs.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs.json b/docs.json index fba8b511..4fe630d6 100644 --- a/docs.json +++ b/docs.json @@ -8,6 +8,11 @@ "dark": "#0D9373" }, "favicon": "/favicon.svg", + "seo": { + "metatags": { + "robots": "noindex, nofollow" + } + }, "navigation": { "pages": [ "integrations",