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: "Pup's Day Out",
description: "Pup's Day Out is a pet boarding and daycare facility in Raleigh that provides supervised care for dogs while their owners are away or at work. They offer both full-day and overnight boarding services, along with playcare options designed to keep dogs active, socialized, and well-cared for. The facility specializes in creating a safe, fun environment where dogs can interact with other pets while receiving professional attention from experienced staff.",
url: "http://pupsdayoutplaycare.com/",
telephone: "+1-919-809-8744",
address: {
@type: "PostalAddress",
streetAddress: "2412 Atlantic Ave",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27604",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.81220700000001,
longitude: -78.6180169
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "95",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Working dog owners, travelers, pet owners needing daytime supervision, dogs who benefit from socialization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Boarding Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Supervised Play Environment"
}
],
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.