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: "Golden Hour Psychology",
description: "Golden Hour Psychology is a mental health practice in San Diego offering therapy and counseling services for individuals seeking support with anxiety, depression, trauma, and life challenges. Led by licensed clinicians, they provide personalized care in a welcoming environment, with a focus on evidence-based treatment approaches that help clients achieve meaningful change.",
url: "https://goldenhourpsych.com/",
telephone: "+1-619-488-2498",
address: {
@type: "PostalAddress",
streetAddress: "2801 Camino del Rio S #300C",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92108",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7696401,
longitude: -117.13384010000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "15",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals managing anxiety or depression, professionals seeking work-life balance support, people processing trauma or life transitions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient 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.