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: "Big Daddy Doggie Daycare",
description: "Big Daddy Doggie Daycare is a pet care facility in Malden offering dog daycare services in a dedicated, supervised environment. The business provides a safe space for dogs to socialize, play, and receive care during the day while owners are at work or busy with other commitments.",
url: "http://www.bddoggiedaycare.com/",
telephone: "+1-781-426-7237",
address: {
@type: "PostalAddress",
streetAddress: "10 Maplewood St",
addressLocality: "Malden",
addressRegion: "MA",
postalCode: "02148",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.4333101,
longitude: -71.04597749999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Malden, MA and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Working dog owners, busy professionals needing daytime pet supervision, dogs that benefit from socialization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Daycare Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Ownership"
}
],
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.