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: "O K Pet Grooming",
description: "O K Pet Grooming is a full-service pet grooming salon located in Santa Clara that specializes in professional grooming for dogs and cats. With experienced groomers and a focus on personalized care, they offer a range of grooming services including baths, haircuts, nail trimming, and other grooming treatments in a welcoming, clean facility.",
telephone: "+1-408-605-1507",
address: {
@type: "PostalAddress",
streetAddress: "2710 El Camino Real",
addressLocality: "Santa Clara",
addressRegion: "CA",
postalCode: "95051",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3509175,
longitude: -121.9762535
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "34",
bestRating: "5"
},
areaServed: "Santa Clara and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners, Cat owners, Pet parents seeking professional grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Grooming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Groomers"
}
],
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.