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: "Auto Repair Specialist",
description: "Auto Repair Specialist in San Rafael provides comprehensive car repair services for both foreign and domestic vehicles. Their experienced technicians handle routine maintenance, diagnostics, and repairs across all major systems. They're known for transparent pricing, quality workmanship, and building lasting relationships with their customers.",
url: "https://www.autorepairspecialist.net/",
telephone: "+1-415-459-0900",
address: {
@type: "PostalAddress",
streetAddress: "1421 Francisco Blvd E Suite 1",
addressLocality: "San Rafael",
addressRegion: "CA",
postalCode: "94901",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.9540557,
longitude: -122.4982376
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "120",
bestRating: "5"
},
areaServed: "San Rafael and surrounding Marin County areas",
knowsAbout: "Auto Repair & Mechanics, Vehicle owners seeking reliable repairs, budget-conscious drivers needing routine maintenance, owners of foreign and domestic cars",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Foreign & Domestic Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Transparent Service"
}
],
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.