Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Zaygent LLC",
description: "Zaygent LLC is a health and wellness service provider located in Jacksonville, FL, offering specialized health services to support client well-being. With a perfect 5-star rating from 14 reviews, the business is known for delivering personalized, client-focused care and attention to detail.",
telephone: "+1-904-833-0946",
address: {
@type: "PostalAddress",
streetAddress: "6501 Arlington Expy B105 #2194",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32211",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.3281946,
longitude: -81.5902065
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Holistic Wellness, Health-conscious individuals seeking personalized wellness services, clients looking for professional and attentive care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Highly Rated Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
}
],
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.