Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Rodriguez Auto Services Inc.",
description: "Rodriguez Auto Services Inc. is a full-service auto repair shop located on Charles Street in Harrisonburg, offering everything from routine maintenance to major repairs. The shop specializes in comprehensive automotive care for domestic and foreign vehicles, with a focus on honest, transparent service and customer satisfaction.",
url: "https://rodriguezautoservice.com/",
telephone: "+1-540-433-7014",
address: {
@type: "PostalAddress",
streetAddress: "31 Charles St",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22802",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.4601432,
longitude: -78.8572562
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "116",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding Rocktown area",
knowsAbout: "Auto Repair & Mechanics, Vehicle owners needing routine maintenance, drivers with older or high-mileage cars, people seeking one-stop auto repair service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.