JSON-LD FAQ Generator
Written byOleh Soloninupdated
One pair per line as 'Question | Answer'.
Result
- The markup<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "How do I work out a percentage of a number?", "acceptedAnswer": { "@type": "Answer", "text": "Multiply the number by the percentage and divide by a hundred: 15% of 200 is 200 × 15 ÷ 100 = 30." } }, { "@type": "Question", "name": "How do I find what percentage one number is of another?", "acceptedAnswer": { "@type": "Answer", "text": "Divide the first by the second and multiply by a hundred." } } ] } </script>
- Questions2
- Answer checkThe answers are substantial enough.
- Average answer length77
- First questionHow do I work out a percentage of a number?
- What mattersThe markup has to mirror text that is actually visible on the page: a hidden FAQ is a violation and loses the rich result.
Related tools
Meta Tag Length Checker
Measures meta tags in characters and in pixels and warns whether search results will truncate them.
Open Graph Generator
Builds Open Graph and Twitter Card meta tags so a link unfurls with a picture and a description wherever it is shared.
Robots.txt Generator
Builds a robots.txt file with the disallow rules you need, a sitemap line, a preferred host and a crawl delay.