JSON-LD FAQ Schema Template
Structured data template for FAQ sections. Helps AI systems understand and cite your Q&A content directly.
Template
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"@id": "https://www.yoursite.com/page#faq",
"mainEntity": [
{
"@type": "Question",
"name": "What is [your product/service]?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A clear, comprehensive answer to the question. Include relevant details that would be helpful for someone searching for this information."
}
},
{
"@type": "Question",
"name": "How does [your product/service] work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Explain the process or functionality in clear, simple terms. Use plain language that AI systems can easily parse and cite."
}
},
{
"@type": "Question",
"name": "What are the benefits of [your product/service]?",
"acceptedAnswer": {
"@type": "Answer",
"text": "List the key benefits: 1) First benefit with explanation. 2) Second benefit with explanation. 3) Third benefit with explanation."
}
},
{
"@type": "Question",
"name": "How much does [your product/service] cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Provide pricing information or direct users to your pricing page. Be specific about what's included at each tier."
}
},
{
"@type": "Question",
"name": "How do I get started with [your product/service]?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Step 1: Sign up at yoursite.com. Step 2: Complete onboarding. Step 3: Start using the product. Contact us at hello@yoursite.com for help."
}
}
]
}
</script>How to Use This Template
Add to pages with FAQ content
Ensure FAQ schema matches visible page content
Keep answers comprehensive but concise
Use natural language that AI can easily parse
Add as many Q&A pairs as relevant
When to Use This
Product/service FAQ sections
Support and help pages
Category landing pages
More Templates
Robots.txt for AI Crawlers
A ready-to-use robots.txt configuration that allows all major AI crawlers (GPTBot, ClaudeBot, PerplexityBot, etc.) to index your site.
llms.txt File Template
The llms.txt file provides direct instructions to AI systems about your site. This emerging standard helps AI understand how to represent your brand.
Organization Schema (JSON-LD)
Structured data template for your organization/company. Helps AI systems understand your brand, social profiles, and contact information.