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: "Parkwood Animal Hospital",
description: "Parkwood Animal Hospital is a full-service veterinary clinic in Durham, NC, led by Dr. Michele Stech and Dr. Cindy Rowe. They provide comprehensive medical, surgical, and dental care for all types of companion pets, with a calm, kid-friendly environment designed to keep animals comfortable. The practice handles both routine preventive care and emergency cases, and has been serving the Durham community since 1983.",
url: "https://www.parkwoodvet.com/",
telephone: "+1-919-544-7711",
address: {
@type: "PostalAddress",
streetAddress: "5107 NC-55 Suite 101",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27713",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.894870600000004,
longitude: -78.89553730000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "141",
bestRating: "5"
},
areaServed: "Durham and surrounding areas, NC",
knowsAbout: "Veterinarians, Pet owners seeking routine preventive care, families with companion animals, pet owners needing emergency veterinary services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Team"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Calm, Pet-Friendly Environment"
}
],
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.