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: "Herrera Tires",
description: "Herrera Tires is a local tire shop in Filer, ID serving the surrounding region with tire sales, installation, and automotive services. Operating from their US-30 location, they provide customers with quality tire products and professional installation to keep vehicles safe and performing well.",
telephone: "+1-208-320-8763",
address: {
@type: "PostalAddress",
streetAddress: "695 US-30",
addressLocality: "Filer",
addressRegion: "ID",
postalCode: "83328",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.563586799999996,
longitude: -114.61367580000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "47",
bestRating: "5"
},
areaServed: "Filer, ID and surrounding areas",
knowsAbout: "Tire Shops, Local drivers seeking tire replacement, Budget-conscious vehicle owners, Families needing reliable tire service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Established Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Location"
}
],
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.