FAQ schema: how to get your answers into Google and AI search results
FAQ schema is the lowest-effort SEO move still available to small businesses. It marks up your frequently asked questions so Google and AI assistants can lift them directly into their answers. Here is what to mark up, how to add it, and what not to do.
FAQ schema is a small piece of structured data you add to your web pages that tells search engines and AI assistants exactly which bits of text are questions and which are answers. Done well, it lifts your content into Google's rich results, Bing's answer panels, and the citations AI assistants produce when someone asks a question you have answered. It takes an hour to set up across a site, costs nothing, and is still underused by UK small businesses. This article explains what FAQ schema is, what to mark up, how to add it, and the handful of mistakes that stop it working.
What FAQ schema actually is
Schema is a standardised vocabulary for describing the content of a web page in a way machines can parse. Every page has human-readable content (paragraphs, images, headings) and, optionally, machine-readable markup that tells a crawler "this block is a recipe", "this is a product", "this is an FAQ". The format is usually JSON-LD, a small chunk of JSON embedded in the page's source.
FAQ schema specifically marks a question-and-answer pair. For each question, you provide the question text. For each answer, you provide the answer text. The search engine now knows exactly where the FAQ block starts, where each question is, and what each answer says. It does not have to guess.
This matters in 2026 because both Google and the AI assistants covered in our article on AI search optimisation prefer clearly structured content over content they have to infer structure from. A page with proper FAQ schema is more likely to be cited in an AI answer than an otherwise identical page without it.
What to mark up and what not to
Mark up content that is genuinely a question and a direct answer to it. "How long does it take to rewire a three-bed house?" followed by "Typically three to five working days." That is real FAQ content. Google's current guidance is that the content should be visible on the page to the user, not hidden in an accordion that requires a click to expand, though in practice correctly-built accordions still work.
Do not mark up sales copy dressed as questions. "Why choose our accounting firm?" followed by a paragraph of marketing waffle is not a real question and will neither get the rich result nor help you rank. Google has been explicit that promotional FAQs are misuse of the feature.
Do not mark up opinion or subjective content as if it were definitive. "Is our CRM the best for UK freelancers?" as your FAQ question is going to read as puffery to both Google and a human skim-reader.
Do not mark up the same FAQ block across every page of the site. Pick a home for each FAQ (the service page it relates to, a dedicated FAQ page, a blog post that answers it), and leave it there. Duplicating identical schema across a site signals low quality.
Which pages benefit most
For most UK small businesses, three page types are the natural home for FAQ schema.
Service pages. If you offer boiler installation, your service page should have five to eight FAQs covering the questions a customer actually asks before booking. "Do you remove the old boiler?", "What deposit do you take?", "What is your warranty?", "Do you work in conservation areas?". These are exactly the questions Google will want to answer in place, and if you have marked them up cleanly, your page becomes the source.
Pricing or comparison pages. "Is there a minimum project size?", "What does this include?", "How does this compare with [specific competitor]?". Pages like these often rank in both the AI Overview and the classic results.
Blog posts. Articles structured around a clear question ("How long does a VAT registration take?", "What is the difference between a sole trader and a limited company?") benefit from FAQ schema on their embedded follow-up questions. This is the pattern in our own articles including sole trader vs limited company.
How to add FAQ schema in practice
Three ways, roughly in order of difficulty.
If your site is on WordPress, use a plugin. Rank Math, Yoast, and Schema Pro all have FAQ blocks that generate the schema automatically from Q&A pairs you type in the editor. Install, add an FAQ block to the page, type the questions and answers, save. Ten minutes.
If your site is on Squarespace or Wix, check the built-in FAQ widgets. As of 2026 both now output FAQ schema when you use their native FAQ block components rather than a generic text block. Use the native component.
If your site is on a modern framework (Next.js, Astro, hand-rolled), add the JSON-LD directly in the page's head. A simple example block looks like this.
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How long does a VAT registration take?",
"acceptedAnswer": {
"@type": "Answer",
"text": "HMRC typically issues a VAT number within 30 working days of receiving a complete online application."
}
},
{
"@type": "Question",
"name": "Do I need to register for VAT from day one?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. You must register once your rolling twelve-month turnover passes the threshold, which for 2026 is £90,000."
}
}
]
}
Paste it inside a <script type="application/ld+json"> tag in the page's head. You do not need to display the JSON to the user. The questions and answers should however also be visible on the page in human-readable form.
Testing that it actually works
Two tools to know.
Google's Rich Results Test at search.google.com/test/rich-results will tell you whether the schema is valid and eligible for rich results on Google. Paste the URL in, check the list of detected structured items, confirm FAQ appears and has no errors.
Schema.org's Validator at validator.schema.org is a more forgiving check that catches general structural problems.
If both are clean, the page is ready. It may still take Google a few days or weeks to show the rich result on your listing, and Google reserves the right not to show it at all, but the foundation is in place.
The wider place of schema in an SEO strategy
FAQ is the gateway drug. Once you are comfortable adding it, look at the other small-business-friendly schema types. LocalBusiness schema for your contact page. Service schema for each service. Review schema for your testimonials. Article schema for blog posts (most modern blog themes add this automatically). Person schema for an author bio. Each one adds a small slice of clarity for the search engines and increases the probability that your pages get cited rather than scrolled past. The broader SEO context sits in our plain English guide to SEO for small businesses.
One hour spent auditing your top three pages for schema is usually worth more than one hour spent on link-building. It is the lowest-effort SEO move still genuinely available.
If you want a hand figuring out which pages would benefit most and writing the FAQ content that earns the citation, book a fifteen minute chat and we will go through your site together.

About the author
Steffen Hoyemsvoll
Founder of Voll. Oxford Physics, ex-fintech co-founder, Chartered Wealth Manager. Writes about what he actually uses to grow small businesses.
Work with Steffen