From 6ed51f5a11b8e8199172b6c4e3c36d65435a56ce Mon Sep 17 00:00:00 2001 From: Madison Date: Mon, 6 Jul 2026 13:00:37 -0500 Subject: [PATCH] Fix docs SEO blocking all pages, and add perm redirect to the guides/going-further/backend-integration -> guides/going-further/local-vs-cloud-dashboard --- docs-mintlify/docs.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs-mintlify/docs.json b/docs-mintlify/docs.json index 0cb00889f..69759840b 100644 --- a/docs-mintlify/docs.json +++ b/docs-mintlify/docs.json @@ -238,12 +238,15 @@ } }, "seo": { - "metatags": { - "robots": "noindex" - } + "indexing": "all" }, "settings": { "customScripts": ["/apps-sidebar-filter.js", "/code-language-labels.js"] }, - "redirects": [] + "redirects": [ + { + "source": "/guides/going-further/backend-integration", + "destination": "/guides/going-further/local-vs-cloud-dashboard" + } + ] }