Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Cherry Creek Properties, Colorado Springs",
description: "Cherry Creek Properties is a real estate brokerage serving the Colorado Springs area. Based in the EricCentre Building, they provide property sales and listing services to buyers and sellers in the region. Contact them at (719) 634-8761 for local real estate expertise.",
telephone: "+1-719-634-8761",
address: {
@type: "PostalAddress",
streetAddress: "EricCentre Building 11, 6189 Lehman Dr STE 104",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80918",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.919928,
longitude: -104.78884699999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Colorado Springs, Colorado and surrounding areas",
knowsAbout: "Real Estate Agents, Local homebuyers, Residential sellers, Colorado Springs property investors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Colorado Springs Presence"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Real Estate"
}
],
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.