Skip to content

chore(seo): disable search engine indexing for all hub docs pages#388

Merged
glebedel merged 1 commit into
mainfrom
cursor/disable-seo-indexing-6078
Apr 17, 2026
Merged

chore(seo): disable search engine indexing for all hub docs pages#388
glebedel merged 1 commit into
mainfrom
cursor/disable-seo-indexing-6078

Conversation

@glebedel

@glebedel glebedel commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Prevents search engines from indexing any page of the Hub documentation by adding a global robots: noindex, nofollow meta tag via the Mintlify docs.json config.

Changes

  • docs.json: added top-level seo.metatags.robots: "noindex, nofollow".

With this setting, Mintlify injects the robots meta tag on every rendered page of the site, so all pages (including every connection guide, redirect target, and top-level page) are excluded from search engine indexes.

References

Slack Thread

Open in Web Open in Cursor 

Summary by cubic

Disable search engine indexing for all Hub docs by setting seo.metatags.robots: "noindex, nofollow" in docs.json, which makes Mintlify inject the robots meta tag on every page.

Written for commit 7efb83d. Summary will update on new commits.

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 <guillaume@stackone.com>
@mintlify

mintlify Bot commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
stackone-hub 🟢 Ready View Preview Apr 17, 2026, 10:52 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@glebedel glebedel marked this pull request as ready for review April 17, 2026 10:57
Copilot AI review requested due to automatic review settings April 17, 2026 10:57
@glebedel glebedel merged commit 1cd4a37 into main Apr 17, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Disables search engine indexing across the entire Hub documentation site by configuring a global robots meta tag in Mintlify’s docs.json.

Changes:

  • Add global seo.metatags.robots: "noindex, nofollow" in docs.json to apply to all rendered pages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants