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: "Idalee Veterinary Services",
description: "Idalee Veterinary Services is a full-service veterinary clinic located in Jerome, ID, providing comprehensive care for dogs, cats, and other companion animals. The clinic offers preventive care, wellness exams, vaccinations, and treatment for acute and chronic conditions. With a dedicated team focused on animal health and owner satisfaction, they serve the Jerome area and surrounding communities.",
telephone: "+1-208-324-9506",
address: {
@type: "PostalAddress",
streetAddress: "5529 US-93",
addressLocality: "Jerome",
addressRegion: "ID",
postalCode: "83338",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.6753996,
longitude: -114.4473797
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Jerome, ID and surrounding areas",
knowsAbout: "Veterinarians, Pet owners in Jerome and surrounding areas, dog and cat owners, families seeking reliable local veterinary care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Community Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.