Home / Admin / Home Page
Duplicate Snippet

Embed Snippet on Your Site

Home Page

Angela Luna
<10
Code Preview
php
<?php
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Angela Luna Therapy",
  "url": "https://angelalunatherapy.com/",
  "logo": "https://angelalunatherapy.com/wp-content/uploads/2023/11/LOGO-Angela_Luna.png",
  "image": "https://angelalunatherapy.com/wp-content/uploads/2023/11/LOGO-Angela_Luna.png",
  "description": "Holistic trauma therapy specializing in Art Therapy, EMDR, Brainspotting, and Soul Collage.",
  "address": [
    {
      "@type": "PostalAddress",
      "streetAddress": "1614 Woolsey St, Suite D",
      "addressLocality": "Berkeley",
      "addressRegion": "CA",
      "postalCode": "94703",
      "addressCountry": "US"
    },
    {
      "@type": "PostalAddress",
      "streetAddress": "10120 Fair Oaks Boulevard",
      "addressLocality": "Fair Oaks",
      "addressRegion": "CA",
      "postalCode": "95628",
      "addressCountry": "US"
    }
  ],
  "geo": [
    {
      "@type": "GeoCoordinates",
      "latitude": 37.8521,
      "longitude": -122.2728
    },
    {
      "@type": "GeoCoordinates",
      "latitude": 38.6413,
      "longitude": -121.2694
    }
  ],
  "telephone": "510.992.3492",
  "openingHours": "Mo-Th 10:00-19:00",
  "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "customer service",
    "telephone": "510.992.3492",
    "url": "https://angelalunatherapy.com/contact/"
  },
  "sameAs": [
    "https://www.facebook.com/angelalunatherapy",
    "https://www.instagram.com/luna.angela/",
    "https://www.linkedin.com/in/angela-luna-b09b8b9/",
    "https://www.youtube.com/@HolisticTraumaTherapy"
  ],
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Services",
    "itemListElement": [
      {
        "@type": "Offer",
        "name": "Art Therapy for Trauma",
        "url": "https://angelalunatherapy.com/services/art-therapy-for-trauma/",
        "availableAtOrFrom": {
          "@type": "Place",
          "name": "Berkeley Office",
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "1614 Woolsey St, Suite D",
            "addressLocality": "Berkeley",
            "addressRegion": "CA",
            "postalCode": "94703",
            "addressCountry": "US"
          }
        }
      },
      {
        "@type": "Offer",
        "name": "EMDR Therapy",
        "url": "https://angelalunatherapy.com/services/emdr/",
        "availableAtOrFrom": {
          "@type": "Place",
          "name": "Berkeley Office",
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "1614 Woolsey St, Suite D",
            "addressLocality": "Berkeley",
            "addressRegion": "CA",
            "postalCode": "94703",
            "addressCountry": "US"
          }
        }
      },
      {
        "@type": "Offer",
        "name": "Brainspotting",
        "url": "https://angelalunatherapy.com/brainspotting/",
        "availableAtOrFrom": {
          "@type": "Place",
          "name": "Fair Oaks Office",
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "10120 Fair Oaks Boulevard",
            "addressLocality": "Fair Oaks",
            "addressRegion": "CA",
            "postalCode": "95628",
            "addressCountry": "US"
          }
        }
      },
      {
        "@type": "Offer",
        "name": "Trauma Therapy",
        "url": "https://angelalunatherapy.com/trauma-therapy/",
        "availableAtOrFrom": [
          {
            "@type": "Place",
            "name": "Berkeley Office",
            "address": {
              "@type": "PostalAddress",
              "streetAddress": "1614 Woolsey St, Suite D",
              "addressLocality": "Berkeley",
              "addressRegion": "CA",
              "postalCode": "94703",
              "addressCountry": "US"
            }
          },
          {
            "@type": "Place",
            "name": "Fair Oaks Office",
            "address": {
              "@type": "PostalAddress",
              "streetAddress": "10120 Fair Oaks Boulevard",
              "addressLocality": "Fair Oaks",
              "addressRegion": "CA",
              "postalCode": "95628",
              "addressCountry": "US"
            }
          }
        ]
      },
      {
        "@type": "Offer",
        "name": "Soul Collage",
        "url": "https://angelalunatherapy.com/soul-collage/",
        "availableAtOrFrom": {
          "@type": "Place",
          "name": "Fair Oaks Office",
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "10120 Fair Oaks Boulevard",
            "addressLocality": "Fair Oaks",
            "addressRegion": "CA",
            "postalCode": "95628",
            "addressCountry": "US"
          }
        }
      }
    ]
  }
}

Comments

Add a Comment