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: "Supreme New And Used Tire",
description: "Supreme New And Used Tire is a full-service tire shop in Durham offering new and used tires, wheel alignment, and general auto repair services. With a focus on quality products and customer satisfaction, they serve drivers looking for affordable tire solutions without sacrificing service quality.",
telephone: "+1-919-973-2739",
address: {
@type: "PostalAddress",
streetAddress: "1407 Avondale Dr",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27701",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0060438,
longitude: -78.8856785
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "99",
bestRating: "5"
},
areaServed: "Durham, NC and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, Used tire shoppers, Local Durham residents needing tire and auto repair services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "New & Used Tire Inventory"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
}
],
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.