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: "JB Tire Shop",
description: "JB Tire Shop is a full-service tire and auto repair facility in Duncanville offering tire sales, installation, wheel alignment, and general automotive maintenance and repair. With years of experience serving the local community, they stock a variety of tire brands and provide same-day service for most jobs.",
telephone: "+1-972-572-6869",
address: {
@type: "PostalAddress",
streetAddress: "103 S Main St",
addressLocality: "Duncanville",
addressRegion: "TX",
postalCode: "75116",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.6514361,
longitude: -96.90882119999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.3",
reviewCount: "693",
bestRating: "5"
},
areaServed: "Duncanville, TX and surrounding areas",
knowsAbout: "Tire Shops, Local vehicle owners needing tire replacement, budget-conscious drivers, those seeking same-day tire service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Auto Repair Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wheel Alignment Available"
}
],
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.