Inserting Nofollow tag in dreamweaver

Discussion in 'HTML & Website Design' started by James Dean Nash, Dec 4, 2007.

  1. #1
    I have dreamweaver 8 can someone help me with inserting nofollow tags in my links..



    <area shape="rect" coords="116,1,231,24" href="aboutus.html" target="_blank" alt="Learn more about us"> Where do I insert the nofollow tag in this code?

    Thanks
     
    James Dean Nash, Dec 4, 2007 IP
  2. micksss

    micksss Notable Member

    Messages:
    4,427
    Likes Received:
    268
    Best Answers:
    1
    Trophy Points:
    285
    #2
    nofollow tag is in bold below.

    <area shape="rect" coords="116,1,231,24" href="aboutus.html" target="_blank" rel="nofollow alt="Learn more about us">

    or another example of using the nofollow

    <a href="aboutus.html" target="_blank" rel="nofollow">Learn more about us</a>

    I believe this is correct. Please correct me if not. Thanks.
     
    micksss, Dec 4, 2007 IP
  3. James Dean Nash

    James Dean Nash Peon

    Messages:
    731
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    0
    #3
    That did not do it....????????
     
    James Dean Nash, Dec 4, 2007 IP
  4. micksss

    micksss Notable Member

    Messages:
    4,427
    Likes Received:
    268
    Best Answers:
    1
    Trophy Points:
    285
    #4
    Try this:

    <area shape="rect" coords="116,1,231,24" rel="nofollow" href="aboutus.html" target="_blank" rel="nofollow alt="Learn more about us">

    <a rel="nofollow" href="aboutus.html" target="_blank">Learn more about us</a>

    If not I don't know. Sorry buddy.
     
    micksss, Dec 4, 2007 IP