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: "Grove Animal Hospital",
description: "Grove Animal Hospital in Coconut Grove is a full-service veterinary clinic offering comprehensive pet care including veterinary exams, surgical procedures, pharmacy services, and pet boarding. The hospital provides online appointment booking for convenience and serves the Miami area with extended weekday hours (8 AM–6 PM) and Saturday availability. Their integrated pharmacy allows clients to fill prescriptions on-site, making pet healthcare seamless and accessible.",
url: "https://animalhospitalcoconutgrove.com/",
telephone: "+1-786-332-3659",
address: {
@type: "PostalAddress",
streetAddress: "2803 SW 27th Ave",
addressLocality: "Miami",
addressRegion: "FL",
postalCode: "33133",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 25.7384897,
longitude: -80.2374858
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "152",
bestRating: "5"
},
areaServed: "Miami and Coconut Grove, FL",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, families needing pet boarding services, owners of pets requiring prescription medications",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Online Appointment Booking"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Pharmacy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Pet Boarding 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.