Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Pacific Collision Care",
description: "Pacific Collision Care is an independent auto body repair shop located in San Francisco's Mission District, specializing in collision damage repair and restoration. With extensive experience in accident repair, frame work, and paint services, they work with insurance claims to handle the full spectrum of vehicle damage from minor dents to major structural repairs. Their team is committed to restoring vehicles to pre-accident condition using quality repairs and proper techniques.",
telephone: "+1-415-525-4965",
address: {
@type: "PostalAddress",
streetAddress: "1423 Valencia St",
addressLocality: "San Francisco",
addressRegion: "CA",
postalCode: "94110",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7501254,
longitude: -122.4201142
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "42",
bestRating: "5"
},
areaServed: "San Francisco and surrounding Bay Area",
knowsAbout: "Auto Body & Collision, Accident victims, Insurance claimants, Vehicle owners needing collision damage repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claim Coordination"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Collision Services"
}
],
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.