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: "Big O Tires",
description: "Big O Tires is a full-service tire retailer offering tire sales, installation, balancing, and wheel alignment services for cars and light trucks. Located in San Diego, this franchise location provides a wide selection of major tire brands with professional installation and maintenance services to keep vehicles running safely and efficiently.",
url: "https://www.bigotires.com/location/ca/san-diego/1106-garnet-ave-92109/005688?y_source=1_OTkyNzQzOC03MTUtbG9jYXRpb24ud2Vic2l0ZQ%3D%3D",
telephone: "+1-858-247-2862",
address: {
@type: "PostalAddress",
streetAddress: "1106 Garnet Ave",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92109",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7981063,
longitude: -117.24986479999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "261",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "Tire Shops, Daily drivers needing tire replacement, vehicle owners seeking wheel alignment services, budget-conscious drivers looking for tire options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Major Brand Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Installation & Alignment"
}
],
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.