Keyword

making link of feed rss "no follow"

  • h1j4ck
  • h1j4ck's Avatar Topic Author
  • Offline
  • New Member
More
16 years 6 months ago #14282 by h1j4ck
making link of feed rss "no follow" was created by h1j4ck
Hi!
it's possible to set the link of This great reader to no follow?
I have many fedd, with many links, and i need to set all this link to nofollow, it's possible?
bye!

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #14283 by me_ftw
Replied by me_ftw on topic Re: making link of feed rss "no follow"
I would also like to know this I've tried various external plugins, but they online change the external links of articles to nofollow and don't effect the module.
Please help its been 3 years now.

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #14284 by grayz
Replied by grayz on topic Re: making link of feed rss "no follow"
It's rather easy. Find in /modules/mod_jw_srfr/tmpl/default/default.php

<h3><a target="_blank" href="<?php echo $feed->itemLink; ?>"><?php echo $feed->itemTitle; ?></a></h3>

and replace with

<h3><a target="_blank" href="<?php echo $feed->itemLink; ?>" rel="nofollow"><?php echo $feed->itemTitle; ?></a></h3>

The same approach is applied for compact template.

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #14285 by me_ftw
Replied by me_ftw on topic Re: making link of feed rss "no follow"
Thanks allot !
I've also added the nofollow to all image and other links. And now it puts nofollow at all the links.
Just needed to know where to look.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum