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: "Valley Injury Team",
description: "Valley Injury Team is a personal injury law firm serving Mesa and surrounding Arizona communities. They specialize in car accidents, slip and fall cases, and other personal injury claims, offering free consultations and working on a contingency fee basis so clients pay nothing unless they win. The experienced team is dedicated to helping injured individuals recover maximum compensation for their damages.",
url: "https://valleyinjuryteam.com/",
telephone: "+1-602-832-7316",
address: {
@type: "PostalAddress",
streetAddress: "4704 E Southern Ave",
addressLocality: "Mesa",
addressRegion: "AZ",
postalCode: "85206",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.3941874,
longitude: -111.73044490000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "101",
bestRating: "5"
},
areaServed: "Mesa, Arizona and surrounding Phoenix metropolitan area",
knowsAbout: "Personal Injury Law, Car accident victims, slip and fall injury claimants, individuals with personal injury cases needing legal representation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Contingency Fee Model"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Initial Consultation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Focused Expertise"
}
],
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.