Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Uncles Auto Shop",
description: "Uncle's Auto Shop is a full-service car repair facility in Durham specializing in comprehensive vehicle maintenance and repairs for both domestic and foreign cars. The shop offers services including engine diagnostics, transmission repair, brake service, oil changes, tire services, and general maintenance. With experienced technicians and a commitment to quality workmanship, Uncle's Auto Shop handles everything from routine upkeep to complex repairs.",
url: "https://unclesautoshop.com/",
telephone: "+1-984-219-7856",
address: {
@type: "PostalAddress",
streetAddress: "2425 Fayetteville St",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27707",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9695311,
longitude: -78.9015083
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "40",
bestRating: "5"
},
areaServed: "Durham, NC and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Vehicle owners seeking reliable repairs, regular maintenance clients, owners of domestic and foreign vehicles",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Technicians"
}
],
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.