Structured Data & Schema Markup for AI — Forums
A comprehensive schema implementation framework for online forums. Ensure your community discussions, categories, and expert content are machine-readable, maximizing visibility in AI-driven search results and voice assistants.
Community Platform Schema
Visibility Strategy
Establishes your forum as a distinct entity for AI. Crucial for brand recognition in branded searches and ensuring core functionalities like search are understood by LLM crawlers.
Implementing this Community Platform Schema schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "[Forum Name]",
"url": "https://[yourforumdomain.com]",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://[yourforumdomain.com]/search?q={search_term_string}"
},
"name": "Search [Forum Name]"
}
}Discussion Thread Schema
Visibility Strategy
Signals to AI that this is a user-generated discussion. Critical for ranking in 'Questions & Answers' rich results and for AI to understand the conversational nature of content.
Implementing this Discussion Thread Schema schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "DiscussionForumPosting",
"headline": "[Thread Title] - [Forum Name]",
"datePosted": "[YYYY-MM-DDTHH:MM:SS+ZZ:ZZ]",
"author": {
"@type": "Person",
"name": "[Username]"
},
"publisher": {
"@type": "Organization",
"name": "[Forum Name]",
"url": "https://[yourforumdomain.com]"
}
}FAQPage Schema for Common Issues
Visibility Strategy
Dominates 'Answer Engine' snapshots for user queries. Mark up frequently asked questions about forum usage, moderation, or community guidelines to become the go-to source in AI search.
Implementing this FAQPage Schema for Common Issues schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "How do I reset my password on [Forum Name]?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Access the 'Account Settings' page, click 'Change Password', and follow the prompts. For persistent issues, contact moderation via private message."
}
}]
}BreadcrumbList Schema for Navigation
Visibility Strategy
Essential for topical authority and PSEO. Maps the hierarchical structure of your forum categories and subforums, guiding LLM crawlers to understand content relationships and topical depth.
Implementing this BreadcrumbList Schema for Navigation schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://[yourforumdomain.com]/"
}, {
"@type": "ListItem",
"position": 2,
"name": "[Category Name]",
"item": "https://[yourforumdomain.com]/category/[category-slug]"
}, {
"@type": "ListItem",
"position": 3,
"name": "[Subcategory Name]",
"item": "https://[yourforumdomain.com]/category/[category-slug]/[subcategory-slug]"
}]
}AggregateRating for Community Reputation
Visibility Strategy
Amplifies trust signals. Displays star ratings for the forum's overall reputation or specific sub-communities in SERPs. AI prioritizes highly-regarded communities for 'best forum' or 'top community' queries.
Implementing this AggregateRating for Community Reputation schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "[Forum Name]",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.7",
"reviewCount": "5000",
"bestRating": "5"
}
}

Generate valid structured data for all your Forums pages with Amplefound.
Join 2,000+ teams scaling with AI.
HowTo Schema for Onboarding
Visibility Strategy
Optimizes for direct answers via voice assistants. Enables AI assistants (Google Assistant, Alexa) to read step-by-step guides for common forum actions directly to users.
Implementing this HowTo Schema for Onboarding schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "How to create a new topic on [Forum Name]",
"step": [{
"@type": "HowToStep",
"text": "Navigate to the relevant category and click the 'New Topic' button.",
"url": "https://[yourforumdomain.com]/new-topic"
}, {
"@type": "HowToStep",
"text": "Fill in the subject line and body of your post, adhering to community guidelines.",
"url": "https://[yourforumdomain.com]/new-topic#compose"
}, {
"@type": "HowToStep",
"text": "Click 'Submit' to publish your topic.",
"url": "https://[yourforumdomain.com]/new-topic#submit"
}]
}Article Schema for Guides & Tutorials
Visibility Strategy
Bolsters E-E-A-T signals. Verifies the expertise behind your official guides and tutorials, crucial for AI to trust and rank your content as authoritative.
Implementing this Article Schema for Guides & Tutorials schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "Article",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://[yourforumdomain.com]/guides/getting-started"
},
"author": {
"@type": "Person",
"name": "[Expert Username/Admin Name]",
"url": "https://[yourforumdomain.com]/users/[username]",
"sameAs": ["[User Profile URL]"]
},
"publisher": {
"@type": "Organization",
"name": "[Forum Name]",
"logo": {
"@type": "ImageObject",
"url": "https://[yourforumdomain.com]/logo.png"
}
},
"datePublished": "[YYYY-MM-DD]",
"dateModified": "[YYYY-MM-DD]"
}Dataset Schema for Community Data
Visibility Strategy
Positions your forum as a data authority. Indexing proprietary community insights or trend reports can make your forum a primary source for AI-driven market research and industry analysis.
Implementing this Dataset Schema for Community Data schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "Dataset",
"name": "[Forum Name] User Demographics Report [Year]",
"description": "Aggregated, anonymized insights into [Forum Name] user base and activity.",
"publisher": {
"@type": "Organization",
"name": "[Forum Name]"
},
"includedDataCatalog": "Community Analytics"
}Organization Schema for Forum Identity
Visibility Strategy
Secures branded search results. Defines your forum as an entity, ensuring consistent representation in Google Knowledge Panels and AI-powered brand summaries.
Implementing this Organization Schema for Forum Identity schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "[Forum Name]",
"url": "https://[yourforumdomain.com]",
"logo": "https://[yourforumdomain.com]/logo.png",
"sameAs": [
"https://twitter.com/[forumhandle]",
"https://www.facebook.com/[forumpage]",
"https://linkedin.com/company/[forumcompany]"
]
}Speakable Property for Key Content
Visibility Strategy
Enhances voice search discoverability. Identifies specific elements like thread titles or rule summaries for AI assistants to read aloud, improving accessibility and direct answer delivery.
Implementing this Speakable Property for Key Content schema typically triggers star ratings and rich snippets in SERPs.
JSON-LD Template
{
"@context": "https://schema.org",
"@type": "WebPage",
"speakable": {
"@type": "SpeakableSpecification",
"xpath": ["/html/body/div[@class='forum-content']/h1", "/html/body/div[@class='forum-content']/p[1]", "/html/body/div[@class='rules-section']/h2"]
}
}Pro Tips & Insights

Automate your entire
SEO content production.
Amplefound uses autonomous agents to research, write, and promote rank-ready content that sounds exactly like your brand. Scale your organic traffic without the manual grind.
Content-to-Conversion Strategy
Discover how to turn content into revenue...
10 Content Marketing Trends
Learn how data driven topics will shape...
AI Search Optimization
Discover how to post Gemini 3.0 updates...
Brand-Aligned Content
Discover how to create brand-aligned...
Brand-Aligned Voice
Discover how to scale brand-voice...
How to Use Automated SEO
Learn how automated SEO tools work...
Listicle about SaaS
5 ways to improve your SaaS growth...
How To Guide for B2B
Step by step guide for B2B sales...
Comparison Post: AI vs Human
Detailed comparison of AI writing...
General Article about AI
Overview of AI in 2026...
Listicle about Marketing
Top 10 marketing tools...
How To Guide: Lead Gen
Mastering lead generation...
Comparison Post: SEO Tools
Ahrefs vs Semrush...
General Article Trends
Future of content...
Content-to-Conversion Strategy
Discover how to turn content into revenue...
10 Content Marketing Trends
Learn how data driven topics will shape...
AI Search Optimization
Discover how to post Gemini 3.0 updates...
Brand-Aligned Content
Discover how to create brand-aligned...
Brand-Aligned Voice
Discover how to scale brand-voice...
How to Use Automated SEO
Learn how automated SEO tools work...
Listicle about SaaS
5 ways to improve your SaaS growth...