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: "The Rich Groomer",
description: "The Rich Groomer is an independent pet grooming salon in Sacramento specializing in dog grooming services. They offer breed-specific grooming, nail trimming, and general pet care in a professional salon setting. With experienced groomers and a focus on individual attention, they serve dog owners throughout the Sacramento area.",
url: "http://therichgroomer.com/",
telephone: "+1-916-613-9730",
address: {
@type: "PostalAddress",
streetAddress: "3291 Truxel Rd Unit 23",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95833",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.626964699999995,
longitude: -121.49898189999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "149",
bestRating: "5"
},
areaServed: "Sacramento and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, owners of breed-specific dogs, pet owners in the Sacramento area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Breed-Specific Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized 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.