Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "We Love Paws Pet Grooming Salon",
description: "We Love Paws Pet Grooming Salon is a full-service grooming facility in Sacramento that specializes in dog and cat grooming. Located on Carlson Drive, they offer professional grooming services for pets of all sizes and coat types, using quality products and experienced groomers trained in handling both anxious and well-behaved pets.",
url: "http://dogandcatgroomingsacramento.com/",
telephone: "+1-916-544-2275",
address: {
@type: "PostalAddress",
streetAddress: "5495 Carlson Dr suite d",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95819",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.571669799999995,
longitude: -121.43276209999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "86",
bestRating: "5"
},
areaServed: "Sacramento, CA and surrounding areas",
knowsAbout: "Dog Grooming, Pet owners seeking professional grooming for dogs and cats, families with multiple pets, owners of breeds requiring specialized coat care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dog & Cat Grooming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Staff"
}
],
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.