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: "Paws Grooming",
description: "Paws Grooming is a full-service dog grooming salon in Cary specializing in professional grooming for dogs of all sizes and coat types. The experienced grooming team provides nail trimming, ear cleaning, and custom haircuts tailored to each pet's needs and breed standards. They focus on creating a comfortable, stress-free experience for dogs while delivering high-quality grooming results that keep pets looking and feeling their best.",
url: "http://www.pawsmastergrooming.com/home",
telephone: "+1-919-609-1890",
address: {
@type: "PostalAddress",
streetAddress: "515 E Chatham St",
addressLocality: "Cary",
addressRegion: "NC",
postalCode: "27511",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.7910275,
longitude: -78.7705244
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "42",
bestRating: "5"
},
areaServed: "Cary and surrounding areas in Wake County, North Carolina",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, owners of long-haired or high-maintenance breeds, pet parents wanting routine nail and ear care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Grooming Team"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Grooming Services"
}
],
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.