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: "Tire Shack",
description: "Tire Shack is an independent tire retailer in Kissimmee offering a wide selection of tires for cars, trucks, and SUVs at competitive prices. The shop provides tire sales, installation, balancing, and alignment services with knowledgeable staff ready to help customers find the right tire for their vehicle and budget. Their convenient location on John Henry Jones Boulevard makes them an accessible option for Kissimmee residents needing quality tires and professional service.",
telephone: "+1-407-361-1926",
address: {
@type: "PostalAddress",
streetAddress: "1899 John Henry Jones Blvd",
addressLocality: "Kissimmee",
addressRegion: "FL",
postalCode: "34741",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.273805099999997,
longitude: -81.4234881
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "113",
bestRating: "5"
},
areaServed: "Kissimmee and surrounding Central Florida areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, truck owners, local Kissimmee residents seeking personalized service, vehicle owners needing tire maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Competitive Local Pricing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Tire Services"
}
],
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.