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: "Tonz Of Tread",
description: "Tonz Of Tread is a family-owned auto repair shop and tire dealership in Twin Falls, Idaho, offering new and used tires for cars, trucks, SUVs, and trailers alongside full-service auto repair including brakes, tune-ups, front and rear end repair, and engine work. They provide tire rotation, balancing, and wheel services, and also operate an in-house used car lot with pre-inspected vehicles. Known for affordable options, fast service, and honest workmanship that keeps customers coming back.",
url: "https://tonzoftread.com/",
telephone: "+1-208-410-9305",
address: {
@type: "PostalAddress",
streetAddress: "824 Commercial Ave",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5480651,
longitude: -114.46181469999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "59",
bestRating: "5"
},
areaServed: "Twin Falls, Idaho and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, used vehicle shoppers, truck and SUV owners, families seeking honest local service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "New & Used Tire Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "In-House Used Car Lot"
}
],
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.