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: "Marina Tires",
description: "Marina Tires is a full-service tire shop in San Leandro offering tire sales, installation, and automotive repair services. With a 4.8-star rating from customers, they provide professional tire services for all vehicle types along with general auto repair solutions.",
telephone: "+1-510-513-1829",
address: {
@type: "PostalAddress",
streetAddress: "2395 Washington Ave",
addressLocality: "San Leandro",
addressRegion: "CA",
postalCode: "94577",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7143532,
longitude: -122.14974420000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "35",
bestRating: "5"
},
areaServed: "San Leandro and surrounding East Bay areas",
knowsAbout: "Tire Shops, Daily commuters, fleet owners, vehicle owners needing tire replacement or auto maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tire Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Auto Repair 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.