Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Tire Express",
description: "Tire Express is a tire shop in Salt Lake City specializing in tire sales and installation services. They offer tire changes and replacements for a wide range of vehicles, serving the local community with professional tire service.",
url: "http://tireexpress.net/",
telephone: "+1-801-532-1732",
address: {
@type: "PostalAddress",
streetAddress: "25 1000 W",
addressLocality: "Salt Lake City",
addressRegion: "UT",
postalCode: "84104",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.768586,
longitude: -111.91938719999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "138",
bestRating: "5"
},
areaServed: "Salt Lake City, UT and surrounding areas",
knowsAbout: "Tire Shops, Vehicle owners needing tire replacements, regular tire maintenance, budget-conscious drivers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Tire Sales & Installation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.