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: "Live Oak Animal Hospital",
description: "Live Oak Animal Hospital is a full-service veterinary clinic in Lubbock offering comprehensive pet care including wellness exams, vaccinations, surgical procedures, dental care, and boarding services. The hospital features on-site surgery facilities and experienced veterinarians dedicated to treating dogs, cats, and other pets with compassionate, quality care.",
url: "https://www.liveoaklubbock.com/",
telephone: "+1-806-794-9000",
address: {
@type: "PostalAddress",
streetAddress: "5214 98th St #100",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79424",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5060052,
longitude: -101.92365699999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "964",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Veterinarians, Dog and cat owners, Pet parents seeking preventive care, Owners needing boarding services, Pets requiring surgical procedures",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Surgery Facilities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Boarding Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Wellness Care"
}
],
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.