| Get out of Joomla PDF Hell |
|
| Thursday, 03 May 2007 | |
|
In previous blog posts, I've talked about how Joomla can create lots of duplicate content pages and wreak havoc with your Search Engine rankings. Today, we'll deal with a major culprit. One Joomla's major causes of duplicate content is the PDF generator. Brian Teeman has even pointed out that when he does his in-depth searches for Joomla Weekly News, he finds many PDF pages ranking higher than the original pages.
The problem is so bad, and the PDF so useless, that if you check the demo of Joomla 1.5, you'll see that its about to be dropped. For those of us running the current version of Joomla, what do we do to avoid Joomla PDF hell?
Open up /components/com_content/content.html.php
<a href="<?php echo $link; ?>" target="_blank" onclick="window.open(’<?php echo $link; ?>’,'win2′,’<?php echo $status; ?>’); return false;" title="<?php echo _CMN_PDF;?>">>
<a href="<?php echo $link; ?>" rel="nofollow" target="_blank" onclick="window.open(’<?php echo $link; ?>’,'win2′,’<?php echo $status; ?>’); return false;" title="<?php echo _CMN_PDF;?>">>
Set as favorite Bookmark
Email This
Comments (10)
![]()
...
written by Anthony, May 02, 2007
Yes its funny isnt it. This was one of the features that attracted me to Joomla when I first saw it ... I thought wow! people can print, email or pdf your text thats got to be useful.But I have never used it once and neither have any of my users (as far as Im aware) ...
written by Johan Janssens, May 02, 2007
Actually for 1.5 we have completely refactored the pdf library. It now supports images and is fully internationalised. I have made a quick change to 1.5 and added the nofollow to the pdf links. Thanks for the tip !
written by sean, May 09, 2007
It all makes sense now. I was checking the "friendly" urls in Open-SEF on one of my site and I saw about 400 extra urls that could hardly be termed friendly. The week before when I'd implemented Open-SEF initially, those urls weren't there. Does that mean I have hundreds of PDF's lurking somewhere on my site, and, if so, where?
This remains my number one rated blog for SEO, period! written by XTraze, May 17, 2007
I just went through that file source and found this but I couldn't find the Print button's link over there. Can you let me know if you got it ?
Thanks for these lines mate. A very simple, but useful tip from XTraze.net. He suggests simply adding a "no-follow" to the PDF links. No-follow is often used by sites that suffer heavy spam attacks or have lots of extra pages that can reduce the value of their site as a whole. written by Gavin, May 30, 2007
I have been thinking about this and I'm not 100% sure if this is causing any problems. I just read this article on Webmaster world http://www.webmasterworld.com/forum44/711.htm
I don't publish the PDF option in Joomla myself. If I don't publish the pdf option is it still neccessary to add the rel="nofollow" ? written by Keith Schilling, July 12, 2007
Hate to rehash an old topic, but Google treated my URL's just fine when as I've never had the PDF button published...HOWEVER, when using site explorer with Yahoo i have PDF hell everywhere. So, I'll try this trick and see if Yahoo treats me better.
written by rachel, November 22, 2007
thank you so much for all the info on this site. i just found it through google and love it! it's definitely going in my bookmarks.
written by Kingdom, April 29, 2008
I found I had an exta > which showed on the page when I changed the code!
Write comment
|


