Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Lucky Tire and Wheels",
description: "Lucky Tire and Wheels is a full-service tire shop and auto repair center in West Sacramento specializing in tire sales, installation, and wheel services. They stock a wide selection of tires from major brands and offer professional installation, balancing, and alignment services. The shop also provides general auto repair and maintenance services to keep your vehicle running smoothly.",
telephone: "+1-916-372-7820",
address: {
@type: "PostalAddress",
streetAddress: "8 Alameda Blvd",
addressLocality: "West Sacramento",
addressRegion: "CA",
postalCode: "95691",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.56834,
longitude: -121.5253236
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "344",
bestRating: "5"
},
areaServed: "West Sacramento and surrounding Sacramento County communities",
knowsAbout: "Tire Shops, Vehicle owners needing tire replacement, drivers seeking professional wheel alignment, budget-conscious customers looking for quality tires, local commuters requiring same-day service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tire Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Major Brand Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General Auto Repair"
}
],
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.