• Suddenly thousands and thousands of links in the site have been injected with :

    rel=”noopener noreferrer”

    What does this mean?

    Is this why all the “Title” tags are broken?

    Should they all be removed, and is there a way to globally remove them?

Viewing 3 replies - 1 through 3 (of 3 total)
  • It is not sudden, unless you installed a plugin to do it.
    It is not all links, unless you have modified how WordPress works. It is only for links that target a blank window.
    It should not affect title links, since they do not open in a new window.
    This is a security measure, because it is possible for a script to follow the opener or referrer back to the original window and access data there, or do “evil script things”. When the rel attribute is added, that is not available to a script in the other window.

    rel=”noopener noreferrer”

    What does this mean?

    https://web.dev/external-anchors-use-rel-noopener/

    Is this why all the “Title” tags are broken?

    No.

    Should they all be removed..

    Read above link to understand what they are, and make an informed decision.

    Thread Starter 60secondz

    (@60secondz)

    Okay. I didn’t know.

    I didn’t do it. It “suddenly” happened when WordPress was installed.

    I hired a WordPress “Expert” on “UpWork” to install the new site, and import pages from the existing site.

    I have no clue about WordPress what so ever.

    I always hand coded until the “revolution” to CMS and Google’s “Mobile-getton”

    ??

    • This reply was modified 4 years, 5 months ago by 60secondz.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Why??? rel=”noopener noreferrer”’ is closed to new replies.