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: "What's up dog mobile pet grooming",
description: "What's up dog is a mobile pet grooming service based in Phoenix that comes directly to your home to groom your pets. They offer convenient, personalized grooming services without the stress of a grooming facility visit, making it ideal for pets that are anxious about traditional salon environments or for pet owners seeking time-saving convenience.",
telephone: "+1-623-225-2159",
address: {
@type: "PostalAddress",
streetAddress: "2820 W Laurel Ln #109",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85029",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5953216,
longitude: -112.1179531
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas",
knowsAbout: "Dog Grooming, Pet owners seeking convenience, anxious or senior pets, busy professionals, multi-pet households",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Convenience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Service"
}
],
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.