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: "Dale's Tires",
description: "Dale's Tires is a full-service tire shop in Fort Lauderdale specializing in tire sales, installation, and automotive repair. With over 1,000 customer reviews, they offer wheel alignments, balancing, and general car maintenance services. The shop stocks a wide selection of tire brands and provides same-day service for most repairs.",
telephone: "+1-954-764-1582",
address: {
@type: "PostalAddress",
streetAddress: "250 W Sunrise Blvd",
addressLocality: "Fort Lauderdale",
addressRegion: "FL",
postalCode: "33311",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.1364891,
longitude: -80.1466688
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "1020",
bestRating: "5"
},
areaServed: "Fort Lauderdale and surrounding areas",
knowsAbout: "Tire Shops, Daily drivers needing tire replacement, Car owners requiring wheel alignment and balancing, Customers seeking same-day auto repair services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Auto Repair Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Tire Brands"
}
],
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.