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: "Rodriguez Tires LLC",
description: "Rodriguez Tires LLC is a full-service tire shop located in Richmond, VA offering tire sales, installation, balancing, and wheel alignment services. The shop serves both individual drivers and commercial fleet customers with competitive pricing and reliable service. Rodriguez Tires specializes in getting customers back on the road quickly with a focus on quality workmanship and customer satisfaction.",
telephone: "+1-804-387-2913",
address: {
@type: "PostalAddress",
streetAddress: "20 E Belt Blvd",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23224",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.5074839,
longitude: -77.4862891
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Tire Shops, Individual drivers needing tire replacement, Commercial fleet managers, Budget-conscious buyers seeking reliable service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Commercial Fleet Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Alignment & Balance"
}
],
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.