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: "Brandon Puppy Palace",
description: "Brandon Puppy Palace is a dedicated pet boarding facility in Brandon serving dogs and cats with overnight boarding, daycare, and grooming services. The facility provides a safe, supervised environment with outdoor play areas and attentive staff to keep pets comfortable while their owners are away. They offer flexible scheduling and personalized care to meet each pet's individual needs.",
url: "https://brandonpuppypalace.com/",
telephone: "+1-813-530-0920",
address: {
@type: "PostalAddress",
streetAddress: "802 E Lumsden Rd",
addressLocality: "Brandon",
addressRegion: "FL",
postalCode: "33511",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.923640799999998,
longitude: -82.27302820000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "506",
bestRating: "5"
},
areaServed: "Brandon and surrounding Tampa Bay areas",
knowsAbout: "Pet Boarding & Daycare, Dog and cat owners traveling or away during work, pet owners seeking socialization and daycare for active pets, owners needing combined boarding and grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Daycare & Play Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Grooming Services On-Site"
}
],
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.