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: "A&M Mobile Mechanics LLC",
description: "A&M Mobile Mechanics LLC is a mobile auto repair service based in Brentwood that brings comprehensive car repair directly to customers' homes or offices. They handle general automotive maintenance and repair work with a focus on convenience and personalized service. Specializing in mobile diagnostics and repairs, they eliminate the need for customers to arrange transportation to a traditional shop.",
telephone: "+1-615-584-8269",
address: {
@type: "PostalAddress",
streetAddress: "Moores Ln",
addressLocality: "Brentwood",
addressRegion: "TN",
postalCode: "37027",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.96791280000001,
longitude: -86.8022242
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "130",
bestRating: "5"
},
areaServed: "Brentwood, TN and surrounding Greater Nashville area",
knowsAbout: "Auto Repair & Mechanics, Busy professionals, customers seeking convenience, vehicle owners wanting personalized service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Independent Shop"
}
],
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.