How to Block Search Engines Access to Site Footer?

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

  1. #1
    I'm using a WP theme which contains some links to its sponsors in the footer, which I'm not supposed to remove or alter (nofollow). So what I intend to do is prohibit search engines from accessing that part of the site, which would otherwise penalize me on those arbitrary links. But I don't know how exactly to do it; can somebody here show me the way to do it? Or have you any ideas to handle this better?

    Thank you.
     
    loveofwords, Jul 27, 2010 IP
  2. animesh

    animesh Active Member

    Messages:
    354
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #2
    animesh, Jul 27, 2010 IP
  3. loveofwords

    loveofwords Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    How to use it onto the footer?
     
    loveofwords, Jul 27, 2010 IP
  4. HighRollerT

    HighRollerT Guest

    Messages:
    235
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    heres how you do it....

    1) build a page with that footer..it can be anywhere....on this blog or another.

    2) Set that page to private.

    3) use an Iframe to frame in the footer from the blocked page on your current site. Search engine won't be able to read whats inside the IFrame
     
    HighRollerT, Jul 27, 2010 IP
  5. loveofwords

    loveofwords Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks for the response. I'm not familiar with IFrames, could you explain how to go about it exactly?
     
    loveofwords, Jul 27, 2010 IP
  6. rena

    rena Peon

    Messages:
    1,987
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #6
    us as below
    <FRAMESET ROWS="15%,*">

    <FRAMESET COLS="20%,*">
    <FRAME SRC="page1.html" NAME=x1>
    <FRAME SRC="page2.html" NAME=x2>
    </FRAMESET>
    </FRAMESET>
     
    rena, Jul 28, 2010 IP
  7. narenpati

    narenpati Member

    Messages:
    198
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #7
    Thanks for your answer even I would like to know ... :D
     
    narenpati, Jul 28, 2010 IP
  8. nirajkum

    nirajkum Active Member

    Messages:
    815
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #8
    separate footer page and make changes in the robot.txt to not crawl the page ...
     
    nirajkum, Jul 28, 2010 IP
  9. loveofwords

    loveofwords Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Where should I insert the code? Thanks for the response.
     
    loveofwords, Jul 28, 2010 IP
  10. loveofwords

    loveofwords Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Is that all there is to it? Or should I add some iFrame as well?
     
    loveofwords, Jul 28, 2010 IP