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: "Animal Emergency Clinic NE",
description: "Animal Emergency Clinic NE is a full-service emergency veterinary hospital in Humble, Texas, providing 24/7 urgent and emergency care for dogs, cats, and exotic pets. With board-certified veterinarians and advanced diagnostic equipment, they handle everything from trauma and toxin exposures to surgical emergencies. Their experienced team is dedicated to stabilizing and treating critical cases when pets need care outside regular veterinary hours.",
url: "https://www.houstonaecne.com/",
telephone: "+1-281-204-8626",
address: {
@type: "PostalAddress",
streetAddress: "10205 Birchridge Dr",
addressLocality: "Humble",
addressRegion: "TX",
postalCode: "77338",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.0136681,
longitude: -95.26904400000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.6",
reviewCount: "663",
bestRating: "5"
},
areaServed: "Humble and greater Houston area",
knowsAbout: "Veterinarians, Pet owners facing emergencies after hours, owners of exotic pets needing specialized urgent care, pets requiring trauma or surgical intervention",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Board-Certified Veterinarians"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Advanced Diagnostics & 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.