Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Calero Pet Retreat",
description: "Calero Pet Retreat is a five-acre pet boarding and care facility in San Jose's Almaden Valley offering overnight lodging, doggy day-camp, swimming, grooming, training programs, and socialization classes for dogs, cats, rabbits, birds, and other pets. Founded on principles of comfort and personalized care, the retreat provides a home-away-from-home environment with spacious grounds, outdoor play areas, and staff dedicated to each pet's well-being and special needs.",
url: "http://caleropetretreat.com/",
telephone: "+1-408-268-7171",
address: {
@type: "PostalAddress",
streetAddress: "7570 Tierra Sombra Ct",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95120",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.1920536,
longitude: -121.79552349999997
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "34",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas in Santa Clara County",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling or away for extended periods, owners seeking training and socialization for their pets, multi-pet households, owners of non-dog pets",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Five-Acre Private Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Service Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Pet Boarding"
}
],
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.