• Hey there,

    I am using your Plugin for many outbound links inside a Posting, but one is also uses for an affiliate link in the sidebar.

    What buggs me now is that this ShortURL Link to the affiliate in the Sidebar is now also to be found in the Serps. How can I add a noindex attribute to the generated site?

    All other ShortURL’s are NOT in google, just this one.

    Any idea how to resolve this?

    https://www.ads-software.com/plugins/shorten-url/

Viewing 2 replies - 1 through 2 (of 2 total)
  • please guide me
    I have the same problem:
    Google’s index

    edit file plugin host file plugin folder

    shorten-url.php

    1 edit file

    find code

    return str_replace('%short_url_without_link%', "$short", str_replace('%short_url%', "<a href='$short'>$short</a>", $this->get_param('html'))) ;

    edit to

    return str_replace('%short_url_without_link%', "$short", str_replace('%short_url%', "<a rel='nofollow' href='$short'>$short</a>", $this->get_param('html'))) ;

    ——————————————————–

    rel=’nofollow’

    all short url = nofollow

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add "noindex" to Short URL outbound Links’ is closed to new replies.