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 Oakleaf",
description: "Pet Paradise Oakleaf is a full-service pet boarding facility in Middleburg offering overnight boarding, doggy daycare, and grooming services for dogs and cats. The facility provides spacious accommodations, outdoor play areas, and attentive staff to ensure pets are comfortable and active while their owners are away. With over a decade of experience, Pet Paradise Oakleaf is known for its clean facilities, personalized care, and commitment to each pet's safety and happiness.",
url: "https://www.petparadise.com/oakleaf.htm",
telephone: "+1-904-559-1212",
address: {
@type: "PostalAddress",
streetAddress: "1611 Isaac Way",
addressLocality: "Middleburg",
addressRegion: "FL",
postalCode: "32068",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.113902,
longitude: -81.82892319999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "427",
bestRating: "5"
},
areaServed: "Middleburg, FL and surrounding areas including Clay County and Jacksonville metro",
knowsAbout: "Pet Boarding & Daycare, Dog owners needing daycare or overnight boarding, cat owners seeking safe boarding while traveling, pet owners wanting professional grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Pet Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Outdoor Play Areas"
},
{
@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.