alexa code should be placed where tagdiv themes or wp modul ? thank
We received such an e-mail;
”It looks like there is a problem with the Certify Code on your site that is preventing our code from loading when people go to your site. If the code does not load, we will not be able to measure traffic to your site, which means you will be unable to use the certified metrics to rank your site or view certify data for your site.” -alexa support-
<script type=”text/javascript”><!– Start Alexa Certify Javascript –>
<script type=”text/javascript”>
_atrk_opts = { atrk_acct:”……………..”, domain:”…………..”,dynamic: true};
(function() { var as = document.createElement(‘script’); as.type = ‘text/javascript’; as.async = true; as.src = “https://d31qbv1cthcecs.cloudfront.net/atrk.js”; var s = document.getElementsByTagName(‘script’)[0];s.parentNode.insertBefore(as, s); })();
</script>
<noscript>
</noscript>
<!– End Alexa Certify Javascript –></script>
Here is the code as it is appearing on your site:
<script type=”text/javascript”><!– Start Alexa Certify Javascript –>
<script type=”text/javascript”>
_atrk_opts = { atrk_acct:”ourcode”, domain:”oursite.com”,dynamic: true};
(function() { var as = document.createElement(‘script’); as.type = ‘text/javascript’; as.async = true; as.src = “https://d31qbv1cthcecs.cloudfront.net/atrk.js”; var s = document.getElementsByTagName(‘script’)[0];s.parentNode.insertBefore(as, s); })();
</script>
<noscript>
</noscript>
<!– End Alexa Certify Javascript –></script>
and here is the code that we provide:
<!– Start Alexa Certify Javascript –>
<script type=”text/javascript”>
_atrk_opts = { atrk_acct:”ourcode”, domain:”ourwebsite.com”,dynamic: true};
(function() { var as = document.createElement(‘script’); as.type = ‘text/javascript’; as.async = true; as.src = “https://d31qbv1cthcecs.cloudfront.net/atrk.js”; var s = document.getElementsByTagName(‘script’)[0];s.parentNode.insertBefore(as, s); })();
</script>
<noscript>
</noscript>
<!– End Alexa Certify Javascript –>
Hello,
Unfortunately you will have to provide more details as to what the code does and how you implement it. We are not familiar with Alexa Certify and since it is an untested plugin we cannot say for sure it will work or not with our theme. You could try to insert the code in the custom js box here: http://screencast.com/t/CKJXzyLVM0Uh
Thank you!