rbresnik Posted March 8, 2007 Posted March 8, 2007 I received this code from google regarding seo <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-1465726-1"; urchinTracker(); </script> anyone know where that could would go on the site?
sam3k Posted March 8, 2007 Posted March 8, 2007 yea, this code goes usually on the footer right before the </body> tag. like this: <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-1465726-1"; urchinTracker(); </script> </body> </html> :::Sam::: www.sam3k.com
Guest Posted March 14, 2007 Posted March 14, 2007 Please note that for secure servers do not include http:// otherwise you will get a security warning. Further guidance here: http://www.practicalecommerce.com/articles...urity-Warnings/
Recommended Posts
Archived
This topic is now archived and is closed to further replies.