
FAQ schema is a small piece of code that tells search engines, and increasingly AI tools, exactly which questions and answers live on a page. Getting how to implement faq schema on home care websites right used to guarantee a visible dropdown result in Google search. That part has changed, and a lot of guides on this topic have not caught up.
This guide covers what FAQ schema actually does today, how to implement faq schema on home care websites correctly with real code, and how to write FAQ content that is actually worth marking up in the first place.
FAQ schema is structured data, a small block of code written in a format called JSON-LD, that tells search engines exactly which text on a page is a question and which text is its answer. It uses the FAQPage type defined by schema.org, the shared structured data vocabulary that Google, Bing, and most AI crawlers all read the same way.
FAQ schema cannot add new content to a page. The questions and answers inside the code have to match text that is already visibly written there, essentially word for word. It is less like extra SEO content and more like captions for content that already exists, a layer that turns your visible paragraph text into something a machine can parse instantly instead of having to interpret.
That is also why it is not a Google only feature. Schema.org is an open standard, which means the same FAQ markup that helps Google also helps Bing, and it is increasingly the same structured layer that AI tools lean on when they pull a direct answer out of a page instead of just linking to it.
In August 2023, Google significantly narrowed which sites are eligible to show the FAQ rich result, the expandable question dropdown that used to appear under almost any page with FAQ schema. According to Google’s own FAQPage structured data documentation, that visible result is now largely limited to well known, authoritative government and health sites. For most home care agency websites, adding faq schema home care markup will not, by itself, produce that dropdown anymore.
Structured data does more than power a visible search result. It hands search engines and AI systems, Google’s AI Overviews, ChatGPT, Perplexity, and similar tools, a machine readable version of your content instead of making them guess at it from paragraph text. That readability is exactly what makes a page easier to lift and cite directly. The rich snippet mostly went away. The citation advantage did not.
Google recommends JSON-LD as the format for structured data, and it is the easiest to add without disturbing your existing page layout, since it sits in a single script block rather than being woven into your HTML. The schema.org FAQPage type defines the exact structure Google and other search engines expect.
Here is a working example using two real home care questions:

A few rules that matter more than the code itself. Only mark up questions and answers that are actually visible on that page. Google treats schema that does not match the visible content as misleading, and that applies just as much to FAQ blocks as anything else. Keep the answer text factual, not promotional. Google’s guidelines specifically disallow using the answer field for ads or unrelated marketing copy, so “call now for a limited time discount” does not belong inside an accepted answer.
JSON-LD has effectively replaced older approaches like microdata and RDFa for most new structured data work, and the JSON-LD specification is worth a glance if you want to understand why it became the standard: it is plain JSON, so it does not require touching your visible HTML at all.
Most FAQ pages are written by guessing what a family might ask. There is a better source, and it is much simpler: whatever your intake staff or phone team actually gets asked, repeatedly, in real conversations. If the same question comes up three times in a week on the phone, that is a stronger FAQ candidate than anything a marketing team could brainstorm from scratch.
For home care specifically, the questions worth answering usually fall into four categories.
Category | Example question |
|---|---|
Cost and payment | Do you accept long term care insurance? |
Trust and safety | Are your caregivers background checked, bonded, and insured? |
Process | How quickly can care start after we call? |
Care specifics | What does a typical caregiver visit actually include? |
One detail changes how well an FAQ performs, especially for AI citation. Write the question the way someone would actually say it out loud, not the way a brochure would phrase it. “How much does in home care cost per hour” gets asked and typed almost exactly like that. “Explore Our Flexible Care Solutions” does not, because nobody talks that way, and AI systems pulling direct answers tend to match conversational phrasing far more often than marketing language.
The other common mistake is skipping the uncomfortable question instead of answering it. If cost varies too much to give one number, that is still worth a real answer, an explanation of how pricing works and what it typically depends on, rather than leaving the question off the page entirely. An FAQ that avoids the obvious question a family already has in their head does more damage to trust than an approximate answer ever would.
The schema only works as well as the questions behind it. If you already seeded real family questions into your Google Business Profile, which we cover in our Google Business Profile guide for home care agencies, that same content is often a near perfect starting point for your website’s FAQ schema too. The same is true of the objection handling FAQ block we recommend building into every landing page, covered in our guide to home care websites that convert. Reuse it rather than writing a second version from scratch.
A few things separate FAQ content that actually helps from FAQ content that just fills space:
Before publishing, run the page through Google’s Rich Results Test to confirm the code is valid and correctly detected. It is also worth checking Search Console periodically for structured data warnings, since a template change elsewhere on the site can silently break the schema months later.
One thing to expect and not panic over: the test may confirm your FAQ schema is valid and eligible, and the visible rich result in search may still never appear. That is the 2023 eligibility change at work, not a sign that something is broken.
We build this exact structure into every home care website we launch at Senior Care Clicks, and we set expectations honestly with clients up front: this is about being read correctly by AI tools and search engines, not about chasing a rich snippet that most sites are no longer eligible for anyway.
FAQ schema on a home care website is no longer a shortcut to a visible search result, but it is still one of the simplest ways to make your content easy for both Google and AI tools to read and cite correctly. Reuse the FAQ content you have already written, mark it up properly, and test it before it goes live.
If you want help implementing this across your full site, not just one page, contact Senior Care Clicks and we will handle the setup for you.
Yes. It helps search engines and AI tools read your content accurately, which supports both relevance and the chance of being cited directly, even without the visible dropdown result.
Yes, as long as the questions marked up are actually visible on that specific page. Do not paste the same schema block across pages with different visible content.
Search engines will typically ignore the broken block rather than penalize the page, but that means you lose the benefit entirely. Always test with Google’s Rich Results Test before publishing.
No, but it is the format Google recommends and the easiest to maintain, since it lives in one script block instead of being mixed into your page’s HTML.