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: "Middle Valley Auto Repair",
description: "Middle Valley Auto Repair is an independent automotive repair shop in Hixson serving general auto repair needs for both domestic and foreign vehicles. With a 4.8-star rating from customers, they handle routine maintenance, diagnostics, and repairs with a focus on honest service and fair pricing.",
telephone: "+1-423-710-8292",
address: {
@type: "PostalAddress",
streetAddress: "7809 Middle Valley Rd",
addressLocality: "Hixson",
addressRegion: "TN",
postalCode: "37343",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.1936087,
longitude: -85.1876758
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "138",
bestRating: "5"
},
areaServed: "Hixson, TN and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Daily drivers needing routine maintenance, foreign vehicle owners, budget-conscious car owners seeking fair pricing",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Domestic & Foreign Vehicles"
}
],
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.