rel="nofollow" for client url

  • Posted in : cvCard WP
  • isaumya
    Participant

    Hi,
    The url of your client section doesnot use any rel attribute. So it is passing Google Juse/Pagerank to them. This is bad. You people should implement rel=”nofollow” as default for the client section.

    Mehmet S.
    Keymaster

    Hi, why is it important?

    You can do it manually:

    – go to: Appearance > Editor > functions.php,

    – find:

    $client = '<div class="client"><a ' . $target . ' href="' . $url . '"><img alt="" src="' . $image . '"></a></div>';
    

    – edit:

    $client = '<div class="client"><a rel="nofollow" ' . $target . ' href="' . $url . '"><img alt="" src="' . $image . '"></a></div>';
    

    Thanks

    isaumya
    Participant

    Thanks I will do that. But I think you should make this default on your theme in the future update. As your theme is passing pagerank without even knowing, I think SEO freak guys does not gonna love this.

    isaumya
    Participant

    I’ve updated this on the theme. Please make it default in the theme on the upcoming update.

    Mehmet S.
    Keymaster

    Ok. Thanks for the feedback.

    isaumya
    Participant

    Thank you very much for reply.

    Mehmet S.
    Keymaster

    New version is available.

    isaumya
    Participant

    Thank you sali.

    Mehmet S.
    Keymaster

    You are welcome.

    isaumya
    Participant

    Sali, thanks for your reply again. Will you please help me to overwrite those values (in my functions.php) as I mentioned in my other post.

    Mehmet S.
    Keymaster

    Sure.

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register