Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Miami Beach Pet Spa",
description: "Miami Beach Pet Spa is a full-service pet care facility in Miami Beach offering boarding, grooming, and daycare services for dogs and cats. The spa specializes in creating a comfortable, resort-style environment where pets receive professional care, handling, and attention while their owners are away or working. They combine boarding accommodations with grooming services to provide comprehensive pet wellness in one convenient location.",
url: "https://miamibeachpetspa.com/",
telephone: "+1-305-992-5312",
address: {
@type: "PostalAddress",
streetAddress: "1137 71st St",
addressLocality: "Miami Beach",
addressRegion: "FL",
postalCode: "33141",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 25.8549245,
longitude: -80.1303866
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Miami Beach and surrounding South Florida communities",
knowsAbout: "Pet Boarding & Daycare, Pet owners needing boarding while traveling, pet parents seeking professional grooming services, dogs and cats requiring daycare supervision",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Resort-Style Boarding"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Services"
}
],
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.