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: "Pet Paradise Lake Buena Vista",
description: "Pet Paradise Lake Buena Vista is a full-service pet boarding facility offering overnight boarding, daycare, and grooming services for dogs and cats. Located in Orlando, they provide a safe, supervised environment with spacious accommodations, outdoor play areas, and individualized care. Their experienced staff ensures pets receive attention and exercise while their owners are away.",
url: "https://www.petparadise.com/lake-buena-vista.htm",
telephone: "+1-407-710-1966",
address: {
@type: "PostalAddress",
streetAddress: "7107 Palm Pkwy",
addressLocality: "Orlando",
addressRegion: "FL",
postalCode: "32836",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.400889799999998,
longitude: -81.48769229999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "316",
bestRating: "5"
},
areaServed: "Orlando and surrounding central Florida areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners, Cat owners, Pet parents needing overnight boarding, Busy professionals requiring daycare",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Service Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Spacious Facilities with Outdoor Play"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dogs and Cats Welcome"
}
],
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.