no follow tag for paragraph?

Discussion in 'Google' started by i_am_dhaval, Dec 26, 2010.

  1. #1
    no follow tag for paragraph?

    i have one website.

    i have 10 paragraph on that page.

    but i wish search engine cannot read that 2 paragraph and use can read this 2 paragraph?

    is that possible with particular paragraph?

    i need to add something in robots.txt?

    or any other way?
     
    i_am_dhaval, Dec 26, 2010 IP
  2. longcall911

    longcall911 Peon

    Messages:
    1,672
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If I understand you correctly, you want to substitute (replace, change) text based on whether the visitor is a person or a search engine crawler. To do this, you would use a scripting language (javascript, vbscript, php, asp.net, etc). I don't know of any tool for people who do not know at least HTML coding.

    The code must check visitor credentials and then serve content based on visitor type (checks 'is_crawler = true or false'). If the visitor is a crawler, then display 'this' text. If not, display 'that' text instead.

    If this is done to load your content with keywords for search engines, or to otherwise trick search engines, then it is called 'cloaking' and it is something that your site can be banned for. It is a common Black Hat technique.
     
    longcall911, Dec 27, 2010 IP
  3. dan.jaye

    dan.jaye Peon

    Messages:
    531
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It seems likely that this would be possible with Javascript.
     
    dan.jaye, Dec 27, 2010 IP
  4. SamFrankly84

    SamFrankly84 Member

    Messages:
    169
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #4
    Use Javascript to load the text when your user arrives.

    You can do this using an onLoad event in the body tag and by referencing an ID of an html element in your script.
     
    SamFrankly84, Dec 27, 2010 IP
  5. xprtwalk

    xprtwalk Peon

    Messages:
    663
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    It can't make possible by the use of the robot.txt setting, coz it is designed to order of the whole page and not for the portion of a paragraph. So as member longcall explained, you should use a script designed and coded in jave, php, asp etc. to stop the crawler of search engines and not the user.

    By the use of that it may be possible to stop the crawlers to go there.
     
    xprtwalk, Dec 27, 2010 IP
  6. kwyser

    kwyser Peon

    Messages:
    133
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Use Javascript, if you can't figure out how to do it you can probably hire someone to do it for super cheap.
     
    kwyser, Dec 27, 2010 IP
  7. DoDo Me

    DoDo Me Peon

    Messages:
    2,257
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #7
    yes, only use is use on-page stuff like javascript, flash etc. If you use program detect user-agent, will more like a doorway page
     
    DoDo Me, Dec 28, 2010 IP