I'm trying to set "G"'s analytics urchin on my pages and I am lost as to where I can place urchin so pages can get crawled. Anyone out there have any ideas where I can place this thing? http://www.113dir.com is the site if that helps any.
Hi there, I think your hand slipped. This is what you've got... </body></html><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-1168595-1"; urchinTracker(); </script><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-1168595-1"; urchinTracker(); </script> All of the black text needs to be popped in before the red text. That is before your closing body tag </body>.