Does this validate rich-results eligibility?
No. The FAQ Schema Builder generates practical FAQPage JSON-LD. Rich-results eligibility depends on Google's policies and your page.
Can I copy the JSON-LD directly?
Yes. The generated output stays copyable and downloadable so you can paste it straight into your page.
Does this tool upload my content?
No. The FAQ Schema Builder runs entirely in your browser, so your questions and answers are never uploaded.
Is the FAQ Schema Builder free?
Yes. It is free to use, with no account and no upload required.
How many questions can I add?
You can add as many question and answer rows as you need, and the JSON-LD updates live for each one.
Will this get me FAQ rich results in Google?
Almost certainly not, and you should know that before you spend an hour on it. Google restricted FAQ rich results to authoritative government and health sites in August 2023. The markup still has value: it is machine-readable structure that answer engines and other consumers of schema.org read, and it costs almost nothing to ship.
Do I need to add a script tag around the output?
Yes. The builder produces the JSON-LD object only. On the page it has to sit inside a script element with type set to application/ld+json, usually in the head or at the end of the body. Pasting the raw JSON into HTML does nothing.
How many questions should I include?
There is no technical limit in the builder or in schema.org, and every filled row becomes a Question entry. The practical constraint is Google's rule that each question and answer must appear on the page for a real user, so the count should match the FAQ section you actually wrote.
Can I use HTML inside an answer?
Google accepts a limited set of tags inside the answer text, including headings, paragraphs, links, and ordered and unordered lists. The builder passes your text through as-is and JSON encoding takes care of escaping, so the markup you type is the markup that ends up in the block.
Is anything sent to a server?
No. The JSON-LD is assembled in your browser from the fields you filled in. Nothing is uploaded, which means you can draft schema for an unreleased page or an internal product without it leaving the machine.
FAQPage or QAPage?
FAQPage is for a list of questions where you, the publisher, give the one official answer. QAPage is for a single user-submitted question with community answers, as on a forum. Using FAQPage for a forum thread, or QAPage for a support article, is a misuse that Google's guidelines call out explicitly.