rel=nofollow question

Discussion in 'HTML & Website Design' started by Your Content, Feb 22, 2007.

Thread Status:
Not open for further replies.
  1. #1
    I'm in trouble tweaking a script that does not work dynamically after adding target="_blank" and rel="nofollow"

    I know it is possible add <base target="_blank"> between <head> and </head> to make all links open in a new window, but does anyone know if <base rel="nofollow"> can do the trick adding this tag to all links?
     
    Your Content, Feb 22, 2007 IP
  2. Aragorn

    Aragorn Peon

    Messages:
    1,491
    Likes Received:
    72
    Best Answers:
    1
    Trophy Points:
    0
    #2
    Use
    <meta name="robots" content="index,nofollow">
    Code (markup):
    OR
    <meta name="robots" content="noindex,nofollow">
    Code (markup):
     
    Aragorn, Feb 23, 2007 IP
    Clive likes this.
  3. engihab

    engihab Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    is it works or ?

    if ok tel us if not tel us

    to give advice ! ha

    ;)
     
    engihab, Feb 23, 2007 IP
  4. Your Content

    Your Content Banned

    Messages:
    1,096
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I can't because I want pages crawled by search engines but I don't want they follow dozens of links from dmoz displayed automatically onto the script :confused:
     
    Your Content, Feb 23, 2007 IP
  5. Aragorn

    Aragorn Peon

    Messages:
    1,491
    Likes Received:
    72
    Best Answers:
    1
    Trophy Points:
    0
    #5
    If you use the first code then your page will be crawled but none of the links will be followed. If you have any other page that is to be crawled, create a sitemap page and link to it from your homepage.
     
    Aragorn, Feb 24, 2007 IP
    Your Content likes this.
  6. Your Content

    Your Content Banned

    Messages:
    1,096
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Ah, got the idea behind these meta tags.

    Thanks a lot for the help :)
     
    Your Content, Feb 24, 2007 IP
Thread Status:
Not open for further replies.