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: "Posh Pet Hotel",
description: "Posh Pet Hotel is a premier pet boarding facility in West Palm Beach offering overnight boarding, daycare, and grooming services for dogs and cats. The facility provides a comfortable, supervised environment with daily activities and individualized care to ensure pets feel secure while their owners are away. They specialize in making boarding stress-free with webcam access so owners can check in on their pets anytime.",
url: "http://www.poshpethotel.com/?y_source=1_MTY5NzAzMDgtNzE1LWxvY2F0aW9uLndlYnNpdGU%3D",
telephone: "+1-561-437-5691",
address: {
@type: "PostalAddress",
streetAddress: "6710 S Dixie Hwy",
addressLocality: "West Palm Beach",
addressRegion: "FL",
postalCode: "33405",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.6556222,
longitude: -80.0556959
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "360",
bestRating: "5"
},
areaServed: "West Palm Beach and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Busy professionals, vacation travelers, pet owners needing daycare while at work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Webcam Access"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dog and Cat 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.