Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Morrisville Cat Hospital",
description: "Morrisville Cat Hospital is a dedicated feline veterinary practice serving cats and their owners throughout the Triangle area. They provide comprehensive medical care including wellness exams, vaccinations, dental services, and surgical procedures, with a focus on feline-specific health needs. Their team specializes exclusively in cat care, offering a stress-free environment designed specifically for cats.",
url: "http://www.morrisvillecathospital.com/",
telephone: "+1-919-678-1554",
address: {
@type: "PostalAddress",
streetAddress: "100 Keybridge Dr",
addressLocality: "Morrisville",
addressRegion: "NC",
postalCode: "27560",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8193404,
longitude: -78.82223359999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "191",
bestRating: "5"
},
areaServed: "Morrisville, Cary, Durham, Raleigh, and surrounding areas",
knowsAbout: "Veterinarians, Cat owners seeking specialized feline veterinary care, cats requiring surgical procedures, cats with dental needs or chronic health conditions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Cat-Only Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Surgical Services"
}
],
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.