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 ER of Northwest Houston",
description: "Animal ER of Northwest Houston is a dedicated emergency veterinary clinic serving pets in the Cypress area and surrounding communities. They provide 24/7 emergency and urgent care services for dogs, cats, and other animals, offering diagnostics, surgical capabilities, and trauma care when pets need immediate medical attention. Their experienced emergency veterinarians are equipped to handle everything from acute injuries to critical illnesses at any time of day or night.",
url: "http://animalernwh.com/",
telephone: "+1-281-304-0039",
address: {
@type: "PostalAddress",
streetAddress: "27104 US-290 #107",
addressLocality: "Cypress",
addressRegion: "TX",
postalCode: "77433",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.9802734,
longitude: -95.7174242
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.8",
reviewCount: "557",
bestRating: "5"
},
areaServed: "Cypress, TX and surrounding northwest Houston areas",
knowsAbout: "Veterinarians, Pet owners experiencing emergencies outside regular clinic hours, trauma cases, critical illnesses, after-hours urgent care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Surgical Capability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Emergency Team"
}
],
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.