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: "Optimum Wellness Services",
description: "Optimum Wellness Services is a wellness center in Washington, DC offering professional massage therapy and holistic health services. Located in Southeast DC, they provide therapeutic massage treatments designed to promote relaxation, reduce tension, and support overall wellness for individuals seeking natural health solutions.",
url: "http://www.ows.massagetherapy.com/",
telephone: "+1-202-241-8120",
address: {
@type: "PostalAddress",
streetAddress: "3020 Nelson Pl SE #2",
addressLocality: "Washington",
addressRegion: "DC",
postalCode: "20019",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.87533570000001,
longitude: -76.9639102
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Washington, DC and surrounding areas",
knowsAbout: "Massage Therapy, Individuals seeking stress relief, people with muscle tension, wellness-focused clients, those new to massage therapy",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Southeast DC Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Holistic Wellness Focus"
}
],
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.