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: "A Paw Above Canine Boarding Service",
description: "A Paw Above Canine Boarding Service in Colorado Springs provides professional overnight boarding for dogs in a safe, supervised environment. The facility offers attentive care with daily monitoring, comfortable accommodations, and play time to keep dogs active and content while their owners are away. They specialize in giving dogs individualized attention and ensuring they feel at home during their stay.",
url: "http://www.apawaboveboarding.com/",
telephone: "+1-719-386-7291",
address: {
@type: "PostalAddress",
streetAddress: "1447 Woolsey Heights",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80915",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8494829,
longitude: -104.6859807
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "155",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners traveling for business or vacation, pet parents needing reliable overnight care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Canine Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Colorado Springs Business"
}
],
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.