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: "Animal ER Care - Central",
description: "Animal ER Care - Central is an emergency veterinary hospital in Colorado Springs providing 24/7 urgent and critical care for dogs, cats, and other pets. They offer emergency services, trauma care, advanced diagnostics, and surgical intervention for life-threatening conditions when your regular vet isn't available. Their experienced team is equipped to handle everything from accidents and sudden illness to post-operative complications.",
url: "https://www.animalercare.com/locations/animal-er-care-central",
telephone: "+1-719-755-0558",
address: {
@type: "PostalAddress",
streetAddress: "3670 Rebecca Ln",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80917",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8798246,
longitude: -104.7591563
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "279",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "Veterinarians, Pet owners needing after-hours emergency care, owners of pets with acute illnesses or injuries, follow-up care for post-surgical complications",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Coverage"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Advanced Diagnostics & Surgery"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Emergency Team"
}
],
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.