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: "The Land of Dogz",
description: "The Land of Dogz & Friendz is a dog daycare and boarding facility in Casselberry offering full-service pet care including daycare, overnight boarding, and professional bathing services. They provide a safe, supervised play environment where dogs can socialize and exercise, with required vaccination protocols and rigorous cleaning standards. The facility welcomes new clients with a free first day of all-day play to help dogs acclimate.",
url: "http://thelandofdogz.com/",
telephone: "+1-321-999-7168",
address: {
@type: "PostalAddress",
streetAddress: "497 FL-436 Suite 177",
addressLocality: "Casselberry",
addressRegion: "FL",
postalCode: "32707",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.654122200000003,
longitude: -81.33431039999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "94",
bestRating: "5"
},
areaServed: "Casselberry, FL and surrounding central Orange County areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners seeking convenient daycare options, travelers needing reliable boarding, dogs requiring professional grooming, socialization-focused pet parents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Pet Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Safety-First Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "New Pet Welcome Program"
}
],
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.