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: "Dewberry Dogs Spa",
description: "Dewberry Dogs Spa is a full-service dog grooming salon in Boston offering professional grooming, bathing, and spa treatments for dogs of all sizes and breeds. The salon specializes in creating a calm, welcoming environment where dogs feel safe and comfortable during their visit. They provide breed-specific cuts, nail care, ear cleaning, and premium grooming services tailored to each dog's individual needs.",
url: "https://dewberrydogs.com/",
telephone: "+1-617-269-1507",
address: {
@type: "PostalAddress",
streetAddress: "357 W Broadway",
addressLocality: "Boston",
addressRegion: "MA",
postalCode: "02127",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3379076,
longitude: -71.0497259
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "76",
bestRating: "5"
},
areaServed: "Boston and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, pet parents with breed-specific grooming needs, those looking for a calm spa-like environment for their dogs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Spa Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Breed-Specific Expertise"
}
],
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.