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: "FoxTire",
description: "FoxTire is a full-service tire shop and auto repair facility in Irving offering tire sales, installation, and wheel alignment services alongside comprehensive car repair. With a 4.4-star rating from hundreds of customers, they provide same-day service for tire emergencies and routine maintenance, serving the Dallas-Fort Worth area with professional technicians and a wide selection of tire brands.",
telephone: "+1-214-596-9575",
address: {
@type: "PostalAddress",
streetAddress: "3701 Esters Rd",
addressLocality: "Irving",
addressRegion: "TX",
postalCode: "75038",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.857518999999996,
longitude: -97.008864
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "650",
bestRating: "5"
},
areaServed: "Irving, Dallas-Fort Worth area",
knowsAbout: "Tire Shops, Daily commuters needing tire replacements, vehicle owners seeking preventative maintenance, drivers requiring same-day emergency tire service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Tire Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Tire Brands"
}
],
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.