Create content item "Test item" with tags "Test tag1" and "Test tag2"
Create menu item type "Tags - list of all tags" called "Tags list"
Click menu item "Tags list" in frontend --> Browser Page title is "Tags list" --> ok
Click single tag "Test tag1" in list to get tag detail view --> Browser Page title is "Test tag1"
Click single tag "Test tag1" in list to get tag detail view --> Browser Page title is still "Tags list"
Joomla 3.6.2 (no extensions)
If I don't add the menu item for tags and I only use the module "Tags - Popular", then clicking on a single tag, the browser Page title is shown correctly from the single tag.
This is an SEO issue. If I have 50 tags in a tags list, then I have 50 single tag views with the same page title.
I think it should work like with com_content.
Category blog view --> Page title from Menu item;
Category detail item --> Page title from Single item;
It comes from files:
components\com_tags\views\tag\view.html.php
and
components\com_tags\views\tags\view.html.php
Labels |
Added:
?
|
It works on my end but I'm not sure if it handles does everything as expected after the change :)
It works in my Joomla default 3.6.2 installation and in my client 3.6.2 project.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-09-25 10:50:35 |
Closed_By | ⇒ | zero-24 |
@seagul30 please try:
to replace https://github.com/joomla/joomla-cms/blob/staging/components/com_tags/views/tag/view.html.php#L209-L223
with