Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Anicera",
description: "Anicera is a veterinary practice located in Harrisonburg, VA, providing comprehensive pet care services. With a focus on quality medicine and animal wellness, they serve the local community's pet healthcare needs.",
address: {
@type: "PostalAddress",
streetAddress: "910 N Liberty St",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22802",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.463090099999995,
longitude: -78.8648266
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Veterinarians, Pet owners in Harrisonburg seeking routine veterinary care, local residents with dogs and cats",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Harrisonburg Practice"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.