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: "Jay's Towing & Mobile auto repair",
description: "Jay's Towing & Mobile Auto Repair offers comprehensive automotive services in Nashville, combining traditional car repair with mobile service capabilities. They provide on-site repairs and towing services, bringing professional mechanics directly to customers when needed. Their mobile approach makes repairs convenient for those without immediate access to a shop or facing vehicle breakdowns.",
telephone: "+1-615-715-0840",
address: {
@type: "PostalAddress",
streetAddress: "1725 Woodland Pointe Dr",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37214",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1212695,
longitude: -86.6251638
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "39",
bestRating: "5"
},
areaServed: "Nashville and surrounding areas, Tennessee",
knowsAbout: "Auto Repair & Mechanics, Busy professionals, fleet owners, drivers seeking roadside assistance, those needing convenient repair options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Repair Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Towing & Repair"
}
],
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.