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: "SA-1 Mobile Mechanic",
description: "SA-1 Mobile Mechanic is a mobile car repair service based in Murfreesboro that comes to you for maintenance and repairs. They handle a wide range of automotive work including diagnostics, brake service, oil changes, and general repairs for both foreign and domestic vehicles. Their convenience-focused approach eliminates the need to drop off your car at a shop.",
telephone: "+1-615-878-6978",
address: {
@type: "PostalAddress",
streetAddress: "2504 Central Blvd",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37130",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8431977,
longitude: -86.3470071
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "255",
bestRating: "5"
},
areaServed: "Murfreesboro, TN and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Busy professionals, fleet owners, people with limited transportation, anyone seeking convenience-focused auto repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@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.