Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "LaRue Veterinary Clinic",
description: "LaRue Veterinary Clinic is a full-service animal hospital in Filer, Idaho, providing comprehensive veterinary care for dogs, cats, and other pets. The clinic offers preventive wellness services, medical treatment, and surgical procedures performed by experienced veterinarians. They are dedicated to maintaining the health and well-being of pets in the local community through quality care and compassionate service.",
telephone: "+1-208-326-8646",
address: {
@type: "PostalAddress",
streetAddress: "3893 N 2250 E",
addressLocality: "Filer",
addressRegion: "ID",
postalCode: "83328",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5631991,
longitude: -114.6050496
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "89",
bestRating: "5"
},
areaServed: "Filer, ID and surrounding areas",
knowsAbout: "Veterinarians, Local pet owners, families with dogs and cats, pet owners seeking comprehensive preventive and surgical care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Hospital"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Community Focus"
}
],
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.