Receptionist
303-857-5074

Hours
Monday – Friday, 8:30am-5:00pm

Receptionist
303-986-4197

Hours
Monday – Friday, 8:30am-5:00pm

Lone Tree

Therapists In Lone Tree And Nearby

<?php

function my_theme_Lone-tree_schema() {

  $schema = [];

  

  $output = json_encode( $schema, JSON_UNESCAPED_SLASHES );

  ?>

    <script type=”application/ld+json”>

 

{

  “@context”: “https://schema.org“,

“@id”: “https://www.westsidebehavioralcare.com/therapist/city/lone-tree/“,

  “@type”: “Organization”,

  “name”: “Lone-tree“,

  “location”: {

    “@type”: “Place”,

    “address”: {

      “@type”: “PostalAddress”,

      “addressLocality”: “Lone-tree“,

      “addressRegion”: “CO”

    },

    “url”: “https://en.wikipedia.org/wiki/Lone_Tree,_Colorado

  }

}

 

<?= $output; ?>

</script>

  <?php

}

add_action( ‘wp_head’, ‘my_theme_Lone-tree_schema’ );