Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 39 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Adakai Piceu",
description: "Adakai Piceu is a veterinary care facility in Jacksonville offering pet medical services. Located on Spearing Street, they provide essential veterinary care for pets in the Jacksonville area.",
telephone: "+1-904-840-8356",
address: {
@type: "PostalAddress",
streetAddress: "1137 Spearing St",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32206",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.3372414,
longitude: -81.64385170000001
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Veterinarians, Local Jacksonville pet owners, Emergency pet care seekers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Jacksonville Practice"
}
],
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.