Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Animal Emergency Room",
description: "Animal Emergency Room is a veterinary facility in San Antonio specializing in emergency and after-hours pet care. They provide urgent treatment for injured, sick, or distressed animals when primary veterinary clinics are closed, serving pet owners who need immediate medical attention for their companions. Their experienced team handles acute conditions, trauma, and critical cases requiring emergency intervention.",
url: "http://www.animaler.net/",
telephone: "+1-210-737-7380",
address: {
@type: "PostalAddress",
streetAddress: "4315 Fredericksburg Rd SUITE 2",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78201",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.487331100000002,
longitude: -98.5495516
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "251",
bestRating: "5"
},
areaServed: "San Antonio and surrounding areas",
knowsAbout: "Veterinarians, Pet owners experiencing animal emergencies, after-hours pet medical needs, urgent trauma or acute illness requiring immediate veterinary care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency & After-Hours Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced 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.