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: "Fluffy Dog Grooming",
description: "Fluffy Dog Grooming is a dedicated pet care facility in Palo Alto offering professional dog grooming services for dogs of all sizes and breeds. The grooming team provides comprehensive care including baths, haircuts, nail trimming, and styling to keep your dog looking and feeling their best. With a focus on animal care and comfort, Fluffy Dog Grooming serves the local Palo Alto community and surrounding areas.",
url: "https://fluffydoggrooming.com/",
telephone: "+1-650-441-9000",
address: {
@type: "PostalAddress",
streetAddress: "385 Curtner Ave",
addressLocality: "Palo Alto",
addressRegion: "CA",
postalCode: "94306",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.4185095,
longitude: -122.13031170000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Palo Alto, CA and nearby communities",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, breed-specific styling, regular maintenance care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Grooming Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Local 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.