Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "One Stop Wellness LLC",
description: "One Stop Wellness LLC is a wellness center in Fort Worth offering holistic health services to help clients achieve comprehensive wellness. Located on Camp Bowie Boulevard, they provide personalized care focused on integrating multiple wellness approaches to address the whole person.",
url: "http://www.myonestopwellness.com/",
telephone: "+1-817-737-0000",
address: {
@type: "PostalAddress",
streetAddress: "6913 Camp Bowie Blvd #107",
addressLocality: "Fort Worth",
addressRegion: "TX",
postalCode: "76116",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7187306,
longitude: -97.4374531
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Fort Worth and surrounding areas",
knowsAbout: "Holistic Wellness, Individuals seeking preventive wellness care, people interested in holistic health approaches, those wanting personalized wellness consultation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Holistic Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible Location"
}
],
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.