WikiPlus

How to Add FAQ Schema Without a Plugin or Developer

Adding FAQ schema without a plugin or developer is one of the most accessible structured data improvements you can make — it takes under five minutes per page and can unlock FAQ rich results (expandable question dropdowns) in Google search results. WikiPlus Schema Generator at wikiplus.co produces valid FAQPage JSON-LD from a simple form. This guide covers everything from generating the schema to deploying it and verifying it in Google Search Console.

What FAQ Schema Does in Google Search

FAQ schema (FAQPage type) marks up a page that contains a list of questions and answers. When Google detects valid FAQ schema on a page, it may display expandable question dropdowns directly in the search result below the main blue link and description. Each question can be expanded to reveal the answer without leaving Google results. This significantly increases the visual footprint of your search result and can increase click-through rate by 20-30%. The FAQ dropdowns appear on desktop and mobile Google search results, making them highly visible. Important constraint: Google only shows FAQ rich results for pages with a maximum of around 8-10 questions — excessively long FAQ sections may not display the full set.

Generating FAQ Schema with WikiPlus

Open WikiPlus Schema Generator at wikiplus.co and select FAQ Page from the schema type menu. The form presents a question/answer pair input section where you add each Q&A from your page content. Enter the question exactly as it appears on your page (or very close to it — the question text in the schema should match visible content). Enter the answer in full — do not truncate or summarise. FAQ answers can include HTML markup within the JSON-LD value (Google renders basic HTML in answers). Add all your Q&A pairs, then click Generate. The tool produces a valid FAQPage JSON-LD script tag. Copy the output and paste it into your page head using your platform custom code field.

Deploying FAQ Schema on Common Platforms

For WordPress without a plugin: use Insert Headers and Footers to add page-specific code — install the plugin, go to the page editor, and find the Header field (some versions of the plugin add per-page header fields). For Webflow: open the page, click the gear icon, go to Custom Code > Head Code, and paste the FAQ schema. For Shopify: if the FAQ section is in a standard page template, open the page template in theme code and add the schema in the head section. For Squarespace: go to Pages > Page Settings > Advanced > Header Code Injection and paste the JSON-LD. For hand-coded HTML: paste the script tag between the opening and closing head tags of the specific page. Do not add FAQ schema globally to all pages — only pages with actual visible FAQ content.

Verifying FAQ Schema Is Eligible for Rich Results

After deployment, validate using Google Rich Results Test (search.google.com/test/rich-results). Enter your page URL and run the test. Google will show FAQ rich result as eligible if: your schema is syntactically valid, the questions and answers match content visible on the page, the page does not primarily consist of sponsored or advertising content, and your domain is not a government or health advisory domain (Google restricts FAQ rich results for these). Monitor appearance in Google Search Console under Enhancements > FAQ. Once Google detects and validates the schema, search for your target keywords in an incognito window to see if the FAQ dropdowns appear in results. This may take 1-4 weeks after validation.

Frequently Asked Questions

How many FAQ questions should I include in the schema?
Include all FAQ questions that appear visibly on the page. Google recommends including every question rather than being selective — if the question is on the page, add it to the schema. Practically, Google typically displays the first 3-10 questions as rich result dropdowns. Having more questions in the schema than Google displays does no harm. Ensure every question in the schema has a corresponding visible answer on the page — mismatches can prevent the rich result from appearing.
Does FAQ schema still work in 2026?
Yes, though Google restricted FAQ rich results in 2023 to government websites and health advisory organizations for many query types due to spam abuse. For most websites, FAQ rich results still appear for How-to, product, and informational queries where the FAQ content adds genuine value. If your FAQ schema is not generating rich results for your target keywords, check Search Console Enhancements for specific errors, and consider whether the FAQ content matches informational search intent for those queries.
Can the same FAQ appear on multiple pages with the same schema?
Avoid duplicating identical FAQ schema across multiple pages. Google may consolidate or ignore duplicate content signals. Each FAQ schema implementation should be specific to that page and its unique FAQ content. If you have a global FAQ page and also reference individual FAQs on product pages, use different questions relevant to each context rather than copying the global FAQ schema to every page.