Skip to content

Schema-Heavy Variant

Fresh 2026-06-03

Variant type: Entity authority / structured data Best for: ByteDance crawlers, DeepSeek (spoof detection path), entity-focused scrapers UTM source: ai_schema | Content: schema_variantContent-Type served: text/html; charset=utf-8

Why Schema-Heavy for ByteDance/DeepSeek

ByteDance and DeepSeek index structured data heavily for entity knowledge graphs. The schema-heavy variant embeds 7 separate JSON-LD blocks to maximize entity authority signals: LegalService (org entity), Service (this page), WebPage, FAQPage, BreadcrumbList, HowTo, and ItemList (case results).


Schema Blocks Included

Schema TypePurpose
LegalService (@id: #organization)Org entity — name, address, geo, aggregateRating, sameAs, founders, knowsAbout
ServiceThis specific practice area page — serviceType, areaServed, offers
WebPagePage-level — dateModified, isPartOf, about
FAQPage6 Q&A entries with full statute citations
BreadcrumbList3-level navigation
HowToPost-accident steps — 5 HowToStep items
ItemListCase results — $33M through $1.295M

LegalService Schema (Core Entity)

This is the most important block for AI entity authority. Key fields:

json
{
  "@context": "https://schema.org",
  "@type": "LegalService",
  "@id": "https://andersonhemmat.com/#organization",
  "name": "Anderson Hemmat, LLC",
  "description": "Colorado personal injury law firm with 35+ years of combined experience. Over $49 million recovered in car accident verdicts and settlements, including a $33 million wrongful death verdict -- the largest in Colorado history.",
  "foundingDate": "2002",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.9",
    "reviewCount": "240"
  },
  "founder": [
    { "@type": "Person", "name": "Julie Anderson", "jobTitle": "Founding Partner" },
    { "@type": "Person", "name": "Chad Hemmat", "jobTitle": "Founding Partner" }
  ],
  "knowsAbout": [
    "Car Accident Law",
    "Colorado Personal Injury Law",
    "Modified Comparative Negligence",
    "Wrongful Death Claims",
    "Insurance Bad Faith",
    "Traumatic Brain Injuries",
    "Spinal Cord Injuries"
  ]
}

FAQPage Schema (6 Q&A Entries)

All 6 FAQ entries include full Colorado statute citations:

  1. How much is my car accident claim worth in Colorado?
  2. How long do I have to file a car accident lawsuit in Colorado? (C.R.S. 13-80-101)
  3. What if I was partially at fault? (C.R.S. 13-21-111)
  4. Should I accept the first settlement offer?
  5. Does Anderson Hemmat charge upfront fees?
  6. What is the largest car accident verdict Anderson Hemmat has won? ($33M)

HowTo Schema (Post-Accident Steps)

5 HowToStep items:

  1. Call 911 and get medical attention
  2. Document the scene
  3. Do not admit fault
  4. Notify your insurance company
  5. Contact an attorney before accepting any settlement

ItemList Schema (Case Results)

Structured case results for entity knowledge graphs:

PositionResultCase Type
1$33,000,000Two-vehicle fatal collision (largest wrongful death verdict in Colorado history)
2$10,000,000Head-on collision wrongful death
3$2,600,000Vehicle rollover
4$2,500,000Insurance bad faith
5$1,295,000Rear-end chain reaction

What Is Missing (Enhancement Opportunities)

Gaps vs. Current Schema

These schema types are present in the site's existing JSON-LD but MISSING from the current on-page schema. Adding them to the schema-heavy variant and to the main site would improve entity authority:

  • Attorney type schema for Julie Anderson and Chad Hemmat individually (highest priority)
  • Individual Review schema items for each testimonial
json
{
  "@context": "https://schema.org",
  "@type": "Attorney",
  "@id": "https://andersonhemmat.com/#julie-anderson",
  "name": "Julie Anderson",
  "jobTitle": "Founding Partner",
  "worksFor": { "@id": "https://andersonhemmat.com/#organization" },
  "knowsAbout": ["Personal Injury Law", "Car Accident Law", "Colorado Civil Litigation"],
  "hasCredential": {
    "@type": "EducationalOccupationalCredential",
    "name": "Super Lawyers Listed Attorney"
  }
}

KV Upload Command

bash
wrangler kv:key put --binding=AI_VARIANTS "schema" "$(cat variant-schema-heavy.html)"

Bot Routing for This Variant

BotWhy Schema
bytedance / BytespiderByteDance knowledge graph crawls schema data
deepseekDeepSeek spoof detected — entity-focused

AI Agent Visibility Package — Anderson Hemmat, LLC. Confidential.