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: "Union Veterinary Clinic",
description: "Union Veterinary Clinic is an independent, family-owned veterinary practice serving Washington, DC since 2002, located in Capitol Hill near Union Station. They provide comprehensive veterinary care including wellness exams, surgical procedures (with a dedicated Director of Surgery), USDA-accredited international and domestic pet travel health certificates, and online pharmacy services. The clinic is committed to personalized, unhurried care and gives back to the community through discounts for seniors, teachers, first responders, and military, plus free wellness exams for newly adopted pets.",
url: "http://unionvetclinic.com/",
telephone: "+1-202-544-2500",
address: {
@type: "PostalAddress",
streetAddress: "609 2nd St NE",
addressLocality: "Washington",
addressRegion: "DC",
postalCode: "20002",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.897664,
longitude: -77.003278
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "270",
bestRating: "5"
},
areaServed: "Washington, DC and surrounding areas",
knowsAbout: "Veterinarians, Pet owners seeking personalized care, first responders and military families, seniors, adoption families",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent & Community-Rooted"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Surgery"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community Discounts & Support"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.