Is it Possible to Noindex the site Footer alone?

Discussion in 'Search Engine Optimization' started by loveofwords, Jul 28, 2010.

  1. #1
    I have some unfavorable links in my site footer which I'm supoosed to leave untouched. I wish to noindex them, but not sure I can do it using <noindex> meta tags. Is it possible to do so, by wrapping it with some code? Or somehow using robots.txt?

    I have had someone tell me to use iframes, but I read it isn't quite the perfect fix. What do you guys suggest?

    Thank you
     
    loveofwords, Jul 28, 2010 IP
  2. lonewolff

    lonewolff Member

    Messages:
    338
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #2
    You could make the link a NoFollow if that serves your purpose.
     
    lonewolff, Jul 28, 2010 IP
  3. ashutoshkj

    ashutoshkj Guest

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If u want some links not to be indexed by the search engine bots then insert following line into ur robots.txt file

    User-Agent: *
    Disallow: <Link to be noindex>
    Code (markup):
    If u are using "nofollow" for a link then search engine will index that link but will not give any benefit like PR to that link. Hope this will help
     
    ashutoshkj, Jul 28, 2010 IP
  4. atxsurf

    atxsurf Peon

    Messages:
    2,394
    Likes Received:
    21
    Best Answers:
    1
    Trophy Points:
    0
    #4
    use both nofollow and robots.txt to be sure
     
    atxsurf, Jul 28, 2010 IP
  5. loveofwords

    loveofwords Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I cannot nofollow the links directly in my footer.php, for they are encrypted and should remain untouched in the footer. Can you think of a way to apply the nofollow directive from elsewhere? Like, is it possible to nofollow a URL using robots.txt or some other workaround?
    The reason I want to noindex my footer is to avoid penalty from Google since the links are irrelevant to my blog content and I couldn't get to nofollow them.
     
    loveofwords, Jul 28, 2010 IP
  6. Alex-Z

    Alex-Z Peon

    Messages:
    337
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #6
    How about putting the footer in a separate frame, and making the frame noindex?
     
    Alex-Z, Jul 28, 2010 IP
  7. upl8t

    upl8t Peon

    Messages:
    80
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Are you sure the links are actually encrypted? The may just be encoded and you can change them. Post a sample and we can take a look.

    You can no follow individual links this way. <a href="http://www.somesite.com" rel="nofollow">Site</a>
     
    upl8t, Jul 28, 2010 IP
  8. loveofwords

    loveofwords Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    No, it's clearly mentioned in the footer.php that if the links are edited, the site might stop working and it did happen so when I tried adding nofollow to them; there are hacks to decrypt them, but it would be against the license terms of the theme I'm using.
    Yea, I know to add the nofollow attribute - just wondering if it is possible to use it on the concerned URLs from elsewhere...
     
    Last edited: Jul 28, 2010
    loveofwords, Jul 28, 2010 IP