Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Ice Creams Wheels and Tires",
description: "Ice Creams Wheels and Tires is a full-service tire shop and auto repair facility in Gilbert specializing in tire sales, installation, and wheel services. They stock a wide selection of tire brands and offer professional installation, alignment, balancing, and general auto repair services. The shop combines competitive pricing with knowledgeable service to handle everything from routine tire maintenance to complete automotive repairs.",
url: "http://www.icecreamswheelsandtires.com/",
telephone: "+1-480-687-2284",
address: {
@type: "PostalAddress",
streetAddress: "3380 S Power Rd Bldg 2 Ste 103",
addressLocality: "Gilbert",
addressRegion: "AZ",
postalCode: "85234",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.3556242,
longitude: -111.6888419
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "288",
bestRating: "5"
},
areaServed: "Gilbert and surrounding Phoenix metropolitan areas",
knowsAbout: "Tire Shops, Regular vehicle owners needing tire replacement, drivers seeking affordable auto maintenance, customers wanting one-stop tire and repair services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Tire Brands"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Service"
}
],
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.