Skip to content

Fix invalid breadcrumb parents in docs navigation#712

Merged
danstotts-ops merged 1 commit into
mainfrom
fix/gsc-breadcrumb-items
Jul 16, 2026
Merged

Fix invalid breadcrumb parents in docs navigation#712
danstotts-ops merged 1 commit into
mainfrom
fix/gsc-breadcrumb-items

Conversation

@danstotts-ops

Copy link
Copy Markdown
Contributor

Summary

  • give the Templates API navigation group a real parent URL
  • flatten the single-page Release notes tab to avoid a linkless parent crumb
  • add a raw-HTML breadcrumb JSON-LD validator for preview and production checks

Evidence

Google Search Console currently reports Missing field "item" (in "itemListElement") for:

  • /api-reference/templates/POST/templates
  • /release-notes

The live raw HTML confirms both first breadcrumb entries omit item.

Validation

  • python3 -m json.tool docs.json
  • python3 -m py_compile scripts/validate-breadcrumb-jsonld.py
  • npx -y mintlify@latest broken-links (reports the existing four relative links in CLAUDE.md)

After the Mintlify preview deploys, run:

python3 scripts/validate-breadcrumb-jsonld.py --base-url <preview-url> /api-reference/templates/POST/templates /release-notes

This PR does not publish production.

@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)
runpod-docs 🟢 Ready View Preview Jul 16, 2026, 2:40 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)
runpod-docs 🟡 Building Jul 16, 2026, 2:39 PM

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

@danstotts-ops
danstotts-ops merged commit ac8bdb7 into main Jul 16, 2026
3 checks passed
@danstotts-ops
danstotts-ops deleted the fix/gsc-breadcrumb-items branch July 16, 2026 23:22
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.

2 participants