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: "G B Tire Shop",
description: "G B Tire Shop is a full-service tire and auto repair facility in San Antonio offering tire sales, installation, alignment, and general car repair services. With over 247 customer reviews, they provide reliable service for vehicle maintenance and repairs on Culebra Road.",
telephone: "+1-210-431-0502",
address: {
@type: "PostalAddress",
streetAddress: "2734 Culebra Rd",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78228",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.447534200000003,
longitude: -98.55308699999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "247",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Tire Shops, San Antonio drivers needing tire replacement, auto repair, vehicle maintenance, regular car service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wheel Alignment 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.