1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Rotating HTML Title Text in Head tag

Discussion in 'Programming' started by misohoni, Aug 10, 2004.

  1. #1
    I saw this on a few sites and wondering how it can be done - in PHP I guess?

    The title header text refreshes on every reload...will it help Ranking also?

    <title>blah blah</title>
    <title>yo man</title>
    etc.,
     
    misohoni, Aug 10, 2004 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    Something like this would work...
    <title>
    <?php
    echo array_rand (array("title 1", "title 2", "title 3", "etc..."));
    ?>
    </title>
    PHP:
     
    digitalpoint, Aug 10, 2004 IP
  3. mopacfan

    mopacfan Peon

    Messages:
    3,273
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I would think this would hurt your rankings because the potential would be there for the SE's to get different information each time they spider and this could cause your serps to fluctuate significantly. Call me cautious, but I only make changes in small increments so I can see what effect they will have on the site before making more.
     
    mopacfan, Aug 11, 2004 IP
  4. TwisterMc

    TwisterMc Mac Guru

    Messages:
    972
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #4
    This looks like some good info to know. Maybe not for titles but still..... it looks like fun. And it's easier than I was thinking!!
     
    TwisterMc, Aug 11, 2004 IP