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: "Oregon Auto and Tire Shop LLC",
description: "Oregon Auto and Tire Shop LLC is a full-service auto repair and tire shop located in Portland, offering comprehensive vehicle maintenance and repair services. They specialize in tire sales, installation, and alignment, along with general auto repair services including brakes, oil changes, and other mechanical work. With a strong reputation for quality service and expertise, they serve both routine maintenance and more complex repair needs.",
telephone: "+1-971-295-3142",
address: {
@type: "PostalAddress",
streetAddress: "18230 E Burnside St",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97233",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5215854,
longitude: -122.4751486
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "515",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "Tire Shops, Vehicle owners seeking comprehensive tire and auto repair services, regular maintenance customers, drivers needing same-day tire service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wheel Alignment Services"
}
],
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.