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: "Weston Road Animal Hospital",
description: "Weston Road Animal Hospital is a full-service veterinary clinic in Weston providing comprehensive medical care for dogs, cats, and other companion animals. The hospital offers wellness exams, vaccinations, surgical procedures, dental care, and emergency services with a compassionate, experienced team committed to keeping pets healthy throughout their lives.",
url: "https://westonroadanimalhospital.com/",
telephone: "+1-954-389-5656",
address: {
@type: "PostalAddress",
streetAddress: "4585 Weston Rd",
addressLocality: "Weston",
addressRegion: "FL",
postalCode: "33331",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.065689799999998,
longitude: -80.36463409999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "343",
bestRating: "5"
},
areaServed: "Weston, FL and surrounding areas",
knowsAbout: "Veterinarians, Dog and cat owners seeking preventive care, Pet owners needing surgery or dental services, Families looking for comprehensive veterinary medicine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Veterinary Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced & Compassionate Team"
}
],
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.