docs(seo): add FAQPage JSON-LD to MCP troubleshooting FAQ#825
Open
ekline[bot] wants to merge 1 commit into
Open
docs(seo): add FAQPage JSON-LD to MCP troubleshooting FAQ#825ekline[bot] wants to merge 1 commit into
ekline[bot] wants to merge 1 commit into
Conversation
✅ Deploy Preview for scalekit-starlight ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.

Outcome
Adds FAQPage JSON-LD to 1 of 1 detected FAQ page. Helps AI assistants (ChatGPT, Perplexity, Gemini, Claude), Knowledge Panels, and site search understand your FAQs.
Eligibility
DOES NOT QUALIFY for Google FAQ rich snippets. Google restricts FAQ rich results to authoritative government- and health-focused domains, and is removing the FAQ rich result appearance from Search (deprecation effective May 7, 2026). The schema still delivers value: it helps AI assistants (ChatGPT, Perplexity, Gemini, Claude) cite the page, feeds Knowledge Panels, and improves site search understanding of the FAQs.
Coverage
Pages changed
src/content/docs/authenticate/mcp/troubleshooting.mdx.mdxThe two Q&A pairs are the only headings on the page phrased as questions (ending in
?): "What is the difference between DCR and CIMD?" and "How do I view authentication logs to debug a failed connection?". The remaining troubleshooting headings are symptom statements, not questions, so they are intentionally excluded fromFAQPage.mainEntity. Question and answer text is copied verbatim from the page; Markdown was mechanically converted to Google's allowed HTML tags foracceptedAnswer.text.Framework + strategy
Astro/Starlight,
.mdxfile. Strategy: add ascript(typeapplication/ld+json) entry to the frontmatterhead:array. No page content was moved.Reviewer checklist
<script type="application/ld+json">is in the rendered HTML.Rollback
To revert, remove the
head:entry (theapplication/ld+jsonscript) from the page frontmatter and re-deploy.Notes
Local render check was skipped (the production build fetches remote SDK content and needs a
GITHUB_TOKEN); the reviewer runs the build via the checklist above. Frontmatter YAML and the embedded JSON-LD were validated locally (parses;@typeFAQPage; 2 valid Question entities).Preview link (after CI assigns a PR number):
https://deploy-preview-{PR_NUMBER}--scalekit-starlight.netlify.app/authenticate/mcp/troubleshooting/📝 Created with EkLine · View session