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: "East Coast Tires",
description: "East Coast Tires is a full-service tire shop located in Richmond, VA, offering tire sales, installation, and maintenance services. They stock a variety of tire brands and provide professional installation and balancing to keep vehicles running safely. The shop serves both individual drivers and commercial customers needing reliable tire solutions.",
telephone: "+1-804-803-9906",
address: {
@type: "PostalAddress",
streetAddress: "3601 Hull St",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23224",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.5053416,
longitude: -77.46898949999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Tire Shops, Daily commuters, fleet managers, drivers needing tire replacements",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Richmond Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Installation"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.