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: "Crowley Road Animal Hospital",
description: "Crowley Road Animal Hospital is a full-service veterinary clinic in Crowley, TX offering comprehensive care for dogs, cats, and other small animals. The hospital provides preventive care, surgical services, dental procedures, and emergency treatment to keep pets healthy at every life stage. With experienced veterinarians and a dedicated team, they focus on building lasting relationships with pet owners through personalized, compassionate care.",
url: "https://crowley-hospital.edan.io/",
telephone: "+1-817-297-1191",
address: {
@type: "PostalAddress",
streetAddress: "840 N Crowley Rd",
addressLocality: "Crowley",
addressRegion: "TX",
postalCode: "76036",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.5890623,
longitude: -97.3504462
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "213",
bestRating: "5"
},
areaServed: "Crowley, TX and surrounding areas",
knowsAbout: "Veterinarians, Dog and cat owners, pet owners seeking preventive wellness care, families needing surgical or dental services, pet owners preferring a local neighborhood veterinarian",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Surgical Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dental Care Program"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.