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: "Murfreesboro Auto Repair",
description: "Murfreesboro Auto Repair is a full-service automotive repair facility offering tire sales, auto parts, general car repair, and maintenance services for both foreign and domestic vehicles. Located in Murfreesboro, they provide comprehensive diagnostics and repairs with a focus on quality service and customer satisfaction.",
url: "http://www.murfreesboroautorepair.com/",
telephone: "+1-615-895-0060",
address: {
@type: "PostalAddress",
streetAddress: "2008 Business Campus Dr",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37130",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8178291,
longitude: -86.3985782
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "470",
bestRating: "5"
},
areaServed: "Murfreesboro, TN and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Vehicle owners needing routine maintenance, tire replacement, general repair, and auto parts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Foreign & Domestic 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.