- Posts: 92
COMMUNITY FORUM
Page Title and Meta Issues
- Red Evolution
-
Topic Author
- Offline
- Premium Member
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Anyone using v2.10 (dev) should upgrade to yesterday's build from: github.com/getk2/k2/archive/master.zip
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Red Evolution
-
Topic Author
- Offline
- Premium Member
- Posts: 92
We've just discovered that the issue we mentioned in this thread www.joomlaworks.net/forum/k2-en/50420-k2-category-menu-links-ignoring-browser-page-title is still a problem with K2 10.0. I have updated our test site that I gave you access to previously with a category layout to show you it's not working there. Let me know if you need the test site details sent through again.
Thanks,
Dave
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Keep an eye on social and the K2 blog for the release notes soon.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Let me know.
The final version should be out by Friday tops.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Red Evolution
-
Topic Author
- Offline
- Premium Member
- Posts: 92
Thanks for the quick response. That has indeed fixed the issue.
Thanks,
Dave
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Keep in mind the ordering is simple:
Global config meta, replaced by whatever comes from each K2 entity (item, category etc.) and finally replaced by whatever is getting set in the menu item.
Some K2 entities like date/search listings don't have menus or other settings for meta so they will inherit those from global config meta settings plus some smart content generation to fill the gaps.
The point is that now all views have the same set of meta tags.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- OASE Software GmbH
-
- Offline
- Junior Member
- Posts: 21
sorry for offtopic question but one of our customers has the same issue with version 2.10.0 and page title not setting with values of according menu entries. because of the reason the site is live and loosing seo ranking I wonder if you could tell me when the version 2.10.1 is planned to be published as joomla-update?
or if there is an other way to get this funktionality working like it was in versions previous to 2.10.0?
thanks in advance and best regards daniel
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Grab the dev version for now github.com/getk2/k2/archive/master.zip and just remember to update to the "stable" release when it's out.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- OASE Software GmbH
-
- Offline
- Junior Member
- Posts: 21
install your provided update solves the problem.
thanks for your fast answer and help.
cheers daniel
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Zsombor Komaromi
-
- Offline
- New Member
- Posts: 4
Withe the 2.9 version, when I used K2 Item in the menu, and didn’t fill out the “Browser Page Title” in the menu items, the Joomla filled out with the K2 “Item title”. Now with the 2.10 version the Joomla takes the “Menu Title” as “Page title”, and doesn’t takes the K2 Item title. Is it possible update the new 2.10 version operate the “Browser Page Title” same as the old version? Without this I must set thousands of Browser Page Title.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
And what's the reasoning behind having a different menu item title to the actual K2 item title?
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Zsombor Komaromi
-
- Offline
- New Member
- Posts: 4
Item title is very important from SEO point of view. So I setted all my K2 item title to be optimal from SEO point of view. Now the new K2 overwrite my Browser Page Titles (which was K2 item title) with the menu name, what is usually only one word. For example Home, or Products, etc.
This is a huge problem for me.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
// Add the following after the "defined('_JEXEC') or die;" snippet on item.php
$document = JFactory::getDocument();
$document->setTitle($this->item->title);
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Zsombor Komaromi
-
- Offline
- New Member
- Posts: 4
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- sizu
-
- Offline
- Junior Member
- Posts: 35
I am experiencing just the opposite issue; the browser meta title is overwritten the page title. How can I fix this problem?
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- sizu
-
- Offline
- Junior Member
- Posts: 35
www.caloryfrio.com/calefaccion/calderas.html
Browser page title has overwritten the page heading established on menu item configuration.
Could you look into it please?
Thank you so much.
Please Log in or Create an account to join the conversation.