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: "Lake Shore Animal Hospital",
description: "Lake Shore Animal Hospital is a full-service veterinary clinic in Nampa providing comprehensive care for dogs, cats, and other pets. They offer preventive wellness exams, vaccinations, dental care, surgery, and emergency services with a compassionate, experienced team dedicated to animal health and owner satisfaction.",
url: "http://lakeshorevets.com/",
telephone: "+1-208-287-8387",
address: {
@type: "PostalAddress",
streetAddress: "Idaho 45, 9555 Booker Ln",
addressLocality: "Nampa",
addressRegion: "ID",
postalCode: "83686",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.511764299999996,
longitude: -116.57524350000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "776",
bestRating: "5"
},
areaServed: "Nampa, Idaho and surrounding communities",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, families with multiple pets, pet owners needing emergency services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Surgery & Dental Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Care Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Preventive Wellness Programs"
}
],
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.