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: "Youth Thrive",
description: "Youth Thrive is a youth-focused wellness and development organization located in Raleigh that appears to support adolescent health and wellbeing through programs designed to help young people thrive physically, mentally, and emotionally. While specific service details are limited, the organization's name and focus suggest they work with teenagers and young adults on holistic wellness and personal growth.",
address: {
@type: "PostalAddress",
streetAddress: "900 S Wilmington St",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27601",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.768726799999996,
longitude: -78.6397662
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Fitness & Personal Training, Teenagers, young adults, parents seeking youth wellness programs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Youth-Centered 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.