Hi Can you advise on why Google can't see our website. I obviously have a setting wrong somewhere www.computer-recycling.ie Thank you Brendan Palmer
Hello Brendan, If you go to your site and check its source page. You will see Google tracking code just above </head> tag. And it is the best way to check whether Google tracking code is working on your site or not. Google will take some time to track your site. Please check image for reference.
I have this theme--and Google was not able to see this site in the original version. I upgraded to 2.0.6 successfully, the content shows similarly to above before the /head, and google analytics STILL says that it cannot see me when I simply request it verify. The analytic code is not immediately before the /head closing, perhaps that makes all the difference. This is the code on the page: <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-10101010101010-1', 'mywebsitename.com'); ga('send', 'pageview'); </script><style type="text/css" media="print">#wpadminbar { display:none; }</style> <style type="text/css" media="screen"> html { margin-top: 28px !important; } * html body { margin-top: 28px !important; } </style> <!--[if gte IE 9]> <script type="text/javascript"> Cufon.set('engine', 'canvas'); </script> <![endif]--> </head> (Of course I have changed the website detail information which is correct on the actual website.) This is updated over and over again, with no difference. Any suggestions?
Hello, If we add GA code in Theme option > General settings > Google tracking code, Then theme will automatically place it just above </head> tag. But because of some reason, if it is not working at your site then you can manually add GA code in the header.php. For it Go to the Appearance > Editor > header.php and place code just above </head> tag. Check link given below for reference. https://support.google.com/analytics/answer/1008083?hl=en