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: "What the Pup Pet Care",
description: "What the Pup Pet Care is a full-service pet boarding and daycare facility in Fort Lauderdale specializing in dog care. The facility offers overnight boarding, doggy daycare, grooming add-ons, and individualized attention for each dog. With webcam access so owners can check in on their pets, outdoor play areas, and medication administration available, What the Pup provides a safe, engaging environment for dogs while their owners are away or at work.",
url: "http://www.whatthepuppetcare.com/",
telephone: "+1-786-359-5880",
address: {
@type: "PostalAddress",
streetAddress: "612 SW 13th St",
addressLocality: "Fort Lauderdale",
addressRegion: "FL",
postalCode: "33315",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.105356,
longitude: -80.1498144
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "50",
bestRating: "5"
},
areaServed: "Fort Lauderdale and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Working pet owners needing reliable daycare, travelers requiring overnight boarding, dogs needing socialization and exercise",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Webcam Access"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Outdoor Play Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Medication Administration"
}
],
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.