I'm new to this forum although I've been a browser in the past, I never had any useful knowledge to contribute (sorry). I'm hoping someone may be able to help me with the following issue.
I recently did some web design and SEO work for a client and included a Google news feed from rssinclude.com in their index.php main page. The code inserted inside a division is:
<?php readfile('http://output54.rssinclude.com/output? type=php&id=382893&hash=e297f16f464b937a31c7f03df3838505')?>
What I'm trying to achieve is a rel=no-follow for all external links included in feed as well as getting rid of query strings in those links. I read link at How to add rel="nofollow" to links with preg_replace()
But still can't figure which option would better work or how to make it work. PHP is totally out of my league. Any suggestions as to what code and where I can call it from? - Please bear in mind, I'm a novice here.
Thanks!!