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: "Hardin Valley Animal Hospital",
description: "Hardin Valley Animal Hospital is a full-service veterinary clinic in Knoxville providing comprehensive care for dogs, cats, and other pets. The hospital offers routine wellness exams, vaccinations, surgical procedures, dental care, and emergency services with a team of experienced veterinarians and support staff. They focus on preventive medicine and building long-term relationships with pet owners to keep their animals healthy throughout their lives.",
url: "https://hvah.com/",
telephone: "+1-865-539-6811",
address: {
@type: "PostalAddress",
streetAddress: "10017 Hardin Valley Rd",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37932",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.957688399999995,
longitude: -84.131963
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "529",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Veterinarians, Dog and cat owners seeking preventive care, pet owners needing surgical services, families wanting emergency veterinary access",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Surgical Facilities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency & After-Hours Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Dental 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.