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: "Callahan Drive Animal Hospital",
description: "Callahan Drive Animal Hospital is a full-service veterinary clinic in Knoxville offering comprehensive care for dogs, cats, and other pets. Led by experienced veterinarians, the hospital provides preventive care, surgical services, dental procedures, and emergency treatment in a modern facility equipped for advanced diagnostics and treatment.",
url: "https://cdah.net/",
telephone: "+1-865-938-0243",
address: {
@type: "PostalAddress",
streetAddress: "6800 Barger Pond Way",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37912",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.016000399999996,
longitude: -84.01258140000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "339",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Veterinarians, Pet owners seeking full-service veterinary care, pet owners needing surgical services, families with multiple pets, emergency pet care situations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-site surgical facilities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive dental care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency and urgent care"
}
],
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.