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: "Astoria Holistic Health LLC",
description: "Astoria Holistic Health LLC is a wellness center in Astoria, Queens offering a range of holistic health services including massage therapy and other wellness treatments. The practice focuses on integrating natural and alternative approaches to health and wellbeing, serving clients seeking non-traditional healthcare options in the Astoria community.",
url: "http://astoriaholistichealth.com/",
address: {
@type: "PostalAddress",
streetAddress: "21-78 21st St",
addressLocality: "Astoria",
addressRegion: "NY",
postalCode: "11105",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.780737900000005,
longitude: -73.91680219999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Astoria, Queens and surrounding neighborhoods",
knowsAbout: "Holistic Wellness, Individuals seeking alternative wellness approaches, massage therapy clients, people interested in holistic health practices",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Holistic Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Practice"
}
],
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.