Pricing
Log inStart free trial→
Try free
Measure

MentionShare Tracking

See your brand mention rate across 9 AI engines daily

Competitor Intelligence

Track share-of-voice vs competitors across all engines

Prompt Performance

Per-query mention rates and 90-day trend lines

Brand Sentiment

Track if AI describes your brand positively or negatively

Optimize

Fix Generator

Generate FAQ blocks, JSON-LD schema, and answer paragraphs

AI SEO Audit

Page-by-page AI readiness scoring with specific fixes

Integrations

Connect GA4, Search Console, Slack, and your data stack

Authority Capture

Build topical authority AI engines trust and cite

Featured

Fix Generator

Generate FAQ blocks, JSON-LD schema, and answer paragraphs — ready to publish in one click.

See how it works →

IntegrationsGA4Search ConsoleAPI

By Team

Marketing Teams

Track AI visibility and generate content at scale

Founders & Startups

Get cited by AI engines from day one — no SEO agency needed

Agencies

Manage client workspaces with white-label PDF reporting

B2B SaaS Companies

Win AI-generated buyer comparisons in your software category

Enterprise

SSO, dedicated support & custom contracts

How Teams Use It

Improve AI Citations

Publish content that trains ChatGPT and Perplexity to recommend you

Prove AI-Driven ROI

Connect AI citations to real traffic and pipeline via GA4

Get a Competitive Edge

Real results from teams dominating AI-generated answers

Managing multiple clients?See Agency plan →

Content

Blog

New

AEO strategies, AI visibility guides, and industry insights

What's New

Updated

Latest product releases, features, and platform updates

AEO Beginner Guide

Free

Free 10-step guide to getting cited in AI search results

Tutorials

Step-by-step video walkthroughs for every feature

Reference

Documentation

Platform guide — features, workflows, and getting started

API Reference

REST API docs, authentication, and code examples

Case Studies

Real results from marketing teams and agencies

Comparisons

TrueCite vs Otterly, Peec AI, and more

Security

Data handling, compliance, and infrastructure

New to AEO?
Read the free guide →About us →
← Back to blog
TechnicalJune 11, 2026·10 min read

Schema Markup Examples for AEO: Copy-Paste JSON-LD for Every Page Type

SM
BySukanta Mohapatra, Founder & CEO · TrueCite · Updated June 11, 2026

Real, working schema markup examples for every page type on your B2B website. Copy, customize, and paste to improve AI visibility immediately.

Why copy-paste schema examples matter

Most developers and marketers know structured data exists. Most haven't implemented it because they don't know what to write. This post eliminates that blocker with working, copy-paste examples for every major B2B page type.

AI engines parse JSON-LD schema to extract structured information about your brand, products, and content. Pages with valid schema are cited more often. Pages without it are at a structural disadvantage against every competitor who has it. For a deeper explanation of why this matters, read the [Complete JSON-LD Schema Guide for AI Visibility](/blog/json-ld-schema-ai-visibility).

Example 1: Organization schema (every B2B website homepage)

Add this to your homepage `<head>`. The `sameAs` array is the most important part — it connects your website to the authoritative third-party sources AI engines trust.

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Your Company Name",
  "url": "https://yourcompany.com",
  "logo": "https://yourcompany.com/logo.png",
  "description": "One sentence describing what you do and who you serve.",
  "foundingDate": "2021",
  "sameAs": [
    "https://www.g2.com/products/your-product",
    "https://www.linkedin.com/company/your-company",
    "https://www.crunchbase.com/organization/your-company",
    "https://twitter.com/yourcompany",
    "https://www.capterra.com/your-category/your-product"
  ]
}

Each `sameAs` link tells AI engines: "this is us on that platform." More verified external profiles = more citation confidence. Add every relevant platform where your company has an official presence.

Example 2: FAQPage schema (product and feature pages)

Add to every product page, pricing page, and feature page. The questions must match what buyers actually ask — not marketing questions.

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is [your product] used for?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Lead with a direct answer in the first sentence. [Your product] is used by [ICP] to [solve specific problem]. It [key differentiator] and integrates with [key tools]. [Pricing or tier context if relevant]."
      }
    },
    {
      "@type": "Question",
      "name": "How much does [your product] cost?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "[Your product] starts at $X/month for [tier] and $Y/month for [higher tier]. A free trial is available."
      }
    }
  ]
}

Rules for high-performing FAQ schema:

  • ▸Answer in the first sentence — don't bury it
  • ▸Keep answers 40–200 words — concise enough to cite, detailed enough to be useful
  • ▸Use buyer language in questions, not marketing language
  • ▸Include 4–6 Q&A pairs per page

Example 3: SoftwareApplication schema (SaaS products)

Add to your main product page. The `featureList` is particularly important — AI engines use it for feature comparison queries.

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Your Product Name",
  "applicationCategory": "BusinessApplication",
  "operatingSystem": "Web",
  "description": "What your software does in one sentence.",
  "featureList": "Feature 1, Feature 2, Feature 3, Feature 4, Feature 5",
  "offers": {
    "@type": "Offer",
    "price": "89",
    "priceCurrency": "USD",
    "priceSpecification": { "@type": "UnitPriceSpecification", "billingDuration": "P1M" }
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.8",
    "ratingCount": "127",
    "bestRating": "5",
    "worstRating": "1"
  }
}

Example 4: HowTo schema (guides and tutorials)

Use on any numbered guide or step-by-step process page. Targets "how to [task]" queries which are high buyer-intent for knowledge-intensive products.

{
  "@context": "https://schema.org",
  "@type": "HowTo",
  "name": "How to improve your AI visibility score",
  "description": "Step-by-step guide to increasing your brand's MentionShare",
  "step": [
    {
      "@type": "HowToStep",
      "position": 1,
      "name": "Measure your baseline",
      "text": "Run a TrueCite scan with 10 buyer-intent prompts to establish your current MentionShare score."
    },
    {
      "@type": "HowToStep",
      "position": 2,
      "name": "Identify your top missed prompts",
      "text": "Sort by mention rate ascending — your lowest-scoring prompts are your highest opportunities."
    }
  ]
}

Example 5: BlogPosting schema (all blog posts)

Add to every blog post. Include `datePublished`, `dateModified`, and `author` — these are E-E-A-T signals that both Google and Gemini weight heavily.

{
  "@context": "https://schema.org",
  "@type": "BlogPosting",
  "headline": "Your Blog Post Title",
  "datePublished": "2026-06-11",
  "dateModified": "2026-06-11",
  "author": {
    "@type": "Person",
    "name": "Author Name",
    "url": "https://yourcompany.com/team/author"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Your Company",
    "url": "https://yourcompany.com"
  }
}

How to implement and test

Testing: Use Google's Rich Results Test (search.google.com/test/rich-results) to validate your JSON-LD before publishing. The [AI SEO Audit](/features/ai-seo-audit) in TrueCite also checks your schema and shows your AI SEO score for each page.

Implementation: Add each JSON-LD block inside a `<script type="application/ld+json">` tag in your page `<head>`. Most CMS platforms (WordPress, Webflow) allow custom `<head>` HTML per page.

Automation: TrueCite's [Fix Generator](/features/fix-generator) produces all of these schema types automatically based on your missed prompts — FAQ, JSON-LD, and answer paragraphs in one click.

[Start generating your schema with Fix Generator](/sign-up) — schema for your top 5 missed prompts in under 5 minutes.

SM
BySukanta Mohapatra

Founder & CEO · TrueCite

Updated June 11, 2026

Related articles

GuideWhat is AEO? ChatGPT, Perplexity & Gemini GuideStrategyWhy ChatGPT Ignores Your Brand (and How to Fix It)MetricsMentionShare: The AI Visibility Metric B2B Marketers Need
Want to improve your AI visibility? Start with TrueCite for free →
truecite.

When buyers ask AI, your brand is the answer.

Product

  • Pricing
  • Features
  • Integrations
  • API Docs
  • Fix Generator
  • AI SEO Audit

Company

  • About
  • Careers
  • Security
  • Case Studies
  • Comparisons
  • Support
  • Status
  • Changelog

Resources

  • Blog
  • Documentation
  • Tutorials
  • AEO Guide
  • AEO Explained
  • GEO Explained
  • Roadmap

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
truecite.
© 2026 TrueCite · AI Collective Labs Inc
PrivacyTermsSupport