Building an FAQ Schema That Gets Allied Health Clinics Cited in Google AI Overviews and ChatGPT
Every clinic owner has heard "get your FAQ schema sorted" from an SEO person and nodded along without knowing what that means or whether it's worth the afternoon. It is — but not for the reason most people think. Google quietly stopped showing FAQ rich snippets for most sites back in 2023, so the SEO click-through boost is mostly gone. What schema still does is make your content easier for AI Overviews, ChatGPT and Perplexity to lift and quote accurately. Here's how to set it up. 💖
What most allied health clinics get wrong with FAQ schema
- Copy-pasting the same five generic questions — "what are your opening hours" and "do you bulk bill" on every single page, adding no real information for AI tools to differentiate one page from another.
- Schema that doesn't match the visible page — writing different or more detailed answers into the code than what's actually shown to a human reader, which breaks Google's structured data guidelines.
- Vague, hedge-everything answers — "it depends, book a consult" gives AI nothing extractable to quote, even though it's often true.
- Questions written how a clinic thinks, not how a patient searches — "our treatment philosophy" instead of "do I need a referral to see a physio."
- Never checking it's valid — a typo in the JSON breaks the whole block silently.
The copy-paste schema template and Q&A formula
Drop this JSON-LD into the page `<head>` (or via your theme's custom code section), matching each question and answer to text that's also visible on the page:
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "[Question exactly as it appears on the page]",
"acceptedAnswer": {
"@type": "Answer",
"text": "[Answer exactly as it appears on the page]"
}
}]
}
</script>
For the content, use this formula per Q&A pair: question in real patient language → direct answer, first sentence → one supporting detail (a number, timeframe, condition) → a clinic-specific detail (location, booking). The first-sentence answer is the bit an AI tool lifts, so it must stand alone.
Three real examples
Notice each question is phrased the way a patient would actually type it, and the answer front-loads the direct response. 📈
The mechanics: getting it live and checked
Add one FAQPage block per page, matching only the Q&As visible on that page — don't reuse one giant sitewide block. Most Shopify and website themes have a custom code or "additional scripts" section for this; if you're not comfortable editing code, it's a five-minute job for a developer. Once live, run the page through Google's Rich Results Test or Schema Markup Validator to confirm it parses — a single missing comma breaks the block.
Mistakes to avoid
- One schema block copied across every page — dilutes relevance and gives AI tools nothing page-specific to cite.
- Answers over 2-3 sentences — AI tools extract the concise, direct part; long paragraphs get skipped.
- Forgetting to update it — if a service or referral requirement changes, the schema needs updating too.
- Treating schema as a silver bullet — it helps machines parse content; it doesn't replace useful answers.
Frequently asked questions
Does FAQ schema still help my Google ranking directly?
Its direct ranking impact is limited, and Google retired the visual FAQ rich snippet for most sites in 2023, so don't expect the old blue accordion in results. Its value now is mainly making your Q&A content machine-readable for AI Overviews and chatbots.
Will FAQ schema guarantee I get cited by ChatGPT or AI Overviews?
No — there's no guarantee with any AI visibility tactic. Schema removes ambiguity for tools that use it, but citation also depends on clarity, authority, and whether a competitor answered the question better.
How many FAQs should I add per page?
Three to six well-written, page-specific questions beats twelve generic ones. Specificity matters more than volume.
Can I use the same FAQ schema on every page?
Technically yes, but it defeats the purpose — each page's schema should reflect questions genuinely relevant to that page's service, not a blanket set repeated everywhere.
Please note: general information, not medical advice — check current official guidance before relying on it.
Keep reading 🤍
I help Gold Coast and Brisbane businesses grow with branding, websites and marketing that actually works.
Work with me ✦