Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Dads Tire shop",
description: "Dad's Tire Shop is a locally-owned tire and auto repair destination in Madison, TN serving the greater Nashville area. They specialize in tire sales, installation, and alignment services, along with general auto repair including brakes, oil changes, and other maintenance work. With a focus on honest, straightforward service and competitive pricing, Dad's is a trusted choice for both routine tire needs and comprehensive vehicle care.",
telephone: "+1-615-490-6656",
address: {
@type: "PostalAddress",
streetAddress: "404 Gallatin Pike N",
addressLocality: "Madison",
addressRegion: "TN",
postalCode: "37115",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.266304399999996,
longitude: -86.7108416
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "206",
bestRating: "5"
},
areaServed: "Madison, TN and surrounding Nashville-area communities",
knowsAbout: "Tire Shops, Budget-conscious drivers, commuters needing reliable tire service, vehicle owners seeking honest local repair shops",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Owned and Operated"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Service Available"
}
],
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.