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: "Moontree Psychotherapy Center, LLC",
description: "Moontree Psychotherapy Center, LLC is an independent mental health practice in Madison offering individual therapy and counseling services. The center provides evidence-based psychotherapy to help clients address a range of mental health concerns, with a focus on creating a supportive and professional therapeutic environment.",
url: "http://www.moontreecenter.com/",
telephone: "+1-608-256-5115",
address: {
@type: "PostalAddress",
streetAddress: "401 Wisconsin Ave",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53703",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.077746399999995,
longitude: -89.38779199999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Madison, Wisconsin",
knowsAbout: "Mental Health & Therapy, Individuals seeking therapy, people navigating life transitions, those managing anxiety or depression",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Located Downtown"
}
],
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.