Organization
Assigned Locations
Schema Markup Viewer
<script type="application/ld+json">
{
"@context": {
"@vocab": "http://schema.org/"
},
"@graph": [
{
"@id": "https://focusingwithjosh.com/",
"@type": "Organization",
"name": "Josh Masterson, LCSW",
"url": "https://focusingwithjosh.com/",
"logo": "https://schemanerd.app/wp-content/uploads/2025/12/Josh-Masterson-LCSW.jpg",
"sameAs": [
"https://www.facebook.com/profile.php?id=61583850940365",
"https://www.instagram.com/focusingwithjosh/"
]
},
{
"@type": "LocalBusiness",
"parentOrganization": {
"name": "Josh Masterson, LCSW"
},
"name": "Josh Masterson, LCSW",
"address": {
"@type": "PostalAddress",
"streetAddress": "615 Congress St Suite 325",
"addressLocality": "Portland",
"addressRegion": "ME",
"postalCode": "04101",
"telephone": "(207) 389-7410"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 43.6538374,
"longitude": -70.263909200000001
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
}
],
"hasmap": "https://maps.app.goo.gl/D49vH4Qn5dXFxtE6A"
}
]
}
</script>
Schema copied to clipboard!