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: "Island Animal Clinic",
description: "Island Animal Clinic in Port Aransas provides comprehensive veterinary care for dogs, cats, and other pets, from routine check-ups and preventive care to surgical procedures. The clinic features an online pharmacy for convenient prescription fulfillment, digital access to pet medical records, and a dedicated team committed to exceptional animal healthcare. They serve the Port Aransas community and surrounding coastal areas with compassionate, professional veterinary services.",
url: "https://iacsite01.wixsite.com/islandanimalclinicpa",
telephone: "+1-361-749-4134",
address: {
@type: "PostalAddress",
streetAddress: "319 Beach St",
addressLocality: "Port Aransas",
addressRegion: "TX",
postalCode: "78373",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.8338176,
longitude: -97.0589899
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "151",
bestRating: "5"
},
areaServed: "Port Aransas, TX and surrounding coastal communities",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, dog and cat owners needing surgery, coastal residents seeking convenient prescription management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Online Pharmacy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Digital Medical Records"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Surgery"
}
],
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.