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: "Play Doggie Day Care",
description: "Play Doggie Day Care is a Seattle-based facility offering supervised doggy daycare for active dogs who need socialization and exercise during the day. The facility provides indoor and outdoor play areas where dogs interact in a safe, monitored environment managed by experienced staff. They focus on keeping dogs mentally stimulated and physically active while their owners are at work or away.",
url: "http://www.playdoggiedaycare.com/",
telephone: "+1-206-209-8238",
address: {
@type: "PostalAddress",
streetAddress: "2765 E Cherry St",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98122",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.6077734,
longitude: -122.29612499999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "34",
bestRating: "5"
},
areaServed: "Seattle and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Working dog owners, Active dogs needing daily socialization, Dogs requiring exercise during business hours",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Indoor and Outdoor Play Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Staff"
}
],
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.