Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "AA Accident Attorneys",
description: "AA Accident Attorneys is a personal injury law firm serving Sacramento and surrounding areas, specializing in car accident cases, slip and fall injuries, and other accident-related claims. The firm works on a contingency fee basis, meaning clients pay nothing unless they win their case. They provide free consultations to evaluate your claim and guide you through the legal process.",
url: "http://aa-accidentattorneys.com/",
telephone: "+1-800-260-2577",
address: {
@type: "PostalAddress",
streetAddress: "1020 12th St #223",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95814",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.578888,
longitude: -121.491422
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "39",
bestRating: "5"
},
areaServed: "Sacramento, CA and surrounding regions",
knowsAbout: "Personal Injury Law, Car accident victims, slip and fall injury claimants, individuals seeking compensation without upfront legal costs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "No Win, No Fee"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Case Evaluation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accident Specialists"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
contactType: "AI inquiries"
}
}
}This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.