Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Kirkland Animal Hospital",
description: "Kirkland Animal Hospital is a full-service veterinary clinic providing comprehensive care for dogs, cats, and other pets in Kirkland. The hospital offers wellness exams, vaccinations, surgical services, dental care, and emergency treatment. With a focus on personalized care and client communication, they serve the greater Kirkland community with experienced veterinary medicine.",
telephone: "+1-425-822-8231",
address: {
@type: "PostalAddress",
streetAddress: "803 7th Ave",
addressLocality: "Kirkland",
addressRegion: "WA",
postalCode: "98033",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.68037590000001,
longitude: -122.1928478
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "39",
bestRating: "5"
},
areaServed: "Kirkland and surrounding areas, WA",
knowsAbout: "Veterinarians, Dog and cat owners, Pet wellness seekers, Owners needing surgical or dental pet services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Veterinary Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency & Acute Care Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Community Presence"
}
],
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.