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: "T C Jester Tire shop",
description: "T C Jester Tire Shop is a local automotive service center in Houston specializing in tire sales, repair, and automotive maintenance. Located on W T C Jester Boulevard, they serve Houston drivers with professional tire installation, balancing, and general car repair services. The shop provides convenient local access to quality tire work and vehicle servicing for the surrounding community.",
telephone: "+1-713-979-7848",
address: {
@type: "PostalAddress",
streetAddress: "2627 W T C Jester Blvd",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77008",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.8080661,
longitude: -95.4415791
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.6",
reviewCount: "24",
bestRating: "5"
},
areaServed: "Houston, TX and surrounding areas",
knowsAbout: "Tire Shops, Houston drivers needing affordable tire service, Local commuters seeking convenient auto maintenance, Budget-conscious vehicle owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Houston Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Capabilities"
}
],
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.