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: "Jenkins Automotive Service",
description: "Jenkins Automotive Service is a full-service auto repair shop located in Harrisonburg specializing in tire sales, maintenance, and general automotive repairs. They handle everything from routine oil changes and brake service to more complex engine work, serving Harrisonburg residents with hands-on expertise.",
url: "https://www.jenkinstire.com/",
telephone: "+1-540-434-4409",
address: {
@type: "PostalAddress",
streetAddress: "101 Rocco Ave",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.4263839,
longitude: -78.8866177
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.1",
reviewCount: "163",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding Rockingham County areas",
knowsAbout: "Auto Repair & Mechanics, Local vehicle owners needing tire replacement, regular maintenance, daily commuters, families with multiple vehicles",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Repair Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Harrisonburg 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.