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: "Shear Madness Grooming",
description: "Shear Madness Grooming is a full-service dog grooming salon in Sacramento specializing in professional grooming for all breeds and sizes. They offer comprehensive grooming services including baths, haircuts, nail trimming, and specialized treatments to keep dogs healthy and looking their best. The experienced team is dedicated to making each visit comfortable and stress-free for pets.",
url: "https://shearmadnesssac.com/",
telephone: "+1-916-281-5457",
address: {
@type: "PostalAddress",
streetAddress: "4400 Freeport Blvd #3",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95822",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.5350439,
longitude: -121.49439690000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "16",
bestRating: "5"
},
areaServed: "Sacramento and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming services, pet parents with multiple dogs, owners of breeds requiring specialized coat care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "All Breeds Welcome"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Grooming Team"
}
],
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.