Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Music City MotorWorks",
description: "Music City MotorWorks is an independent auto repair shop in Hermitage specializing in comprehensive vehicle maintenance and repair services for both domestic and foreign vehicles. The shop offers ASE-certified technician expertise, free estimates, and same-day service availability to get customers back on the road quickly. They handle everything from routine maintenance to complex repairs with a commitment to honest, transparent service.",
url: "http://www.musiccitymotorworks.com/",
telephone: "+1-615-504-5785",
address: {
@type: "PostalAddress",
streetAddress: "3535B Hermitage Industrial Dr",
addressLocality: "Hermitage",
addressRegion: "TN",
postalCode: "37076",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.186603,
longitude: -86.6231119
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Hermitage, Nashville, and surrounding Middle Tennessee areas",
knowsAbout: "Auto Repair & Mechanics, Daily commuters, fleet owners, foreign vehicle owners, drivers seeking transparent pricing",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "ASE-Certified Technicians"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates & Same-Day Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Domestic & Foreign Vehicle Expertise"
}
],
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.