Keyword

Page Title and Meta Issues

More
5 years 4 months ago #173792 by JoomlaWorks
Replied by JoomlaWorks on topic Page Title and Meta Issues
Version 2.10.1 is out now: getk2.org/blog/2680-k2-v2101-released

You should upgrade to that :)

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
5 years 4 months ago #173829 by Zsombor Komaromi
Replied by Zsombor Komaromi on topic Page Title and Meta Issues
My problem is with the Browser Page Title.
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.
Attachments:

Please Log in or Create an account to join the conversation.

More
5 years 4 months ago #173832 by JoomlaWorks
Replied by JoomlaWorks on topic Page Title and Meta Issues
You have thousands of menu items pointing to distinct K2 items?

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.

More
5 years 4 months ago #173863 by Zsombor Komaromi
Replied by Zsombor Komaromi on topic Page Title and Meta Issues
I have tousends of menu items, because I am a webmaster, and created hundreds of website with K2.
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.

More
5 years 4 months ago #173880 by JoomlaWorks
Replied by JoomlaWorks on topic Page Title and Meta Issues
You can then change it to the previous state by override the related meta tag like this:
// 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.

More
5 years 4 months ago #173945 by Zsombor Komaromi
Replied by Zsombor Komaromi on topic Page Title and Meta Issues
Thank you, it works!

Please Log in or Create an account to join the conversation.

More
5 years 4 months ago #173948 by JoomlaWorks
Replied by JoomlaWorks on topic Page Title and Meta Issues
Cool :)

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
5 years 4 months ago #173992 by sizu
Replied by sizu on topic Page Title and Meta Issues
Hi,
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.

More
5 years 4 months ago #174020 by JoomlaWorks
Replied by JoomlaWorks on topic Page Title and Meta Issues
Sorry, lost you. URL to a page?

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
5 years 4 months ago #174050 by sizu
Replied by sizu on topic Page Title and Meta Issues
Hi Fotis,
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.

More
5 years 4 months ago #174057 by JoomlaWorks
Replied by JoomlaWorks on topic Page Title and Meta Issues
Disable country blocking first. :)

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
5 years 4 months ago #174145 by sizu
Replied by sizu on topic Page Title and Meta Issues
I'm sorry! which country?

Please Log in or Create an account to join the conversation.

More
5 years 4 months ago #174147 by JoomlaWorks
Replied by JoomlaWorks on topic Page Title and Meta Issues
I got to see your site. If the menu item is enforcing its name to the category, check if you've set the page name first to be the same as the menu item. In that case, it should override the page title in which case it's the category name.

Example: jmp.sh/2QSeKN4

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
5 years 4 months ago #174153 by sizu
Replied by sizu on topic Page Title and Meta Issues
Hi Fotis,
the category title is the same as the page heading and the menu item's title, as you can see in the following picture:
www.screencast.com/t/PsCc90Y6
The browser page title is overriding the page heading.

Thank you so much.

Please Log in or Create an account to join the conversation.

More
5 years 4 months ago #174158 by JoomlaWorks
Replied by JoomlaWorks on topic Page Title and Meta Issues
I can't confirm for a K2 category link I just tested. See this: jmp.sh/7JeTjkA

I use distinct names so it's clearer.

Are you using another extension that possibly modifies your 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.

More
5 years 4 months ago - 5 years 4 months ago #174161 by sizu
Replied by sizu on topic Page Title and Meta Issues
I override the browser page title of the other menu items with the extension sh404SEF, in order to fix this problem temporarily.
I don't override calderas menu item so you can see this issue.
Last edit: 5 years 4 months ago by sizu.

Please Log in or Create an account to join the conversation.

More
5 years 4 months ago #174165 by JoomlaWorks
Replied by JoomlaWorks on topic Page Title and Meta Issues
Like I said, I can't reproduce your issue. Plus, the code is there to examine. My guess is that you're probably seeing cached behaviour from sh404SEF.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
5 years 4 months ago #174176 by sizu
Replied by sizu on topic Page Title and Meta Issues
I don't think so, for cache url is not activated.

Please Log in or Create an account to join the conversation.

More
5 years 4 months ago #174178 by JoomlaWorks
Replied by JoomlaWorks on topic Page Title and Meta Issues
sh404SEF does keep its own cache. Purge that.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
5 years 3 months ago #174266 by eugen
Replied by eugen on topic Page Title and Meta Issues
Hello Fotis. I have problem with page H1 and page Title too. I use k2 2.10.2 and last version of joomla. (Seo Title Duplicated in Page Title). How can I fix this problem?

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum