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: "Goode Dog Spa",
description: "Goode Dog Spa is a full-service dog grooming facility in Denver specializing in professional grooming, bathing, and spa treatments for dogs of all sizes and breeds. Located at 2302 S Holly Street, they offer comprehensive grooming services designed to keep your dog looking and feeling their best, with a focus on quality care and customer satisfaction.",
url: "https://www.goodedogspa.com/",
telephone: "+1-720-560-1196",
address: {
@type: "PostalAddress",
streetAddress: "2302 S Holly St UNIT A",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80222",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.6751535,
longitude: -104.92189959999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "32",
bestRating: "5"
},
areaServed: "Denver, CO and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, Pet parents wanting spa treatments for their dogs, Owners of all dog breeds and sizes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Spa Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Breeds Welcome"
}
],
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.