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: "Get It Done Diesel",
description: "Get It Done Diesel specializes in diesel engine repair and maintenance for trucks and heavy-duty vehicles in Murfreesboro. With a focus on quality workmanship and reliable service, they handle diesel-specific diagnostics, repairs, and preventative maintenance to keep your vehicle running smoothly.",
telephone: "+1-615-881-4120",
address: {
@type: "PostalAddress",
streetAddress: "554 Agripark Dr #338",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37128",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8528468,
longitude: -86.4441519
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Murfreesboro, TN and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Diesel truck owners, commercial vehicle operators, heavy-duty equipment users",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Diesel Specialization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.