Need Help - Placement of Urchin

Discussion in 'PHP' started by SFOD_D223, Jan 10, 2007.

  1. #1
    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.
     
    SFOD_D223, Jan 10, 2007 IP
  2. e10

    e10 Well-Known Member

    Messages:
    2,250
    Likes Received:
    155
    Best Answers:
    0
    Trophy Points:
    185
    #2
    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>.
     
    e10, Jan 10, 2007 IP
  3. SFOD_D223

    SFOD_D223 Peon

    Messages:
    4,512
    Likes Received:
    174
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for the assist, looks like she's tracking okay now.
     
    SFOD_D223, Jan 10, 2007 IP