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: "Tire King",
description: "Tire King is a local tire shop and auto repair facility in downtown Durham offering tire sales, installation, and general automotive repair services. With a focus on quality service and customer satisfaction, they provide a one-stop solution for tire needs and vehicle maintenance from their Morgan Street location.",
telephone: "+1-919-682-0373",
address: {
@type: "PostalAddress",
streetAddress: "204 W Morgan St",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27701",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.998414499999996,
longitude: -78.9003743
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Durham, NC and surrounding areas",
knowsAbout: "Tire Shops, Local Durham residents needing tire replacement, vehicle maintenance, and auto repair services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Auto 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.