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: "Bull City Psychotherapy",
description: "Bull City Psychotherapy is an independent mental health practice in Durham offering individual therapy and counseling services. Led by experienced therapists, they provide personalized mental health support for adults navigating life challenges, stress, anxiety, and emotional wellness. Located in downtown Durham on Front Street, they focus on creating a supportive therapeutic environment tailored to each client's needs.",
url: "http://www.bullcitypsychotherapy.com/",
telephone: "+1-919-382-0288",
address: {
@type: "PostalAddress",
streetAddress: "1816 Front St STE 250",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27705",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0310961,
longitude: -78.9377435
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Durham, NC and surrounding areas",
knowsAbout: "Mental Health & Therapy, Adults seeking individual therapy, professionals managing work stress, individuals navigating life transitions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Durham Location"
}
],
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.