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: "Norris Injury Lawyers",
description: "Norris Injury Lawyers is a personal injury law firm serving Birmingham and surrounding Alabama communities. They handle car accidents, slip and fall cases, wrongful death claims, and workers' compensation matters on a contingency fee basis, meaning clients pay nothing unless they win. The firm specializes in helping injured individuals recover maximum compensation from insurance companies and negligent parties.",
url: "https://www.norrisinjurylawyers.com/",
telephone: "+1-800-477-7510",
address: {
@type: "PostalAddress",
streetAddress: "201 Vulcan Rd",
addressLocality: "Birmingham",
addressRegion: "AL",
postalCode: "35209",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.464408299999995,
longitude: -86.825875
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "883",
bestRating: "5"
},
areaServed: "Birmingham, Alabama and surrounding areas",
knowsAbout: "Personal Injury Law, Car accident victims, injured workers, slip and fall claimants, families pursuing wrongful death claims",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Contingency Fee Model"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Case Types"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Initial Consultation"
}
],
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.