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: "The Garage, LLC",
description: "The Garage, LLC is a full-service auto repair shop located in Northeast Portland specializing in comprehensive vehicle maintenance and repairs for both domestic and foreign vehicles. With a 4.9-star rating from customers, they offer expert diagnostics, mechanical repairs, and preventative maintenance services to keep vehicles running safely and efficiently.",
telephone: "+1-503-880-1108",
address: {
@type: "PostalAddress",
streetAddress: "311 NE Shaver St",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97212",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.552229499999996,
longitude: -122.66240499999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "67",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Local vehicle owners needing reliable maintenance, busy professionals seeking convenient repairs, owners of foreign or domestic vehicles",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Northeast Portland Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Vehicle Service"
}
],
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.