Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Portland Real Estate Group",
description: "Portland Real Estate Group is a full-service real estate agency serving the Portland metro area, helping buyers find their next home and assisting sellers in marketing and selling their properties. Located in Northeast Portland, the team specializes in residential transactions across a range of price points and property types, providing personalized service to both first-time homebuyers and experienced investors.",
url: "https://www.portlandorhomelistings.com/",
telephone: "+1-503-212-4897",
address: {
@type: "PostalAddress",
streetAddress: "919 NE 19th Ave #100",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97232",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.529178599999995,
longitude: -122.6471601
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "41",
bestRating: "5"
},
areaServed: "Portland, Oregon and surrounding metro areas",
knowsAbout: "Real Estate Agents, First-time homebuyers, sellers looking to market their Portland-area homes, relocating professionals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual-Service Model"
}
],
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.