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: "Countryside Animal Hospital",
description: "Countryside Animal Hospital is a full-service veterinary clinic in Clearwater providing comprehensive care for dogs, cats, and other pets. Led by experienced veterinarians, the hospital offers preventive wellness exams, vaccinations, surgical services, dental care, and emergency treatment. They focus on combining advanced medical expertise with compassionate, personalized care for each animal.",
url: "https://www.countrysideanimalhospitalfl.net/",
telephone: "+1-727-785-1211",
address: {
@type: "PostalAddress",
streetAddress: "2740 Curlew Rd",
addressLocality: "Clearwater",
addressRegion: "FL",
postalCode: "33761",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.048554799999998,
longitude: -82.7242911
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "348",
bestRating: "5"
},
areaServed: "Clearwater and surrounding Tampa Bay communities",
knowsAbout: "Veterinarians, Pet owners seeking routine veterinary care, families needing surgical services, pets requiring dental treatment, those wanting preventive wellness programs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-site surgical facilities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive dental care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Preventive wellness focus"
}
],
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.