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: "Pet Pourrie of Boca Raton, Inc.",
description: "Pet Pourrie of Boca Raton is a full-service pet grooming salon offering professional grooming for dogs and cats of all breeds and sizes. Located in central Boca Raton, the salon specializes in breed-specific cuts, nail trimming, ear cleaning, and medicated baths. The experienced grooming team takes a gentle, patient approach to ensure every pet receives individualized care tailored to their specific needs and coat type.",
url: "https://petpourrie.squarespace.com/",
telephone: "+1-561-368-1933",
address: {
@type: "PostalAddress",
streetAddress: "499 NE Spanish River Blvd STE 3",
addressLocality: "Boca Raton",
addressRegion: "FL",
postalCode: "33431",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.3867817,
longitude: -80.0792473
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "157",
bestRating: "5"
},
areaServed: "Boca Raton and surrounding areas, South Florida",
knowsAbout: "Dog Grooming, Dog and cat owners seeking professional grooming, pet owners with specific breed requirements, owners of pets with sensitive skin or special grooming needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Breed-Specific Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Gentle, Patient Care"
}
],
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.