Welcome to TalkGraphics.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2012
    Location
    Sydney Hills District, Australia.
    Posts
    133

    Default NOFOLLOW in WD10?

    Hi!

    I have one or two links to external sites that I'd like to set as NOFOLLOW.

    How can I do this in WD10?

    Thanks in advance


    Ian

  2. #2
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,830

    Default Re: NOFOLLOW in WD10?

    You can add a shape to your page and in its body placeholder put
    Code:
    <a href="http:/www.google.co.uk" rel="nofollow">Visit Google</a>
    The shape gets replaced with the Visit Google link.

    If you specifically want given links in an already designed page, I personally would use jQuery to add the rel attribute: $( 'a[href*="google"]' ).attr( 'rel','nofollow' );

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  3. #3
    Join Date
    Aug 2012
    Location
    Sydney Hills District, Australia.
    Posts
    133

    Default Re: NOFOLLOW in WD10?

    Thanks Acorn!

    I'll give it a go!

  4. #4
    Join Date
    May 2014
    Posts
    30

    Default Re: NOFOLLOW in WD10?

    add rel="nofollow" tag within the anchor text link

  5. #5
    Join Date
    Aug 2012
    Location
    Sydney Hills District, Australia.
    Posts
    133

    Default Re: NOFOLLOW in WD10?

    Hi Hudafaeq,

    Do you mean after the link in the 'Link to Web or Email address:' box?

  6. #6
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,830

    Default Re: NOFOLLOW in WD10?

    Quote Originally Posted by hudafaeq View Post
    add rel="nofollow" tag within the anchor text link
    I would appreciate an example file for this.

    In Web Properties > Link, are you suggesting adding it to Link to Web or email address?
    I get a can't display page "Make sure the web address http://www.google.co.uk%20rel=%22nofollow%22 is correct." error.

    I tried it in Link > Open link and it places the detail inside a target parameter:
    Code:
    <a href="http://www.google.co.uk" target="rel=&quot;nofollow&quot;" onclick="return(xr_nn());">  <img class="xr_rn_ xr_ap" src="index_htm_files/20.png" alt="" title="" onmousemove="xr_mo(this,0,event)" style="left: 155px; top: 576px; width: 50px; height: 50px;"></a>
    I don't think that this will work as it simply opens the link in a new page.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •