Hello Webmasters, I putted Google Analytics Code to My All the pages of My website page.. fibre2fashion.com/wabetsy/products.asp But By mistakes I putted Analytic code at the starting of page, or Out of Html body... Its like Will Google can track this page.. ???? Or Analitics code must be into <body> or <head> tag??? Thanks and regards... Nik
I checked your webpage and you did small mistake. You have added the code on the <td> tag. You have add them on before </body> tag like : </table> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-47........']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> Hope you get what i m trying to say...
always use GA code before </body> tag. if you past Ga code another place in page so Google unable to track this code...
HI. No Google will not track it but its better to put analytic code before body tag. It will be good for your site.
According to Google you can past this code before </head> or </footer> . According to me you should paste the code ta head part because when Google crawl the website its will see the analytic code at start.
yes, same here. i add my analytic before </body>, because i follow the analytic instruction in the web, i do not think they would crawl if you have placed it in the wrong side.
The right way to insert the GA code is to insert it before the </head> tag. This really works. If you are still having any problems then just reply back.