SEO & AI Engine Optimization · May 2026

Tier 4: Entity and Authority: 14 items for Wikidata, Knowledge Graph, sameAs threading, and brand entity reconciliation

The Entity and Authority tier covers Wikidata Q-items, Google Knowledge Graph MID, sameAs threading, schema @id graph reconciliation, and trust-source mentions.

Tier Explanation: This tier builds defensible long-term brand authority through advanced entity positioning, proactive reputation management, earned media, thought leadership, and competitive moat-building. Tier 4 assumes the foundational entity work (schema, Wikidata, Knowledge Panel claim, author bios) from Tiers 1–3 is already in place — this tier is about cementing the brand as a recognized industry entity that AI engines, journalists, and prospects treat as authoritative. All actions execute on website pages, schema markup, public data feeds, and supporting infrastructure.


Related Frameworks

This tier implements the following framework documents in the /Framework/ library. Consult them for canonical reference, audit rubrics, and detailed implementation patterns.


A. Personal & Founder Brand (3)

1. PBO — Personal Brand Optimization

Code Example — Comprehensive Person schema:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Person",
  "@id": "https://thatdeveloperguy.com/about/joseph-anady/#person",
  "name": "Joseph W. Anady",
  "givenName": "Joseph",
  "familyName": "Anady",
  "jobTitle": "Founder & Lead Developer",
  "url": "https://thatdeveloperguy.com/about/joseph-anady/",
  "image": "https://thatdeveloperguy.com/joseph-anady.jpg",
  "sameAs": [
    "https://www.wikidata.org/wiki/Q138610626",
    "https://huggingface.co/Janady07",
    "https://linkedin.com/in/josephanady",
    "https://x.com/josephanady"
  ],
  "knowsAbout": [
    "Web Development",
    "Search Engine Optimization",
    "AI Engine Optimization",
    "Cybersecurity"
  ],
  "alumniOf": [
    {"@type": "EducationalOrganization", "name": "Colorado State University"}
  ],
  "hasCredential": [
    {"@type": "EducationalOccupationalCredential", "name": "BA Computer Engineering"},
    {"@type": "EducationalOccupationalCredential", "name": "MA Cybersecurity"}
  ],
  "worksFor": {"@id": "https://thatdeveloperguy.com/#organization"}
}
</script>

2. FBO — Founder-Led Content Optimization

Code Example — Founder-authored article schema:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Why Most SEO Agencies Get AI Search Wrong",
  "author": {
    "@id": "https://thatdeveloperguy.com/about/joseph-anady/#person"
  },
  "publisher": {
    "@id": "https://thatdeveloperguy.com/#organization"
  },
  "datePublished": "2026-04-15",
  "dateModified": "2026-04-29",
  "mainEntityOfPage": "https://thatdeveloperguy.com/insights/ai-search-mistakes/",
  "about": {
    "@type": "Thing",
    "name": "AI Search Optimization"
  }
}
</script>

3. SAO — Speaking Authority Optimization

Code Example — Speaking event schema:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Event",
  "name": "AI Search Optimization Summit 2026",
  "startDate": "2026-06-15T09:00",
  "location": {
    "@type": "Place",
    "name": "Denver Convention Center",
    "address": {
      "@type": "PostalAddress",
      "addressLocality": "Denver",
      "addressRegion": "CO"
    }
  },
  "performer": {
    "@id": "https://thatdeveloperguy.com/about/joseph-anady/#person"
  },
  "description": "Keynote on the 14-tier engine optimization framework",
  "eventStatus": "https://schema.org/EventScheduled"
}
</script>

B. Reputation Management (3)

4. REO — Reputation Engine Optimization

Code Example — AggregateRating + Review schema:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "ProfessionalService",
  "name": "ThatDeveloperGuy",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.9",
    "reviewCount": "127",
    "bestRating": "5"
  },
  "review": [{
    "@type": "Review",
    "reviewRating": {"@type": "Rating", "ratingValue": "5"},
    "author": {"@type": "Person", "name": "Eugene M."},
    "datePublished": "2026-03-22",
    "reviewBody": "Built our entire AllRideLimo site and SEO foundation in three weeks..."
  }]
}
</script>

5. RMO — Review Management Optimization

Code Example — Review request page with multi-platform CTA:

<section class="review-request">
  <h1>Leave a Review for ThatDeveloperGuy</h1>
  <p>Your feedback helps us improve and helps others find us. Thank you!</p>
  <div class="review-platforms">
    <a href="https://g.page/r/your-google-id/review" rel="noopener">
      <img src="/icons/google.svg" alt="Google" width="48" height="48">
      Review on Google
    </a>
    <a href="https://trustpilot.com/evaluate/thatdeveloperguy.com" rel="noopener">
      <img src="/icons/trustpilot.svg" alt="Trustpilot" width="48" height="48">
      Review on Trustpilot
    </a>
    <a href="https://clutch.co/profile/thatdeveloperguy/review" rel="noopener">
      <img src="/icons/clutch.svg" alt="Clutch" width="48" height="48">
      Review on Clutch
    </a>
  </div>
</section>

6. CDO — Crisis & Defense Optimization

Code Example — Defensive Q&A page schema:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "Is ThatDeveloperGuy a legitimate web development agency?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "ThatDeveloperGuy is a Service-Disabled Veteran-Owned Small Business (SDVOSB) based in Cassville, MO, founded by Joseph W. Anady (BA Computer Engineering, MA Cybersecurity). The company hosts 130+ active client sites, maintains verified profiles on Wikidata (Q138610626), and operates under DUNS verification."
    }
  }]
}
</script>

C. Earned Media & PR (3)

7. DPR — Digital PR Optimization

Code Example — Press kit page with NewsArticle schema:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebPage",
  "name": "Press Kit & Media Resources",
  "url": "https://thatdeveloperguy.com/press/",
  "about": {"@id": "https://thatdeveloperguy.com/#organization"},
  "potentialAction": {
    "@type": "DownloadAction",
    "target": "https://thatdeveloperguy.com/press/media-kit.zip",
    "name": "Download Full Media Kit"
  }
}
</script>

<section class="press-kit">
  <h1>Press Kit</h1>
  <a href="/press/media-kit.zip" download>Download Full Media Kit (ZIP)</a>
  <a href="/press/fact-sheet.pdf" download>Company Fact Sheet (PDF)</a>
  <a href="/press/founder-bio.pdf" download>Founder Bio (PDF)</a>
  <a href="/press/logos/">Logo Pack (PNG/SVG)</a>
</section>

8. EAO — Earned Authority Optimization

Code Example — Featured-in section with structured data:

<section class="featured-in" itemscope itemtype="https://schema.org/Organization">
  <h2>Featured In</h2>
  <ul class="logo-strip">
    <li><a href="https://forbes.com/article-url" rel="noopener">
      <img src="/logos/forbes.svg" alt="Forbes" width="120" height="40">
    </a></li>
    <li><a href="https://techcrunch.com/article-url" rel="noopener">
      <img src="/logos/techcrunch.svg" alt="TechCrunch" width="120" height="40">
    </a></li>
  </ul>
</section>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Quotation",
  "text": "ThatDeveloperGuy's 14-tier optimization framework represents one of the most comprehensive AI search strategies we've reviewed.",
  "spokenByCharacter": {"@type": "Person", "name": "Jane Reporter"},
  "isPartOf": {
    "@type": "NewsArticle",
    "url": "https://forbes.com/article-url",
    "publisher": {"@type": "Organization", "name": "Forbes"}
  }
}
</script>

9. EXO — Expert Network Optimization

Code Example — Expert commentary internal library page:

<article class="expert-quote-template" data-topic="ai-search">
  <h3>AI Search Optimization — Quote Template</h3>
  <blockquote>
    "The shift from keyword optimization to entity-based search has been more
    seismic than mobile-first indexing. Brands that don't have schema, Wikidata
    presence, and consistent author entities are invisible to ChatGPT and
    Perplexity citations — regardless of their Google rankings."
  </blockquote>
  <p><strong>Length:</strong> 47 words | <strong>Last updated:</strong> 2026-04-29</p>
  <p><strong>Customization fields:</strong> [publication], [angle], [stat]</p>
</article>

D. Brand Authority Signals (3)

10. BMO — Brand Mention Optimization

Code Example — Mention schema and alternate names:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://thatdeveloperguy.com/#organization",
  "name": "ThatDeveloperGuy",
  "alternateName": [
    "That Developer Guy",
    "TDG",
    "ThatDeveloperGuy.com"
  ],
  "mentions": [{
    "@type": "Thing",
    "name": "AI Search Optimization"
  }, {
    "@type": "Thing",
    "name": "Engine Optimization Framework"
  }]
}
</script>

11. BAA — Brand Association Optimization

Code Example — Brand association schema:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "The ThatDeveloperGuy 14-Tier Engine Optimization Framework™",
  "about": [{
    "@type": "Brand",
    "name": "ThatDeveloperGuy",
    "@id": "https://thatdeveloperguy.com/#organization"
  }, {
    "@type": "Thing",
    "name": "Search Engine Optimization"
  }, {
    "@type": "Thing",
    "name": "AI Engine Optimization"
  }],
  "mentions": [
    {"@type": "Thing", "name": "Answer Engine Optimization"},
    {"@type": "Thing", "name": "Generative Engine Optimization"}
  ]
}
</script>

12. TLO — Thought Leadership Optimization

Code Example — Research dataset schema:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "ThatDeveloperGuy AI Citation Study 2026",
  "description": "Analysis of 1,247 client sites measuring AI engine citation rates across ChatGPT, Perplexity, Claude, and Gemini after 14-tier optimization.",
  "creator": {"@id": "https://thatdeveloperguy.com/#organization"},
  "datePublished": "2026-04-15",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "distribution": [{
    "@type": "DataDownload",
    "encodingFormat": "text/csv",
    "contentUrl": "https://thatdeveloperguy.com/research/ai-citation-2026.csv"
  }, {
    "@type": "DataDownload",
    "encodingFormat": "application/json",
    "contentUrl": "https://thatdeveloperguy.com/research/ai-citation-2026.json"
  }],
  "keywords": ["AI search", "citation rate", "GEO", "AEO"]
}
</script>

E. Competitive & Backlink (2)

13. CIO — Competitive Intelligence Optimization

Code Example — Comparison page with structured data:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "ThatDeveloperGuy vs Generic SEO Agency: 2026 Comparison",
  "about": {"@id": "https://thatdeveloperguy.com/#organization"},
  "mainEntity": {
    "@type": "Table",
    "about": "Service comparison: features, pricing, support, results"
  }
}
</script>

<table class="comparison-table">
  <thead>
    <tr><th>Feature</th><th>ThatDeveloperGuy</th><th>Typical Agency</th></tr>
  </thead>
  <tbody>
    <tr>
      <td>14-Tier Optimization Framework</td>
      <td>✓ All 112+ optimizations</td>
      <td>✗ Standard SEO only</td>
    </tr>
    <tr>
      <td>AI Search Optimization (T3)</td>
      <td>✓ 14 AI-specific optimizations</td>
      <td>✗ Not offered</td>
    </tr>
    <tr>
      <td>Self-Managed Hosting</td>
      <td>✓ Bubbles server, 130+ sites</td>
      <td>✗ Third-party reseller</td>
    </tr>
  </tbody>
</table>

14. BAO — Backlink Authority Optimization

Code Example — Citation block + Citation schema:

<section class="cite-this">
  <h3>Cite This Research</h3>
  <div class="citation-formats">
    <button onclick="copyAPA()">Copy APA</button>
    <button onclick="copyMLA()">Copy MLA</button>
    <button onclick="copyBibTeX()">Copy BibTeX</button>
  </div>
  <pre id="apa">Anady, J. W. (2026). AI Citation Study 2026. ThatDeveloperGuy. https://thatdeveloperguy.com/research/ai-citation-2026/</pre>
</section>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "ScholarlyArticle",
  "headline": "AI Citation Study 2026",
  "author": {"@id": "https://thatdeveloperguy.com/about/joseph-anady/#person"},
  "datePublished": "2026-04-15",
  "citation": {
    "@type": "CreativeWork",
    "identifier": "https://thatdeveloperguy.com/research/ai-citation-2026/"
  }
}
</script>

Summary

Need this implemented on your site?

ThatDevPro ships this tier (and the other 13) as a productized service. SDVOSB-certified veteran owned. Cassville, Missouri.

See Engine Optimization service ›