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: "The Big Backyard",
description: "The Big Backyard is a pet boarding facility in Denver offering safe, comfortable care for dogs and cats while their owners are away. Located on E Pacific Place, they provide overnight boarding with outdoor play areas and attentive staff to ensure pets feel at home. The facility is known for creating a welcoming environment where pets can socialize and exercise during their stay.",
url: "http://www.the-big-backyard.com/",
telephone: "+1-303-757-7905",
address: {
@type: "PostalAddress",
streetAddress: "5310 E Pacific Pl",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80222",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.67901,
longitude: -104.924757
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "98",
bestRating: "5"
},
areaServed: "Denver and surrounding metro areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners taking vacations or business trips, multi-pet households, dogs and cats needing secure overnight care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Outdoor Play Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dog and Cat Boarding"
}
],
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.