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: "Dog Boarding & Daycare",
description: "Dog Boarding & Daycare in Colorado Springs offers overnight boarding and daytime care services for dogs. Located on W Pikes Peak Ave, this pet care facility provides a safe environment for dogs while their owners are away or at work. With a strong rating from local customers, they cater to pet owners seeking reliable, quality care for their canine companions.",
telephone: "+1-719-630-0528",
address: {
@type: "PostalAddress",
streetAddress: "1430 W Pikes Peak Ave",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80904",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8397508,
longitude: -104.8472238
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners needing overnight boarding, Pet owners with busy work schedules, Vacation travelers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.