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: "Robin Gerlach - Realtor",
description: "Robin Gerlach is a Denver-based realtor specializing in residential real estate transactions. With a focus on personalized service and market expertise, Robin helps buyers and sellers navigate the Denver real estate market with professionalism and attention to detail.",
url: "https://robingerlach.com/",
telephone: "+1-303-957-6397",
address: {
@type: "PostalAddress",
streetAddress: "200 Columbine St #500",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80206",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.719788,
longitude: -104.956722
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "47",
bestRating: "5"
},
areaServed: "Denver, Colorado and surrounding metro areas",
knowsAbout: "Real Estate Agents, Denver home buyers, sellers looking to list their properties, first-time homebuyers, relocating professionals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Denver Market Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized 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.