Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Upper Room Portland",
description: "Upper Room Portland is a historic event venue located in downtown Portland's 1912 Trident Building, offering a sophisticated space for weddings, corporate events, receptions, and celebrations. The venue provides comprehensive event services including in-house production support for lighting and audio, entertainment coordination with live acts and curated playlists, custom catering options with full bar service, and professional photography backdrops. Their elegant, intimate setting blends century-old architectural charm with modern amenities, designed to handle everything from micro-weddings and elopements to larger celebrations.",
url: "https://urportland.com/",
address: {
@type: "PostalAddress",
streetAddress: "720 SW Ankeny St",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97205",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.52255100000001,
longitude: -122.678133
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "41",
bestRating: "5"
},
areaServed: "Portland, Oregon and surrounding areas",
knowsAbout: "Event & Wedding Venues, Couples seeking intimate urban weddings, corporate event planners, milestone celebrations, micro-weddings and elopements",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Historic 1912 Building"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive In-House Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Pricing & Capacity"
}
],
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.