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: "Fabians new and used tires",
description: "Fabian's New and Used Tires in Durham specializes in selling quality new and used tires for all vehicle types, along with professional tire installation and automotive repair services. With a 4.6-star reputation built on customer satisfaction, they offer a reliable one-stop shop for tire needs and general vehicle maintenance.",
telephone: "+1-919-519-3906",
address: {
@type: "PostalAddress",
streetAddress: "2301 Holloway St",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27703",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.991079899999995,
longitude: -78.8604812
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "35",
bestRating: "5"
},
areaServed: "Durham and surrounding areas, North Carolina",
knowsAbout: "Tire Shops, Budget-conscious drivers, used vehicle owners, customers seeking tire replacement and auto maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "New & Used Inventory"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Installation"
}
],
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.