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: "Alex Law",
description: "Alex Law is a Phoenix-based law firm specializing in personal injury cases, including car accidents, slip and fall incidents, and wrongful death claims. The firm handles cases on a contingency fee basis, meaning clients pay no fees unless they win their case. They offer free consultations to evaluate claims and help injured individuals pursue compensation for their damages.",
url: "https://www.alexlawfirm.com/",
telephone: "+1-602-971-1775",
address: {
@type: "PostalAddress",
streetAddress: "1717 E Bell Rd #1",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85022",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.6400752,
longitude: -112.04499419999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "253",
bestRating: "5"
},
areaServed: "Phoenix, Arizona and surrounding communities",
knowsAbout: "Personal Injury Law, Car accident victims, slip and fall injury claimants, families pursuing wrongful death cases, individuals seeking contingency-based representation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Contingency Fee Model"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Case Evaluation"
}
],
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.