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: "CityVet | Uptown",
description: "CityVet Uptown is a full-service veterinary clinic located in Dallas that provides comprehensive pet care including wellness exams, vaccinations, surgical services, and boarding. Serving the Uptown community and surrounding Dallas neighborhoods, CityVet combines modern veterinary medicine with compassionate care for dogs, cats, and other pets. Their experienced team offers both routine preventive care and specialized treatments to keep pets healthy at every life stage.",
url: "https://www.cityvet.com/uptown/",
telephone: "+1-214-953-1001",
address: {
@type: "PostalAddress",
streetAddress: "3101 McKinney Ave #100",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75204",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8021893,
longitude: -96.8012921
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "486",
bestRating: "5"
},
areaServed: "Dallas and surrounding areas",
knowsAbout: "Veterinarians, Dog and cat owners seeking comprehensive veterinary care, pet owners needing boarding services, families requiring surgical or emergency pet care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Surgery Facilities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Pet Boarding Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Uptown Location"
}
],
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.