Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Title tag not showing on google? Please Help!
-
I've read the FAQs and searched the help center. My URL is: http://www.webygeeks.comI have updated title tags of my client's website 10-15 days ago, still the title on google is coming as the company name
Why so??Description is correct but title is incorrect, can you please recommend me something guys?Also,
i am wondering why the google cache is showing date of september 5 and we have changed the titles around 10 - 15 days before that
Really appreciate your suggestion.
-
Hello,
You must go to your Webmasters Tools account and use Labs, Instant Previews, and check if there are any differences between different versions of the website and if Google detects any problems.
If not, it's possible that in 5 september, you were blocking google from crawling resources such as css. I checked your robots.txt file, and it seems fine - as long as you do not want to restrict Google from indexing those pages.
I wouldn't worry too much about it.
-
But on 5 september the website was working and loading properly, can you tell me why the messy website is coming on cache?
-
The cached date changes every time Google crawls your website. 5 September is the last date Google visited your website. Strong websites are indexed daily and every time they publish a new page. Google will index your website faster when it has a bigger authority (popularity - build more valuable external links).
Best,
Netlogiq
-
Yes, i have changed the title of homepage and now it is around 60 characters.
I have also reduced the characters on meta keywords tag.
Can you check this?
i am wondering why the google cache is showing date of september 5 and we have changed the titles around 10 - 15 days before that
-
The meta data looks okay (although I wouldn't use keywords as search engines don't consider them anymore).
Your title shows up correctly, in fact I searched for seo india webygeek and the right title came up.
AS @Netloglq said, you may have typed in the name of your company, if you do so, it only shows the company name.
-
Hello,
You must write shorter meta titles.
You have 97 characters in your meta title - try reducing it at a maximum of 70.
When your title tag is too long, instead of simply truncating it and adding an ellipsis to the end the way they used to, Google is trying to algorithmically determine a better title for the post.
These are the algorithmic changes Google made in May, 2012:
- "Trigger alt title when HTML title is truncated. [launch codename "tomwaits", project codename "Snippets"] We have algorithms designed to present the best possible result titles. This change will show a more succinct title for results where the current title is so long that it gets truncated. We'll only do this when the new, shorter title is just as accurate as the old one."
- "Efficiency improvements in alternative title generation. [launch codename "TopOfTheRock", project codename "Snippets"] With this change we've improved the efficiency of title generation systems, leading to significant savings in cpu usage and a more focused set of titles actually shown in search results."
- "Better demotion of boilerplate anchors in alternate title generation. [launch codename "otisredding", project codename "Snippets"] When presenting titles in search results, we want to avoid boilerplate copy that doesn't describe the page accurately, such as "Go Back." This change helps improve titles by avoiding these less useful bits of text."
You can read more about long meta titles here!
Regarding your cache version - Google will index your website faster when it has a bigger authority (popularity - build more valuable external links). It's only normal for your website to be indexed at a lower rate at this point.
Best,
Netlogiq
-
<title>SEO India, SEO Firm India, SEO India Company providing special SEO services from $250 - Webygeeks</title>http://gmpg.org/xfn/11" />http://www.webygeeks.com/xmlrpc.php" />
Where is the problem??
-
Just checked the html code and in within the title tag there is the following title:
Try to change it again because it doesn't look like it's been changed.
Usually, changes in the meta tags take place quite quickly
-
Hey PremioOscar, I am using wordpress.
@Netlogiq, yes when i search with brand name or URL or site:www.webygeeks.com, the title does not show up.
Can you tell me how to fix that?
Also, can you please look at this?
i am wondering why the google cache is showing date of september 5 and we have changed the titles around 10 - 15 days before that
-
Hello,
You probably searched for the main url of the website - in this case, Google shows you the branded meta title. If you search for your actual title, you will see Google returns your title tag as: Webygeeks: SEO India, SEO Firm India, SEO India Company . Also: Your Title tag is too log - try reducing the number of characters to less then 70.
-
What sort of CMS are you using?
I have a custom built CMS and sometimes, due to bugs (I believe), doesn't let me change tags. Ask a developer to look into it.
Also if you have update the code directly within the html file, make sure you inserted all the tags correctly
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Favicon not showing in google serps
Hi, I have a website where the favicon is not showing in the google mobile serps. It's appearing the default icon instead (world icon). This is the tag I have place in the head section of the website: <link rel="shortcut icon" href="/favicon.ico" /> The size of the favicon is 48x48 and it's appearing correctly in the browser tag. I've checked that the google robot can crawl it and in the server logs I can see requests from the "Google Favicon" user-agent. Has anyone had this same problem? Any advice?
Technical SEO | | dMaLasp0 -
Why images are not getting indexed and showing in Google webmaster
Hi, I would like to ask why our website images not indexing in Google. I have shared the following screenshot of the search console. https://www.screencast.com/t/yKoCBT6Q8Upw Last week (Friday 14 Sept 2018) it was showing 23.5K out 31K were submitted and indexed by Google. But now, it is showing only 1K 😞 Can you please let me know why might this happen, why images are not getting indexed and showing in Google webmaster.
Technical SEO | | 21centuryweb0 -
Does Google read dynamic canonical tags?
Does Google recognize rel=canonical tag if loaded dynamically via javascript? Here's what we're using to load: <script> //Inject canonical link into page head if (window.location.href.indexOf("/subdirname1") != -1) { canonicalLink = window.location.href.replace("/kapiolani", ""); } if (window.location.href.indexOf("/subdirname2") != -1) { canonicalLink = window.location.href.replace("/straub", ""); } if (window.location.href.indexOf("/subdirname3") != -1) { canonicalLink = window.location.href.replace("/pali-momi", ""); } if (window.location.href.indexOf("/subdirname4") != -1) { canonicalLink = window.location.href.replace("/wilcox", ""); } if (canonicalLink != window.location.href) { var link = document.createElement('link'); link.rel = 'canonical'; link.href = canonicalLink; document.head.appendChild(link); } script>
Technical SEO | | SoulSurfer80 -
Do H2 tags carry more weight than h4 tags?
Of course H tags are key signals for relevance in search. Does an h2 tag send a significantly "louder" signal than an h4 tag?
Technical SEO | | aj6130 -
Page titles in browser not matching WP page title
I have an issue with a few page titles not matching the title I have In WordPress. I have 2 pages, blog & creative gallery, that show the homepage title, which is causing duplicate title errors. This has been going on for 5 weeks, so its not an a crawl issue. Any ideas what could cause this? To clarify, I have the page title set in WP, and I checked "Disable PSP title format on this page/post:"...but this page is still showing the homepage title. Is there an additional title setting for a page in WP?
Technical SEO | | Branden_S0 -
Duplicate Title Tag issue due to Shopify CMS
Hi guys, I'm a novice really when it comes to SEO, yet have taken it in house for the next year or so, firstly because I have had my fingers burnt twice...and secondly, to allow me to recoup some of the loss from my prior campaigns. One thing I have noticed on my site (which uses a Shopify E-commerce CMS), is that Shopify duplicates a url for each my products. An example of this is http://www.vidahomes.co.uk/collections/designer-radiators-heating/products/reina-aliano
Technical SEO | | philscott2006
http://www.vidahomes.co.uk/products/reina-aliano Both products provide exactly the same information, yet appear in different ways subject to how the customer finds them. I contacted Shopify to find a fix to this issue when I noticed a high amount of Duplicate Title Tags in my SEO crawl. Their response was as follows. Using a rel canonical link will help prevent duplicate content issues with search engines. All you need to do is add this line of code: **<link rel="canonical" href="{{ canonical_url }}" />** ** before the tag in the theme.liquid file. It’s that simple :)** The theme liquid file basically generates the outer template for the whole site, and is only compromised when over-ruled. This all seems a little too easy for me, so I am hoping whether someone can elaborate as to whether this will work or not, as I'm not entirely sold on their response. I was always under the impression with canonical tags, that they should be added to the header section of the duplicate page in question, which refers back to the original page. The code I have been told to add above implies that the canonical tag would be added to every page in my site so the Google robot would have a hard time in finding anything at all of relevance Thanks in advance for any assistance with this. Kind Regards Phil Scott Vida Homes0 -
UK website ranking higher in Google.com than Google.co.uk
Hi, I have a UK website which was formerly ranked 1<sup>st</sup> in Google.co.uk and .com for my keyword phrase and has recently slipped to 6<sup>th</sup> in .co.uk but is higher in position 4 in Google.com. I have conducted a little research and can’t say for certain but I wonder if it is possible that too many of my backlinks are US based and therefore Google thinks my website is also US based. Checked Google WmT and we the geo-targeted to the UK. Our server is also UK based. Does anyone have an opinion on this? Thanks
Technical SEO | | tdsnet0 -
Google.ca is showing our US site instead of our Canada Site
When our Canadian users who search on google.ca for our brand (e.g. Travelocity, Travelocity hotels, etc.), the first few results our from our US site (travelocity.com) rather than our Canadian site (travelocity.ca). In Google Webmaster Tools, we've adjusted the geotargeting settings to focus on the appropriate locale, but the wrong country TLD is still coming up at the top via google.ca. What's the best way to ensure our Canadian site comes up instead of the US site on google.ca? Thanks, Tory Smith
Technical SEO | | travelocitysearch
Travelocity0