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: "Kaloci & Son",
description: "Kaloci & Son is a family-owned auto repair shop in Sunnyvale specializing in general automotive maintenance and repairs for both foreign and domestic vehicles. With decades of hands-on experience, they provide reliable service including engine work, brake systems, transmission service, and routine maintenance at competitive prices.",
telephone: "+1-408-730-8878",
address: {
@type: "PostalAddress",
streetAddress: "810 W Evelyn Ave",
addressLocality: "Sunnyvale",
addressRegion: "CA",
postalCode: "94086",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.38049,
longitude: -122.0380008
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "26",
bestRating: "5"
},
areaServed: "Sunnyvale and surrounding Silicon Valley communities",
knowsAbout: "Auto Repair & Mechanics, Daily commuters, families needing reliable local service, owners of older vehicles requiring trusted maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family Legacy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive 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.