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: "The Paw Spa",
description: "The Paw Spa is a professional dog grooming service located in Phoenix that specializes in comprehensive grooming care for dogs of all sizes and breeds. With a 4.8-star rating from customers, they offer full-service grooming including baths, haircuts, nail trimming, and specialty treatments to keep pets looking and feeling their best.",
telephone: "+1-480-706-7085",
address: {
@type: "PostalAddress",
streetAddress: "3961 E Chandler Blvd #109",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85048",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.3033524,
longitude: -111.99775269999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "73",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, pet owners with breed-specific grooming needs, busy professionals needing regular pet maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Breed-Specific Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.