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: "Logan Square Animal Hospital",
description: "Logan Square Animal Hospital is a full-service veterinary clinic located on Milwaukee Avenue in Chicago's Logan Square neighborhood. They provide comprehensive pet care including wellness exams, vaccinations, surgical procedures, dental care, and pharmacy services for dogs, cats, and other pets. The hospital combines emergency and routine care in a neighborhood setting dedicated to supporting pet health and owner peace of mind.",
url: "http://logansquareanimalhospital.com/",
telephone: "+1-773-384-1138",
address: {
@type: "PostalAddress",
streetAddress: "2543 N Milwaukee Ave",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60647",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.927626499999995,
longitude: -87.70469159999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "344",
bestRating: "5"
},
areaServed: "Chicago, IL and surrounding neighborhoods",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, families needing surgical or dental services for their pets, neighborhood residents looking for convenient full-service animal healthcare",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-site Surgery & Dental"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Pharmacy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Neighborhood Location"
}
],
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.