• Having trouble with a possible bug where the ‘no-follow’ and ‘open in new window’ attributes are being applied to the wrong keyword – but only when an internal-linked keyword appears on the same line with an external-linked keyword and prior to it.

    Example error output:
    <p>text text text Keyword1 text text Keyword2</p>

    The result is that the internal link gets the attributes and the external link doesn’t. Re-arranging keywords so they don’t appear on the same line resolves the issue (link attributes are correct) but it’s not a proper fix.

    I’ve tried disabling -all- other plugins, changing themes, it always seems to be there. Has anybody else seen this?

    https://www.ads-software.com/plugins/seo-automatic-links/

Viewing 1 replies (of 1 total)
  • Thread Starter wordpress5544

    (@wordpress5544)

    Corrected code portion:

    <p>text text text <a rel="nofollow" target="_blank" title="keyword1" href="https://www.samewebsite.com/keyword1/" >Keyword1</a> text text <a title="keyword2" href="https://www.externalwebsite.com/" >Keyword2</a></p>

Viewing 1 replies (of 1 total)
  • The topic ‘Internal/external link attributes bug?’ is closed to new replies.