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: "Pampered Paws",
description: "Pampered Paws is a full-service dog grooming salon located on East Colfax in Denver, offering professional grooming for all dog breeds and sizes. The experienced grooming team specializes in breed-specific cuts, medicated baths, and specialized treatments tailored to each dog's unique coat and skin needs. They focus on creating a stress-free, spa-like experience where dogs feel comfortable and leave looking and feeling their best.",
url: "http://pamperedpawspa.com/",
telephone: "+1-303-393-1900",
address: {
@type: "PostalAddress",
streetAddress: "1900 E Colfax Ave",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80206",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.739821899999995,
longitude: -104.96457369999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "567",
bestRating: "5"
},
areaServed: "Denver and surrounding metro areas",
knowsAbout: "Dog Grooming, Dog owners with breed-specific grooming needs, pets with sensitive skin or allergies, owners seeking professional spa-quality grooming",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Breed-Specific Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Treatments"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Calm, Professional Environment"
}
],
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.