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: "Seattle Car Accident Law Firm",
description: "Seattle Car Accident Law Firm specializes in representing clients injured in motor vehicle collisions throughout the Seattle area. Led by experienced personal injury attorneys, the firm handles car accident claims on a contingency fee basis, meaning clients pay nothing unless they recover compensation. They provide free consultations to evaluate cases and guide clients through the legal process of securing settlements or verdicts for medical expenses, lost wages, and pain and suffering.",
url: "https://seattlecaraccidentlawfirm.com/",
telephone: "+1-564-333-2647",
address: {
@type: "PostalAddress",
streetAddress: "155 NE 100th St Ste. 210",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98125",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.7010101,
longitude: -122.32658620000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "92",
bestRating: "5"
},
areaServed: "Seattle, WA and surrounding areas",
knowsAbout: "Personal Injury Law, Car accident victims, uninsured/underinsured motorist cases, serious injury claims",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Contingency Fee Model"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Case Evaluations"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Motor Vehicle Specialization"
}
],
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.