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 And Used Tires",
description: "New and Used Tires is a tire shop in northeast Washington, DC offering both new and used tire options for customers seeking affordable replacements and upgrades. Located on Nannie Helen Burroughs Avenue, they provide tire sales and installation services to the local community.",
telephone: "+1-202-468-1909",
address: {
@type: "PostalAddress",
streetAddress: "4451 Nannie Helen Burroughs Ave NE",
addressLocality: "Washington",
addressRegion: "DC",
postalCode: "20019",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8993987,
longitude: -76.93676690000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "73",
bestRating: "5"
},
areaServed: "Washington, DC and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, Used tire seekers, DC residents needing quick tire replacement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "New and Used Inventory"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Northeast DC Location"
}
],
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.