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: "South Loop Animal Hospital",
description: "South Loop Animal Hospital is a full-service veterinary clinic located in Chicago's South Loop neighborhood, providing comprehensive medical care for dogs, cats, and other pets. They offer preventive care, surgical procedures, dental services, and emergency care with a compassionate, experienced veterinary team dedicated to keeping pets healthy throughout their lives.",
url: "https://mysouthloopvet.com/south-loop/",
telephone: "+1-312-753-5551",
address: {
@type: "PostalAddress",
streetAddress: "1640 S Michigan Ave",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60616",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.859041,
longitude: -87.624202
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "286",
bestRating: "5"
},
areaServed: "Chicago, Illinois",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, emergency pet medical services, surgical procedures, pet owners wanting preventive wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "South Loop Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced 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.