Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "After Hours Vet Clinic",
description: "After Hours Vet Clinic in Lubbock provides emergency and urgent veterinary care for pets when regular veterinary clinics are closed. As an after-hours facility, they serve pet owners dealing with unexpected health issues, injuries, or other urgent concerns during evenings, nights, and weekends. They offer emergency medical services to help pets when immediate care is needed outside standard business hours.",
telephone: "+1-806-797-6483",
address: {
@type: "PostalAddress",
streetAddress: "6305 66th St",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79424",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5338092,
longitude: -101.9534888
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Veterinarians, Pet owners with emergency situations after-hours, owners needing urgent weekend veterinary care, pets with sudden injuries or acute illness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "After-Hours Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Emergency Facility"
}
],
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.