Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Insight Therapy Group",
description: "Insight Therapy Group is a mental health practice in Atlanta offering individual therapy, couples counseling, and psychiatric services. The practice specializes in evidence-based treatments for anxiety, depression, trauma, and relationship issues, with a focus on providing personalized care in a supportive environment. They accept most major insurance plans and offer flexible scheduling to accommodate working professionals.",
url: "https://northatlantapsych.com/",
telephone: "+1-404-974-9052",
address: {
@type: "PostalAddress",
streetAddress: "4360 Chamblee Dunwoody Rd #515",
addressLocality: "Atlanta",
addressRegion: "GA",
postalCode: "30341",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.9178737,
longitude: -84.31648349999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Atlanta and surrounding areas including Chamblee, Dunwoody, and northern suburbs",
knowsAbout: "Mental Health & Therapy, Working professionals, couples seeking relationship counseling, individuals managing anxiety or depression, trauma survivors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Couples & Individual Therapy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Accepted"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Scheduling"
}
],
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.