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 in Corpus Christi is a full-service tire shop offering tire sales, installation, and auto repair services. Located on South Padre Island Drive, they stock a wide selection of tire brands and provide professional wheel alignment, balancing, and general automotive maintenance to keep vehicles running safely and efficiently.",
url: "https://www.bigotires.com/location/tx/corpus-christi/2424-s-padre-island-dr-78415/043129?y_source=1_ODcwMzM2Ni03MTUtbG9jYXRpb24ud2Vic2l0ZQ%3D%3D",
telephone: "+1-361-400-1832",
address: {
@type: "PostalAddress",
streetAddress: "2424 S Padre Island Dr",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78415",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.7354989,
longitude: -97.42562769999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "647",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Tire Shops, Daily commuters, fleet owners, budget-conscious drivers, vehicle maintenance seekers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Tire Brands"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Auto 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.