Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Diamonds and Dutch Pet Bath & Spa",
description: "Diamonds and Dutch Pet Bath & Spa offers self-service pet bathing stations equipped with professional tubs, premium shampoos, dryers, and grooming tools—perfect for pet owners who prefer to bathe their pets themselves without the mess at home. They also provide full grooming services through contracted professional groomers available by appointment. Located in Richmond, VA, this facility combines convenient walk-in self-service bathing with access to professional grooming for a complete pet care solution.",
url: "https://diamondsanddutchpetbathandspa.com/",
telephone: "+1-804-716-2424",
address: {
@type: "PostalAddress",
streetAddress: "121 W Brookland Park Blvd",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23222",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.571508699999995,
longitude: -77.4348108
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "126",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Dog Grooming, DIY pet owners, busy professionals wanting convenient bathing options, budget-conscious pet parents, those seeking professional grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Self-Service Bathing Stations"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Extended Hours"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Grooming Available"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.