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: "Cookie Mobile Grooming",
description: "Cookie Mobile Grooming is a pet grooming service based in Raleigh that brings professional grooming directly to your home. Operating from a mobile grooming unit, they offer full-service dog grooming including baths, haircuts, nail trimming, and ear cleaning for dogs of all sizes and coat types. Their mobile approach eliminates stress for pets by grooming them in a familiar environment rather than a facility.",
telephone: "+1-919-520-6737",
address: {
@type: "PostalAddress",
streetAddress: "4201 Bland Rd",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27609",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.838398500000004,
longitude: -78.6147019
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "58",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Dog Grooming, Busy pet owners, anxious dogs, owners with mobility constraints, multi-dog households",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Dog Sizes 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.