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: "Springfield Animal Hospital",
description: "Springfield Animal Hospital is a full-service veterinary clinic in Jacksonville offering comprehensive medical care for dogs, cats, and other pets. The hospital provides preventive wellness exams, vaccinations, surgical procedures, dental care, and emergency services. Their experienced veterinarians focus on building lasting relationships with pet owners while delivering high-quality, compassionate care.",
url: "https://www.springfieldvetjax.com/",
telephone: "+1-904-240-0426",
address: {
@type: "PostalAddress",
streetAddress: "1632 N Main St",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32206",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.343836999999997,
longitude: -81.65451139999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "16",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Veterinarians, Dog and cat owners seeking comprehensive veterinary care, pet owners needing surgical services, families establishing ongoing pet wellness care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Surgical Facilities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Dental Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Services Available"
}
],
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.