Look at the source code of that page. The canonical link will have lost the article ID:
<link href="http://localhost/component/content/article.html?id=article" rel="canonical" />
(*) (These URLs are created as canonical links when you call the page via http://localhost/component/content/article/41, see issue 6069
The canonical should retain the article id 41 rather than replacing it by "article". Ideally, the canonical would be
<link href="http://localhost/component/content/article/41" rel="canonical" />
but even the originally called URL would be okay:
<link href="http://localhost/component/content/article.html?id=41" rel="canonical" />
The article ID is completely lost in the canonical link and replaced by the string "article"
<link href="http://localhost/component/content/article.html?id=article" rel="canonical" />
Joomla 3.4.1 (from the released package), PHP 5.5.12 installed from stock Ubuntu packages
SEF enabled
Labels |
Added:
?
|
Labels |
Added:
?
Removed: ? |
Labels |
Added:
?
|
Labels |
Removed:
?
|
I can confirm that strange behaviour too. Wrong built canonical with missing id!
Status | New | ⇒ | Confirmed |
I write a plugin for solving joomla articles diplicate issues. this plugin canonical all duplicate content to original content. http://extensions.joomla.org/extensions/extension/site-management/seo-a-metadata/articles-canonical
joomir, OK, but that does not solve the main problem. It should work too without any workaround plugin.
Issue still exists. Generic canonical emitted: /component/content/article?id=article
can't reproduce the problem seems fixed, closing, can be opened if the problem still exists.
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-08-17 20:31:10 |
Closed_By | ⇒ | rdeutz |
Confirmed also with current staging Joomla