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: "Marin Family Acupuncture",
description: "Marin Family Acupuncture provides traditional Chinese acupuncture and herbal medicine services in San Rafael, offering personalized treatment plans for various health conditions. The practice focuses on family wellness, treating patients of all ages with a holistic approach to health and healing.",
url: "http://marinfamilyacupuncture.com/",
telephone: "+1-415-608-5890",
address: {
@type: "PostalAddress",
streetAddress: "908 E St",
addressLocality: "San Rafael",
addressRegion: "CA",
postalCode: "94901",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.9728907,
longitude: -122.5331002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "7",
bestRating: "5"
},
areaServed: "San Rafael and surrounding Marin County communities",
knowsAbout: "Acupuncture, Families seeking preventive care, individuals with chronic pain or health conditions, patients interested in holistic medicine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Chinese Medicine"
}
],
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.