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: "Macas Used Tires",
description: "Macas Used Tires is a tire shop in Durham specializing in quality used tires and auto parts. They offer tire sales, installation, and basic car repair services, providing an affordable option for budget-conscious drivers looking to replace worn or damaged tires without the cost of new ones.",
telephone: "+1-984-386-0657",
address: {
@type: "PostalAddress",
streetAddress: "3101 Fayetteville St",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27707",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.962500899999995,
longitude: -78.9080592
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "63",
bestRating: "5"
},
areaServed: "Durham, NC and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, Used tire buyers, Vehicle owners needing affordable tire replacement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Used Tire Inventory"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site 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.