Google can't see our website

Discussion in 'BizWay WordPress Theme' started by comprec, Sep 20, 2013.

  1. comprec

    comprec New Member

    Joined:
    Jun 23, 2012
    Messages:
    4
    Likes Received:
    0
    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
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    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.


    ana.png
     
  3. catirrel

    catirrel New Member

    Joined:
    Jul 5, 2012
    Messages:
    1
    Likes Received:
    0
    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?

     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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
     

Share This Page