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: "Summit Large Animal Clinic",
description: "Summit Large Animal Clinic provides veterinary care for large animals including horses, cattle, and other livestock in the Jerome area. Based in Jerome, Idaho, this clinic specializes in the health and wellness of large farm and ranch animals, offering services tailored to the unique needs of agricultural operations and animal owners.",
telephone: "+1-208-280-1688",
address: {
@type: "PostalAddress",
streetAddress: "129 E 300 S",
addressLocality: "Jerome",
addressRegion: "ID",
postalCode: "83338",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.6805637,
longitude: -114.49645969999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Jerome, Idaho and surrounding rural areas",
knowsAbout: "Veterinarians, Horse owners, cattle ranchers, livestock farmers, agricultural operations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Large Animal Specialization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Agricultural 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.