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: "Andy Truck Tires",
description: "Andy Truck Tires is a specialized tire shop in West Palm Beach serving the local community with a focus on truck and vehicle tires. Operating from their Wallis Rd location, they provide tire sales, installation, and auto repair services for customers seeking quality tire solutions and automotive maintenance.",
telephone: "+1-561-480-8875",
address: {
@type: "PostalAddress",
streetAddress: "6563 Wallis Rd",
addressLocality: "West Palm Beach",
addressRegion: "FL",
postalCode: "33413",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.6812278,
longitude: -80.14845009999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "86",
bestRating: "5"
},
areaServed: "West Palm Beach and surrounding areas",
knowsAbout: "Tire Shops, Truck owners, fleet operators, customers needing tire replacement and auto maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Truck-Focused Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Location"
}
],
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.