Receptionist 303-986-4197
M – F • 8:30am – 5:00pm

Franktown

Therapists In Franktown And Nearby

We provide Franktown therapy with caring, professional therapists who see adults, children, teens, couples and families.

 

<?php

function my_theme_Franktown_schema() {

  $schema = [];

  

  $output = json_encode( $schema, JSON_UNESCAPED_SLASHES );

  ?>

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

 

{

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

“@id”: “https://www.westsidebehavioralcare.com/city/franktown/“,

  “@type”: “Organization”,

  “name”: “Franktown“,

  “location”: {

    “@type”: “Place”,

    “address”: {

      “@type”: “PostalAddress”,

      “addressLocality”: “Franktown“,

      “addressRegion”: “CO”

    },

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

  }

}

 

<?= $output; ?>

</script>

  <?php

}

add_action( ‘wp_head’, ‘my_theme_Franktown_schema’ );