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: "Garcia's Tire Shop",
description: "Garcia's Tire Shop is a full-service tire and auto repair facility in Houston offering tire sales, installation, alignment, and general car repair services. With over a decade of local presence, they provide competitive pricing and personalized service to Houston drivers seeking reliable maintenance and tire solutions.",
telephone: "+1-832-433-5821",
address: {
@type: "PostalAddress",
streetAddress: "2600 Quitman St",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77026",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.7833276,
longitude: -95.3437817
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.8",
reviewCount: "42",
bestRating: "5"
},
areaServed: "Houston, TX and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, local commuters needing tire replacement, vehicle owners seeking alignment and general repair services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Established Business"
}
],
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.