Add SEO config to index all pages and set canonical URL#2429
Merged
johndmulhausen merged 4 commits intomainfrom Apr 7, 2026
Merged
Add SEO config to index all pages and set canonical URL#2429johndmulhausen merged 4 commits intomainfrom
johndmulhausen merged 4 commits intomainfrom
Conversation
Hidden tab content is not appearing in search results because Mintlify defaults to indexing only navigable pages. Setting seo.indexing to "all" ensures every page is indexed, including content inside hidden tabs. Also sets the canonical metatag to docs.wandb.ai.
This commit deletes various configuration files related to Vale and Microsoft style guides that are no longer needed. The removed files include .vale.ini, multiple YAML files for Google and Microsoft styles, and associated metadata files. This cleanup helps streamline the project by removing unused resources.
Contributor
📚 Mintlify Preview Links📝 Changed (1 total)⚙️ Other (1)
🗑️ Deleted (3 total)View deleted files📄 Pages (3)
🤖 Generated automatically when Mintlify deployment succeeds |
The OneTrust cookie consent banner, GDPR notices, consent-gated analytics (Segment, Clarity), and the cookie settings button now only load when the hostname is docs.wandb.ai. Localhost and Mintlify preview URLs (*.mintlify.app) are excluded.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Go to /sitemap.xml in the preview and search for
/supportto see what this fixes.Summary
seo.indexing: "all"todocs.jsonso Mintlify indexes every page in the project, not just pages in the navigation. This fixes hidden tab content not appearing in search results (the default"navigable"mode only indexes pages explicitly listed in navigation).seo.metatags.canonicalset tohttps://docs.wandb.aito establish the canonical URL for search engines.Test plan
docs.jsonis valid JSON andmint devstarts without errors.<link rel="canonical" href="https://docs.wandb.ai">).