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: "Washington Heights Veterinary Clinic",
description: "Washington Heights Veterinary Clinic is a full-service veterinary practice in Houston offering comprehensive pet care including preventive medicine, surgical services, boarding, and grooming. Located on Shearn Street, they serve cats, dogs, and other companion animals with experienced veterinarians dedicated to keeping pets healthy throughout their lives.",
url: "http://www.whvetclinic.com/",
telephone: "+1-713-802-2366",
address: {
@type: "PostalAddress",
streetAddress: "2324 Shearn St",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77007",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.774699,
longitude: -95.38232099999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "373",
bestRating: "5"
},
areaServed: "Houston, TX and surrounding areas",
knowsAbout: "Veterinarians, Pet owners seeking full-service veterinary care, families needing boarding while traveling, pets requiring surgery",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Surgery"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Boarding Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced 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.