From e8471b969daa6a2bb6a8c7685793c6726952f584 Mon Sep 17 00:00:00 2001 From: stephenyeargin Date: Thu, 16 Jul 2026 10:00:20 -0500 Subject: [PATCH] fix(seo): add root to Install Flox nav group to fix breadcrumb structured data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.json b/docs.json index e29a212..fd37d11 100644 --- a/docs.json +++ b/docs.json @@ -45,6 +45,7 @@ }, { "group": "Install Flox", + "root": "install-flox/install", "pages": [ "install-flox/install", "install-flox/uninstall",