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: "The Barrera Law Firm, PLLC",
description: "The Barrera Law Firm, PLLC is a personal injury law firm based in Alexandria, VA, representing clients in car accidents, slip and fall cases, medical malpractice, and wrongful death claims. The firm handles cases on a contingency fee basis, meaning clients pay no upfront costs and only pay if they win. They offer free consultations to evaluate your case and fight for maximum compensation for medical expenses, lost wages, and pain and suffering.",
url: "https://www.barreralawfirm.com/",
telephone: "+1-703-436-2841",
address: {
@type: "PostalAddress",
streetAddress: "5845 Richmond Hwy UNIT 620",
addressLocality: "Alexandria",
addressRegion: "VA",
postalCode: "22303",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.790596,
longitude: -77.059246
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "217",
bestRating: "5"
},
areaServed: "Alexandria, VA and surrounding Northern Virginia communities",
knowsAbout: "Personal Injury Law, Car accident victims, slip and fall injury claimants, medical malpractice cases, wrongful death families",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Contingency Fee Model"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Case Consultation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Practice Areas"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.