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.

Does rel=nofollow work in meta-refresh?

Discussion in 'Link Development' started by Owlcroft, Nov 30, 2005.

  1. #1
    I have a php script that presents the user with something to look at for a few seconds while waiting for a search-results page (from another site) that takes a while to come in. I am using this form of code in the script-page's head:

    <meta http-equiv=Refresh content="0; url=http://www.someplace.com.resultspage.html'" />​

    (The "0" causes forwarding as soon as the page is available, which can be 5 or even 10 seconds.)

    When a searchbot hits that script, what will it do? Will it index just the content of the "We're waiting" display, or will it detect the Refresh meta command and use the content of the loaded (forwarded-to) page?

    If the latter, would putting a rel="nofollow" in the meta refresh line stop it from waiting for or following out the url there?

    The problem is that I have, effectively, an awful lot of pages like that, and I don't want the corresponding other-site search pages to be hammered by the searchbots.
     
    Owlcroft, Nov 30, 2005 IP
  2. markkk

    markkk Well-Known Member

    Messages:
    1,143
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    140
    #2
    I dont think rel=nofollow will work with meta-refresh..

    try adding this one..
     
    markkk, Dec 1, 2005 IP
  3. Owlcroft

    Owlcroft Peon

    Messages:
    645
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I, too, think nofollow wouldn't work. Whether a nofollow would work is unclear, inasmuch as it is not really "following" a link. In any event, I just up and rewrote the whole thing, so the problem was defined out of existence. But I'm still vaguely curious...

    Thanks for the thought.
     
    Owlcroft, Dec 4, 2005 IP