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: "Body Love Wellness",
description: "Body Love Wellness is an independent wellness center in Portland offering acupuncture, massage therapy, and holistic health services. Founded on principles of compassionate, body-positive care, they provide personalized treatment plans designed to address pain, stress, and overall wellness. Their practitioners specialize in both traditional and integrative approaches to healing.",
url: "https://bodylovepdx.squarespace.com/",
telephone: "+1-971-279-8597",
address: {
@type: "PostalAddress",
streetAddress: "1616 SE Ankeny St",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97214",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.521997899999995,
longitude: -122.6491724
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Portland, Oregon and surrounding areas",
knowsAbout: "Acupuncture, People seeking holistic wellness, chronic pain management, stress relief, individuals wanting integrative health approaches",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Body-Positive Philosophy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Services"
}
],
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.