Skip to content

fix(seo): add root to Install Flox nav group to fix breadcrumb structured data#42

Closed
stephenyeargin wants to merge 1 commit into
mainfrom
fix/breadcrumb-structured-data
Closed

fix(seo): add root to Install Flox nav group to fix breadcrumb structured data#42
stephenyeargin wants to merge 1 commit into
mainfrom
fix/breadcrumb-structured-data

Conversation

@stephenyeargin

Copy link
Copy Markdown
Member

Summary

  • Mintlify auto-generates BreadcrumbList JSON-LD from the nav tree
  • The "Install Flox" nav group had no URL, so its ListItem was emitted without an item field
  • Google Search Console flagged this as a critical error on install-flox/install (WEB-15, last crawled 2026-07-15)
  • Adding root: "install-flox/install" gives the group a navigable URL that Mintlify should include in the breadcrumb schema

Test plan

  • After deploy, view source on https://flox.dev/docs/install-flox/install and confirm the BreadcrumbList JSON-LD has an item field on the "Install Flox" ListItem
  • Re-run Rich Results Test — should show no errors
  • Request re-indexing in Google Search Console to clear the error

🤖 Generated with Claude Code

…ured data

Mintlify auto-generates BreadcrumbList JSON-LD from the nav tree. The
"Install Flox" group had no URL, so its ListItem was emitted without an
`item` field — flagged by Google Search Console as a critical error.

Adding `root: "install-flox/install"` gives the group a navigable URL,
which Mintlify should include in the breadcrumb schema.

Fixes WEB-15.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mintlify

mintlify Bot commented Jul 16, 2026

Copy link
Copy Markdown

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

Project Status Preview Updated (UTC)
flox 🟢 Ready View Preview Jul 16, 2026, 3:02 PM

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

@mintlify

mintlify Bot commented Jul 16, 2026

Copy link
Copy Markdown

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

Project Status Preview Updated (UTC)
flox 🟡 Building Jul 16, 2026, 3:00 PM

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

@stephenyeargin

Copy link
Copy Markdown
Member Author

The UI didn't look right for this, closing it off in the meatime.

Screenshot 2026-07-16 at 10 26 09 AM

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.

1 participant