Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "East Valley Injury Law",
description: "East Valley Injury Law is a personal injury law firm based in Mesa serving the Phoenix East Valley area. They handle car accidents, slip and fall cases, workers' compensation, and other injury claims on a contingency fee basis, meaning clients pay nothing unless they win. The firm focuses on helping injured individuals recover fair compensation for medical expenses, lost wages, and pain and suffering.",
url: "https://eastvalleyinjurylaw.com/mesa/",
telephone: "+1-480-908-8768",
address: {
@type: "PostalAddress",
streetAddress: "1525 S Greenfield Rd STE 2",
addressLocality: "Mesa",
addressRegion: "AZ",
postalCode: "85206",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.388686299999996,
longitude: -111.73608069999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "212",
bestRating: "5"
},
areaServed: "Mesa and surrounding East Valley communities",
knowsAbout: "Personal Injury Law, Car accident victims, slip and fall injury victims, workers' compensation claimants, individuals with medical bills and lost wages from accidents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Contingency Fee Model"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "East Valley Focused"
}
],
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.