Ok I added a canonical url to my home page to avoid duplicate content.
for example
www.myyyysite.com
www.myyyysite.com/index.php
are the same but Google are detected as duplicate
then I add rule the canonical tag to
www.myyyysite.com/index.php
<link href="
www.myyyysite.com" rel="canonical"/>
All right here
But, when I do this the site
www.myyyysite.com stops displaying the generated joomla rss channel but only the content feed, when someone wants to subscribe to my channel and click the RSS icon appears this:
Fatal error: Call to undefined method JDocumentFeed::addHeadLink() in /home2/ciencias/public_html/plugins/system/tagmeta/tagmeta.php on line 540
That's the problem