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: "Surya Acupuncture Center",
description: "Surya Acupuncture Center, led by Dr. Surya, offers traditional acupuncture and massage therapy services in Fairfax. The center specializes in pain management and wellness using time-tested acupuncture techniques combined with therapeutic massage. Dr. Surya brings professional expertise to treat a range of conditions and help patients achieve better health and balance.",
url: "https://dr-surya.com/",
telephone: "+1-703-679-8007",
address: {
@type: "PostalAddress",
streetAddress: "10875 Main St STE 205",
addressLocality: "Fairfax",
addressRegion: "VA",
postalCode: "22030",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8511198,
longitude: -77.3207012
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "131",
bestRating: "5"
},
areaServed: "Fairfax, Virginia and surrounding areas",
knowsAbout: "Acupuncture, Chronic pain sufferers, individuals seeking natural wellness alternatives, people interested in traditional Chinese medicine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Treatment Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Practitioner"
}
],
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.