Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Llantera",
description: "Llantera is a local tire shop in Salt Lake City specializing in tire sales, installation, and automotive repair services. With a strong reputation for quality workmanship and customer service, they serve the Salt Lake City community with professional tire services and general vehicle maintenance.",
address: {
@type: "PostalAddress",
streetAddress: "338 American Ave S",
addressLocality: "Salt Lake City",
addressRegion: "UT",
postalCode: "84101",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7484574,
longitude: -111.90091149999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Salt Lake City, UT and surrounding areas",
knowsAbout: "Tire Shops, Local drivers needing tire replacement, wheel alignment, routine maintenance, car owners seeking personalized service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Shop Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capability"
}
],
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.