Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "A1 24Hr Tire Shop",
description: "A1 24Hr Tire Shop is a full-service tire retailer and auto repair facility in Houston offering tire sales, installation, alignment, and general car repair services. Operating 24 hours a day, they provide convenient access to quality tires from major brands along with professional maintenance and repair work. Their round-the-clock availability makes them ideal for emergency tire needs and urgent automotive repairs.",
telephone: "+1-832-869-1477",
address: {
@type: "PostalAddress",
streetAddress: "13233 E Freeway Service Rd",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77015",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.771653299999997,
longitude: -95.19065119999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "350",
bestRating: "5"
},
areaServed: "Houston and surrounding areas, TX",
knowsAbout: "Tire Shops, Emergency tire replacement, 24-hour auto repair needs, budget-conscious drivers, commercial vehicle operators",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24-Hour Availability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Major Brand Selection"
}
],
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.