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: "Providence Animal Hospital",
description: "Providence Animal Hospital in Charlotte provides comprehensive veterinary care for dogs, cats, and other pets, including wellness exams, vaccinations, dental care, surgery, and emergency services. The hospital features modern facilities and an experienced team dedicated to preventive care and treatment of acute and chronic conditions. They offer both routine care and specialized surgical procedures to keep pets healthy at every life stage.",
url: "https://charlotte.providencevets.com/",
telephone: "+1-704-542-0049",
address: {
@type: "PostalAddress",
streetAddress: "6420-A3 Rea Rd",
addressLocality: "Charlotte",
addressRegion: "NC",
postalCode: "28277",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.0783815,
longitude: -80.81844509999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "163",
bestRating: "5"
},
areaServed: "Charlotte, NC and surrounding areas",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, families needing emergency pet services, pets requiring surgical procedures",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Modern Surgical Facilities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Dental Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Care 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.