Hello @headmetal,
Thanks for writing in!
You are having this issue because you have inserted this custom JS code incorrectly.
<script type="application/ld+json">
{ "@context" : "http://schema.org",
"@type" : "Organization",
"name" : "ProFound Talent",
"url" : "https://profoundtalent.com",
"sameAs" : [ "https://www.facebook.com/profoundtalent",
"https://twitter.com/profoundtalent",
"https://instagram.com/profoundtalent",
"https://www.youtube.com/channel/UCRlcznnL2GABMj6XfG5zD7w",
"https://www.linkedin.com/company/profound-talent-inc./"]
}
</script>
Please be advised that the custom JS section is not allowed to accept <script> tag. It will just result to an issue. To properly add your custom JS code, please install and activate “Insert Headers and Footers” plugin and then insert the code in Settings > Insert Headers and Footers > Footer.
Please let us know how it goes.