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: "South Texas Veterinary Hospital",
description: "South Texas Veterinary Hospital is a full-service animal care facility in Laredo offering comprehensive veterinary services for pets. The hospital provides routine wellness exams, vaccinations, surgical procedures, and emergency care to keep your pets healthy. They serve the local community with professional veterinary expertise and compassionate animal care.",
url: "https://allvetnearme.com/south-texas-veterinary-hospital/",
telephone: "+1-956-717-0905",
address: {
@type: "PostalAddress",
streetAddress: "3808 McPherson Rd",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78041",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.531117,
longitude: -99.484693
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.2",
reviewCount: "222",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "Veterinarians, Pet owners seeking routine care, pet surgery, vaccinations, emergency veterinary services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Veterinary Expertise"
}
],
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.