ALEXA integration into OXID

Hi everybody,

I have used ALEX.com (AMAZON company) very sucessfully for other webprojects to do SEO. To do so you need to add a certify code into each and every head tag there is in your shop.


<!-- Start Alexa Certify Javascript -->
<script type=“text/javascript”>
_atrk_opts = { atrk_acct:“WYB7m1aIGBS0O7”, domain:“authenticperformance.de”,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><img src=“https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=WYB7m1aIGBS0O7” style=“display:none” height=“1” width=“1” alt="" /></noscript>
<!-- End Alexa Certify Javascript -->


Where can I do that ?

Thanks!

Timo

Hello Timo,
you can paste this code into application/views/your-theme/tpl/layout/base.tpl

Thank you for the fast answer vanilla thinder !

Very cool !