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: "Bellevue Animal Hospital",
description: "Bellevue Animal Hospital is a full-service veterinary clinic in Bellevue providing comprehensive care for dogs, cats, and other pets. They offer wellness exams, vaccinations, dental care, surgical procedures, and on-site pharmacy services. The hospital is equipped to handle both routine preventive care and emergency medical needs, with a team focused on personalized attention for each pet.",
url: "http://www.bellevueanimalhospital.net/",
telephone: "+1-425-800-4919",
address: {
@type: "PostalAddress",
streetAddress: "1188 106th Ave NE Suite 100B",
addressLocality: "Bellevue",
addressRegion: "WA",
postalCode: "98004",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.6206521,
longitude: -122.19890480000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "250",
bestRating: "5"
},
areaServed: "Bellevue and surrounding Eastside communities",
knowsAbout: "Veterinarians, Pet owners seeking routine veterinary care, families with multiple pets, pet owners needing surgical services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Medical Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Preventive 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.