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: "Used and New Tires M & L Brothers LLC",
description: "M & L Brothers LLC is a tire shop in Durham offering both new and used tires for a range of vehicles. They provide tire sales and automotive services, making them a one-stop option for customers looking to replace worn tires or find budget-friendly used tire options.",
telephone: "+1-984-281-6170",
address: {
@type: "PostalAddress",
streetAddress: "1701 Holloway St",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27703",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.993848799999995,
longitude: -78.87155659999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Durham, NC and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, Used tire seekers, Vehicle owners needing tire replacement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "New and Used Tires"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Shop"
}
],
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.