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: "New & Used Tires Buffalo Inc",
description: "New & Used Tires Buffalo Inc is a tire shop and auto repair facility in Dallas specializing in both new and used tires for all vehicle types. They offer comprehensive tire services including sales, installation, and repairs, along with general auto maintenance and repair work. With a strong local reputation, they serve Dallas drivers looking for affordable tire options and reliable automotive service.",
telephone: "+1-469-355-5213",
address: {
@type: "PostalAddress",
streetAddress: "1986 S Riverfront Blvd",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75207",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.760413,
longitude: -96.79423659999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "55",
bestRating: "5"
},
areaServed: "Dallas, TX and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, used tire shoppers, drivers needing tire repairs and installation, general auto maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "New & Used Inventory"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
}
],
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.