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: "Dr. Elizabeth Weiss, Clinical Psychologist",
description: "Dr. Elizabeth Weiss is a clinical psychologist based in Half Moon Bay offering individual psychotherapy and mental health counseling. With a focus on providing compassionate, evidence-based care, Dr. Weiss works with clients to address a range of psychological concerns and improve overall well-being. Her practice specializes in creating a supportive therapeutic environment tailored to each client's unique needs.",
url: "https://elizabethweiss.org/",
telephone: "+1-415-218-7382",
address: {
@type: "PostalAddress",
streetAddress: "799 Main St STE F",
addressLocality: "Half Moon Bay",
addressRegion: "CA",
postalCode: "94019",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.4583832,
longitude: -122.42975899999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Half Moon Bay and surrounding coastal San Mateo County communities",
knowsAbout: "Mental Health & Therapy, Individuals seeking therapy, people managing stress or life transitions, anyone looking for evidence-based mental health support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Clinical Psychologist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible 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.