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: "Blue Picket Realty",
description: "Blue Picket Realty is a full-service real estate agency in Colorado Springs specializing in residential sales and purchases. The team provides personalized representation for buyers and sellers, with expertise in the local market and a commitment to guiding clients through every step of the transaction process.",
url: "https://bluepicketrealty.com/",
telephone: "+1-719-357-7653",
address: {
@type: "PostalAddress",
streetAddress: "4291 Austin Bluffs Pkwy Ste 103",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80918",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8936159,
longitude: -104.75077909999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "84",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "Real Estate Agents, Home buyers, home sellers, first-time homebuyers, Colorado Springs residents relocating within the area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market 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.