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: "T&T Cali Collision Center",
description: "T&T Cali Collision Center is a full-service auto body repair shop in San Jose specializing in collision damage, dent repair, and paint restoration. They work with insurance claims to streamline the repair process and offer free estimates for all customers. With over a decade of experience, their team handles everything from minor dings to major structural repairs using quality parts and modern repair techniques.",
url: "https://www.tandtcaliforniacollision.com/",
telephone: "+1-408-998-1710",
address: {
@type: "PostalAddress",
streetAddress: "385 Tully Rd",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95111",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3060689,
longitude: -121.8514438
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "63",
bestRating: "5"
},
areaServed: "San Jose, CA and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims, insurance claim filers, drivers needing dent or collision repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Handling"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Repairs"
}
],
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.