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: "Wodin's Kennel",
description: "Wodin's Kennel is a pet boarding service in San Jose offering secure, caring accommodations for dogs and cats. With a 4.9-star rating from customers, the facility provides a safe environment for pets while their owners are away, handling both short-term and extended boarding needs with personalized attention.",
telephone: "+1-408-258-4494",
address: {
@type: "PostalAddress",
streetAddress: "11429 Clayton Rd",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95127",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.357150499999996,
longitude: -121.78997290000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "10",
bestRating: "5"
},
areaServed: "San Jose and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling for vacation or business, Multiple pet households, Dog and cat owners seeking reliable boarding",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Pet Accommodation"
},
{
@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.