Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Tyson Kennels",
description: "Tyson Kennels is a pet boarding facility in Menlo Park offering safe, comfortable overnight care for dogs. Located on Haven Avenue, they provide a secure environment for pet owners who need reliable boarding while traveling or away from home.",
url: "http://www.tysonsworldofdogs.com/",
telephone: "+1-650-364-3151",
address: {
@type: "PostalAddress",
streetAddress: "3735 Haven Ave",
addressLocality: "Menlo Park",
addressRegion: "CA",
postalCode: "94025",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.4873111,
longitude: -122.18196269999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "96",
bestRating: "5"
},
areaServed: "Menlo Park and surrounding Peninsula communities",
knowsAbout: "Pet Boarding & Daycare, Dog owners needing overnight boarding, Travelers requiring pet care, Busy professionals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding Facility"
}
],
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.