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: "PupScrub",
description: "PupScrub is a pet grooming salon in Kirkland offering full grooming services, nail trims, nail sanding, and face trims for dogs. They welcome both appointment and walk-in customers, with special promotions for new and returning clients. The team specializes in providing attentive care for senior dogs and dogs with special needs, ensuring pets leave looking great and feeling happy.",
url: "https://www.pupscrubonline.com/",
telephone: "+1-425-823-9757",
address: {
@type: "PostalAddress",
streetAddress: "9718 NE 119th Way",
addressLocality: "Kirkland",
addressRegion: "WA",
postalCode: "98034",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.7067561,
longitude: -122.21208150000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "184",
bestRating: "5"
},
areaServed: "Kirkland, WA and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners with senior pets, walk-in customers, budget-conscious pet parents, dogs requiring specialized handling",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Walk-In Appointments Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Special Care for Senior Dogs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Promotional Pricing"
}
],
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.