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: "Denver Boulder Real Estate",
description: "Denver Boulder Real Estate is a full-service real estate agency based in Denver, CO, serving the greater Denver-Boulder metro area. The team specializes in residential property sales, buyer representation, and seller services across Colorado's Front Range communities. They provide comprehensive real estate expertise for both first-time homebuyers and experienced investors looking to navigate the competitive Front Range market.",
url: "http://www.denverboulderrealestate.com/",
telephone: "+1-720-523-3273",
address: {
@type: "PostalAddress",
streetAddress: "5887 Beeler St",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80238",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.8033741,
longitude: -104.8822454
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Denver, Boulder, and surrounding Front Range communities",
knowsAbout: "Real Estate Agents, First-time homebuyers, Sellers looking to maximize property value, Relocating professionals, Investment property buyers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Front Range Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Representation"
}
],
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.