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: "The Pet Parlor",
description: "The Pet Parlor is a full-service dog grooming salon in Aurora specializing in professional bathing, styling, and nail care for dogs of all sizes and breeds. With a 5-star rating from customers, they focus on providing gentle, individualized grooming care in a clean, welcoming environment. Their experienced groomers use quality products and take time to understand each dog's specific needs and temperament.",
url: "https://groomer.io/schedule/thepetparlor",
telephone: "+1-303-351-2647",
address: {
@type: "PostalAddress",
streetAddress: "E Colorado Dr",
addressLocality: "Aurora",
addressRegion: "CO",
postalCode: "80017",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.6847606,
longitude: -104.7801502
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "23",
bestRating: "5"
},
areaServed: "Aurora and surrounding Denver metro communities",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, owners of mixed breeds or specialty coat types, pet parents wanting personalized care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "All Breeds Welcome"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Easy Online Scheduling"
}
],
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.