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’ );