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: "Morin Tires",
description: "Morin Tires is a full-service tire shop located in San Jose specializing in tire sales, installation, and automotive repair. They offer a comprehensive range of services including wheel alignment, balancing, and general car maintenance to keep vehicles running safely and efficiently. With a focus on quality service and customer satisfaction, Morin Tires serves the San Jose community with reliable automotive expertise.",
telephone: "+1-408-883-3470",
address: {
@type: "PostalAddress",
streetAddress: "661 Willow St",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95125",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.312916200000004,
longitude: -121.89305539999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "37",
bestRating: "5"
},
areaServed: "San Jose, CA and surrounding areas",
knowsAbout: "Tire Shops, Daily commuters, Fleet operators, Vehicle owners needing tire replacement and maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tire Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General Auto Repair"
}
],
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.