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: "Big Boys Tires",
description: "Big Boys Tires is a full-service tire shop and auto repair facility in Corpus Christi offering tire sales, installation, alignment, and general automotive maintenance. They stock a variety of tire brands and provide professional installation and repair services for customers seeking reliable tire solutions and vehicle care.",
telephone: "+1-361-288-1091",
address: {
@type: "PostalAddress",
streetAddress: "4802 Ayers St",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78415",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.7400563,
longitude: -97.4240408
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "83",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, fleet owners, customers seeking one-stop tire and auto repair services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Tire Brands Available"
}
],
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.