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: "Naser Mobile Mechanic-Nashville",
description: "Naser Mobile Mechanic brings professional automotive repair services directly to your location in Nashville, eliminating the hassle of dropping off your vehicle at a traditional shop. Specializing in general car repairs and maintenance, they offer convenient mobile service for routine work and diagnostics. This Nashville-based mechanic serves the local community with flexible scheduling and personalized attention.",
telephone: "+1-313-460-8238",
address: {
@type: "PostalAddress",
streetAddress: "Thrible Springs Dr",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37211",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0392347,
longitude: -86.7359558
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "39",
bestRating: "5"
},
areaServed: "Nashville, Tennessee and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Busy professionals, people without backup transportation, those seeking convenient at-home or at-work vehicle repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local and Accessible"
}
],
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.