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: "The Dogfathers Grooming LB",
description: "The Dogfathers Grooming LB is a pet care facility in San Jose specializing in professional dog grooming services. They offer comprehensive grooming for dogs of all sizes and breeds, providing quality care in a welcoming environment. The business is known for their attention to detail and customer service.",
telephone: "+1-408-599-6811",
address: {
@type: "PostalAddress",
streetAddress: "1245 S 1st St",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95110",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3180422,
longitude: -121.8758724
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "59",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, Pet owners with multiple dogs, Owners of high-maintenance breeds",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Grooming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.