Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Didde’s Pet Grooming",
description: "Didde's Pet Grooming is an independent pet grooming salon located in Redmond offering professional grooming services for dogs and cats. With a 4.7-star rating from customers, they provide quality grooming care in a welcoming environment for pets of all sizes and coat types.",
telephone: "+1-425-896-7498",
address: {
@type: "PostalAddress",
streetAddress: "22330 NE Marketplace Dr #119",
addressLocality: "Redmond",
addressRegion: "WA",
postalCode: "98053",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.6950759,
longitude: -122.04195949999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "37",
bestRating: "5"
},
areaServed: "Redmond and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners, Cat owners, Pet parents seeking professional grooming",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced grooming team"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dogs and cats 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.