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: "Henderson Animal Hospital",
description: "Henderson Animal Hospital is a full-service veterinary clinic offering comprehensive pet care for dogs, cats, and other animals. Located on Boulder Highway, they provide wellness exams, vaccinations, surgical procedures, and boarding services. The clinic is equipped to handle routine preventive care, emergency situations, and overnight pet boarding for clients throughout the Henderson area.",
url: "http://www.animalcareclinicinc.com/",
telephone: "+1-702-564-0900",
address: {
@type: "PostalAddress",
streetAddress: "360 S Boulder Hwy",
addressLocality: "Henderson",
addressRegion: "NV",
postalCode: "89015",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0353798,
longitude: -114.9764898
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "83",
bestRating: "5"
},
areaServed: "Henderson, NV and surrounding areas",
knowsAbout: "Veterinarians, Pet owners seeking routine veterinary care, surgical services, and boarding solutions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Surgery"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Boarding Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Wellness"
}
],
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.