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: "Industrial Tire Service",
description: "Industrial Tire Service is a full-service tire shop in Portland offering tire sales, installation, balancing, and alignment services for cars, trucks, and commercial vehicles. They stock a wide selection of major tire brands and provide same-day service for most customers. The shop also handles general auto repair including brakes, oil changes, and suspension work, making them a one-stop destination for vehicle maintenance.",
url: "http://www.industrialtire.com/",
telephone: "+1-503-256-1016",
address: {
@type: "PostalAddress",
streetAddress: "7331 NE Killingsworth St",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97218",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5629454,
longitude: -122.58666819999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "322",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "Tire Shops, Daily commuters needing tire service, commercial fleet managers, truck owners, anyone seeking convenient one-stop auto maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Auto Repair Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Commercial Fleet Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Availability"
}
],
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.