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: "Gerretson Realty",
description: "Gerretson Realty is a Denver-based real estate agency serving the greater Denver metro area with expertise in residential sales, buyer representation, and seller services. The team specializes in helping both first-time homebuyers and experienced investors navigate the Colorado real estate market with personalized guidance and market knowledge.",
url: "https://gerretsondenver.com/",
telephone: "+1-303-320-6000",
address: {
@type: "PostalAddress",
streetAddress: "2315 N Monaco St Pkwy",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80207",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.751532499999996,
longitude: -104.9131563
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "47",
bestRating: "5"
},
areaServed: "Denver, Colorado and surrounding metro areas",
knowsAbout: "Real Estate Agents, First-time homebuyers, Sellers looking to list their Denver-area homes, Relocating professionals, Real estate investors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Agency"
}
],
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.