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: "Aloha Pet Resort",
description: "Aloha Pet Resort is a full-service pet care facility in Aventura offering boarding, daycare, grooming, and veterinary services for dogs and cats. The resort provides spacious accommodations with indoor and outdoor play areas, trained staff supervision, and medical care on-site, making it a comprehensive destination for pet owners seeking professional care while they travel or need daily support.",
url: "https://www.alohapetresorts.com/",
telephone: "+1-786-833-4190",
address: {
@type: "PostalAddress",
streetAddress: "18170 W Dixie Hwy",
addressLocality: "Aventura",
addressRegion: "FL",
postalCode: "33160",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 25.9429582,
longitude: -80.14949089999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "109",
bestRating: "5"
},
areaServed: "Aventura and surrounding North Miami-Dade County areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling or needing overnight boarding, busy owners wanting daily daycare, pets needing professional grooming and medical care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Veterinary Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Indoor & Outdoor Play Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services Under One Roof"
}
],
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.