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" + } + ] }