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: "TireZone & Auto",
description: "TireZone & Auto is a Fort Worth tire shop and auto repair center offering tire sales, installation, wheel alignment, and comprehensive car repair services. With a 4.9 rating from over 100 customers, they specialize in getting vehicles back on the road quickly with quality parts and expert service.",
telephone: "+1-682-559-4441",
address: {
@type: "PostalAddress",
streetAddress: "3201 N Main St",
addressLocality: "Fort Worth",
addressRegion: "TX",
postalCode: "76106",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.803075199999995,
longitude: -97.3518035
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "114",
bestRating: "5"
},
areaServed: "Fort Worth and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers needing tire replacement, Vehicle owners seeking one-stop auto maintenance, Drivers requiring same-day 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.