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: "E&E Auto Service",
description: "E&E Auto Service is a full-service auto repair shop in Murfreesboro specializing in general maintenance, diagnostics, and repairs for all vehicle types. With a strong focus on quality workmanship and customer service, they handle everything from routine oil changes and tire service to transmission work and engine repairs. Their experienced technicians are committed to getting vehicles back on the road safely and affordably.",
telephone: "+1-615-910-5750",
address: {
@type: "PostalAddress",
streetAddress: "1106 W College St",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37129",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8583917,
longitude: -86.40785989999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Murfreesboro and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Vehicle owners seeking reliable general repairs, families needing affordable maintenance, commuters with daily driving needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Independent Business"
}
],
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.