Page Title displaying in browser html but not google - joomla

Google webmaster is telling me that on quite a few websites we have that there are missing page titles. On these pages google has taken the menu item name for the title.
The menu has its page title filled in and is showing correctly in the inspect element on the browser.
One example is we would like the page title to read:
UK Injection Moulding Manufacturers
Again, page title in html shows correctly but google just displays manufacturing as its title.
The joomla version is 3.4.3.

If you use google, often the results are already cached from your previous browsing.
Try to use Tor browser and verify if the page title is correct.

This is often caused by the incorrect setup of the menu items. What you might be seeing as the title is actually the article title which is a H2.
Edit the Menu Item -> Page Display -> Show PAge Heading -> Yes
and set the: Page Heading to what you desire. I.E. UK Injection Moulding Manufacturers
this will show a H1 now. If you then have duplicate text i.e. the article title you can hide this by editing:
Menu Item -> Options -> Show Title -> No.
Many thanks
Tony

Related

How to remove the "site name" from an article in Joomla 3

The name of my site appears in the title of all of my site's pages.
How can I hide the site name in one of my articles ("only one")?
You don't hide the name through the article itself, but by changing the setting for the menu item that opens the article.
So go to the backend, open the menu item and go to the Page settings (sorry, I'm not working with the English version of Joomla, so I don't know the exact name). The second option on that screen (show page title) must be set to No.

How Change Title tags on joomla browser title

I have cloned a website into a different domain and I am trying to change the browser title that shows up in the website tab. I have changed the page display Browser Page Title on the home page module(which was blank), I have changed the page title, its still showing the same title that was on the old website. Where can I go into the code and change the title tags myself? which file changes this?
If the page you are concerned about is also linked to a menu item, from the back end go to
Menus > Your Menu > Your Menu Item
Then open the Page Display tab and check the entry for Browser Page Title
If this still doesn't solve your problem, check that the page title isn't coming from an SEO extension like sh404SEF
Good luck

How to remove certain modules from article in joomla 2.5?

I am new to Joomla, I have some module on my homepage.
Every time I open read more article on homepage, the slide show module still appear.
I have hiden the intro text but nothing change. If i uncheck the homepage, the module completely disappear on homepage and article.
Please teach me how to remove the module just on read more article not the homepage.
Sorry if my english is not good
Thank you :D
If your articles are uncategorized or they they exist in a category that is not connected to a menu item (to get a unique menu id) you have to set module settings:
Module -> Menu Assignment: On all pages except those selected
And select the pages that you don't want the module to appear.
EDIT:
If there is an option to connect article categories to menu items (even to a hidden menu that won't be displayed in the site) then the correct way is to set in the module:
Module -> Menu Assignment -> Only on the pages selected
And select the pages that you want the module to appear.
Hope this helps

Change the website title in Google search

I am creating a Joomla website(Rockettheme template). The problem is that when I add it into the Google search, the title of the link appears as the name for the Rockettheme template, and I can't change it to the name of my website. Here is a picture of the google search :
How can I change the Ximenia-July 2012 Template Demo to the title that I want?
As Super Administrator, you should have access to the Global Configuration, which is where you can update the Site Title.
In the back-end Administration, go to your main Control Panel, go to Global Configuration, and in the first section "Site" there should be a field for "Site Name". Enter the name of your website that you want.
While you're there, you should also scroll down to the Metadata Settings and update your Site Meta Description with a short description of what your site is about, as this is used on the Google Search Engine Results Page as well.
c
Well I know your feel bro :)
OK If I guessed it correct,
you have to go to the main menu, in menu manager.
select 'home' menu item, and then go to 'page display options'
there you can find what you seem to looking for, viz the first input box labeled 'Browser Page Title'.

Remove "componentheading" from homepage - Joomla!

I'm working on a site in Joomla! and on the homepage, at the top of the article, it comes up with a h1 of the website name. The pagesource says (Note it's not the article title.)
Any idea how to get rid of it?
Thanks,
Steph
You can set this h1 tag not to display via the Parameters - System section of your Menu Item Manager screen in administrator ... this page has a nice depiction of the steps.
It's so simple
Just do the following :
Login to the Joomla Administrator Interface
Go to the Menu Manager
Select your Menu
Select your Menu Item (Home Menu)
On the right hand, Click Parameters (System)—> and in the *Show Page Title—->*Just Select No.
That's all.
This is not the desired solution, since many people, (including myself) actually need to be able to Set/Override the page title (That Appears in the Browser’s Title bar), and setting Page Title to no here will also remove the functionality to Configure the Browser title (which is important for SEO among other things).
Anyway, I have searched and not been able to find a fully correct solution via CMS or PHP Code. The closest solution which is not fully perfect, but unlikely to cause significant (if any) negative effect on your site is through Javascript (Example is JQuery).
jQuery(document).ready( function($) {
$(‘.componentheading’).empty();
});
This can also be done is JS with no JQuery. When I find a better method of doing this I’ll let you know.This should actually be done by removing output from a template file.I don’t know which one yet. When I do, I’ll post it…
When setting the page title not to show in the menu item as stated in other answers, this will not stop the text entered in the page title box being used as the browser title, it will just stop it being shown in the page.
Using javascript to remove it is not a good idea.
1. It will only work for browsers with javascript enabled
2. Search engine spiders will still see it. As the component heading for articles is 'articles' by default it will see all your pages with the same h1 tag.
Just turn it off in the menu item and enter your browser title in the text box above.

Resources