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: "RiverDog Malden, Aka: RiverDogs for Days",
description: "RiverDog Malden (RiverDogs for Days) is a pet care facility in Malden offering dog daycare and boarding services. Located at 297 Highland Ave, they provide a safe, supervised environment for dogs with outdoor play areas and personalized care. The facility specializes in socialization and exercise for dogs while their owners are at work or traveling.",
url: "https://riverdogdaycare.com/",
telephone: "+1-781-605-1394",
address: {
@type: "PostalAddress",
streetAddress: "297 Highland Ave",
addressLocality: "Malden",
addressRegion: "MA",
postalCode: "02148",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.4231207,
longitude: -71.0802793
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "50",
bestRating: "5"
},
areaServed: "Malden and surrounding Boston area communities",
knowsAbout: "Pet Boarding & Daycare, Working dog owners needing daily daycare, travelers requiring boarding, dogs needing socialization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Outdoor Play Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Care Options"
}
],
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.