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: "McCormick Barstow LLP",
description: "McCormick Barstow LLP is a law firm based in Fresno, CA offering legal services across multiple practice areas. The firm provides representation in personal injury, workers' compensation, employment law, and other civil matters. They serve clients throughout the Central Valley region.",
url: "http://www.mccormickbarstow.com/",
telephone: "+1-559-433-1300",
address: {
@type: "PostalAddress",
streetAddress: "7647 N Fresno St",
addressLocality: "Fresno",
addressRegion: "CA",
postalCode: "93720",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8487327,
longitude: -119.784542
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.7",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Fresno, CA and Central Valley region",
knowsAbout: "Personal Injury Law, Personal injury claimants, Workers compensation cases, Employment dispute resolution",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Practice Law Firm"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Central Valley Experience"
}
],
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.