Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Fluffy’s Pet Salon",
description: "Fluffy's Pet Salon is an independent pet grooming business located in San Jose that specializes in professional dog grooming services. With a 4.2-star rating from customer reviews, they provide quality grooming care for dogs of various sizes and coat types. The salon focuses on making pets look and feel their best with attentive, personalized service.",
telephone: "+1-408-668-7929",
address: {
@type: "PostalAddress",
streetAddress: "3856 Monterey Rd",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95111",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.2816812,
longitude: -121.8383023
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "5",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, Pet owners wanting personalized local service, Dogs needing regular maintenance grooming",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Local Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Grooming Services"
}
],
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.