?
Referenced as Pull Request for: # 10442
avatar dmsolutions
dmsolutions
14 Jul 2015

Links in an article are always nonSEF when viewed over RSS. Because they are reachable for google and other search engines over rss they are indexed with the wrong url from the feed and create a duplicate content problem.

Steps to reproduce the issue

You can see the problem live on our website on the following two rss feeds:
http://www.dmsolutions.de/glossar/feed/rss.html
http://www.dmsolutions.de/glossar/feed/atom.html

In these feeds you find different links in articles content such as "Domain" or "KK-Antrag" in article "Domainumzug". As you can see the links are nonSEF links which show up the content under nonSEF URLs. The problem is only in feeds, if you look at the original page "http://www.dmsolutions.de/glossar/" the links are correct and point to the SEF URL:
Domain = http://www.dmsolutions.de/glossar/domain.html
KK-Antrag = http://www.dmsolutions.de/glossar/kk-antrag.html

Expected result

URLs in feeds content should be only shown up as SEF URLs.

Actual result

URLs in feeds content show up as joomla standard URL without creating SEF URLs.

System information (as much as possible)

Joomla 3.4.3 (tested also with all other versions since Joomla 3.3)
Debian with Apache
Tested with php5.3 and php5.4
Tested with different combination of SEF activation (with or without suffix)

Additional comments

Votes

# of Users Experiencing Issue
0/1
Average Importance Score
1.00

avatar dmsolutions dmsolutions - open - 14 Jul 2015
avatar Bakual
Bakual - comment - 14 Jul 2015

If it helps someone figuring that out: Those URLs would be changed by the system/sef plugin in the onAfterRender event.

avatar mbabker
mbabker - comment - 14 Jul 2015

JDocumentRendererRSS and JDocumentRendererAtom both convert URLs from relative to absolute. The SEF plugin can only cope with relative URLs beginning with index.php.

avatar brianteeman brianteeman - change - 19 Jul 2015
Priority Urgent Medium
avatar brianteeman
brianteeman - comment - 19 Jul 2015

Reset priority according to docs https://docs.joomla.org/Bug_and_Issue_Tracker_Priority


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7437.

avatar brianteeman brianteeman - close - 12 May 2016
avatar brianteeman brianteeman - change - 12 May 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-05-12 18:42:30
Closed_By brianteeman
avatar brianteeman brianteeman - close - 12 May 2016
avatar brianteeman
brianteeman - comment - 12 May 2016

Closed as we have a PR for testing #10442


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7437.

Add a Comment

Login with GitHub to post a comment