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
-
Does google look at H3 tags?
I've had someone tell me that google doesn't pay attention to H3 tags -- only H1 and H2. I haven't found much online to back this up or discredit it; thought I'd ask the Moz community!
Technical SEO | | LivDetrick5 -
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 -
Meta Titles and Meta Descriptions are not Indexing in Google
Hello Every one, I have a Wordpress website in which i installed All in SEO plugin and wrote meta titles and descriptions for each and every page and posts and submitted website to index. But after Google crawl the Meta Titles and Descriptions shown by Google are something different that are not found in Content. Even i verified the Cached version of the website and gone through Source code that crawled at that moment. the meta title which i have written is present there. Apart from this, the same URL's are displaying perfect meta titles and descriptions which i wrote in Yahoo and Bing Search Engines. Can anyone explain me how to resolve this issue. Website URL: thenewyou (dot) in Regards,
Technical SEO | | SatishSEOSiren0 -
Setting title tag with javascript/jquery
Hi there, I'm looking for some advice. I've recently implemented a few jQuery functions which gets specific content from the page and then sets the title and description. See working example here. It seems to work fine but my question I have is whether Google bots can read it and whether it might actually hinder my SEO efforts? Any advice would be really appreciated! Peter
Technical SEO | | peterallen0 -
Why am I not showing up in the SERP's or Google Local?
I have been trying to optimise the following site for both Google SERP's and Google Local - Pixel Primate The URL has been around for around 3 years now but they just updated the website and launched it in December 2012. I did the on-page optimisation early in January 2013 and Google seems to have indexed the changes, for the home page at least. One major keyword I am targeting for the home page is 'Web Design Leicester'. I understand that the DA is fairly low (24) so this is something I need to improve. However, I've experienced positive results fairly quickly from just on-page optimisation for other sites I have worked on. The site just doesn't seem to be ranking at all for any keywords. Maybe the industry type is just extremely competitve but I find it very strange to not be visible anywhere in the SERPs. The site does not seem to have any penalties as it ranks for 'Pixel Primate' and all pages appear when doing a site: search. Also what's strange is that I set up the Google Local listing years ago but it doesn't appear anywhere in the local listing, not even when I search for it manually. Any suggestions would be appreciated.
Technical SEO | | CWseo0 -
How should I shorten my titles?
I've read that page titles can't/shouldn't be more than 70 characters long. Out of around 1,000 products we have about 150 that have legitimate titles that exceed this character limitation. We plan on automatically truncating these. Should I just cut the titles off at 70 characters or should I cut them off and add a "..."? Does it even matter?
Technical SEO | | dbuckles0 -
Google Off/On Tags
I came across this article about telling google not to crawl a portion of a webpage, but I never hear anyone in the SEO community talk about them. http://perishablepress.com/press/2009/08/23/tell-google-to-not-index-certain-parts-of-your-page/ Does anyone use these and find them to be effective? If not, how do you suggest noindexing/canonicalizing a portion of a page to avoid duplicate content that shows up on multiple pages?
Technical SEO | | Hakkasan1 -
Why are apostrophes and other characters still showing as code in my titles?
Hi, I have a WordPress-based site and overall everything is working well. However, I can't seem to figure out how to get apostrophes and other characters to display normally. Now, the problem isn't that they are displaying as code to normal visitors or up in the title bar, they are displaying as code to Google's bots as well as to SEOMOZ. Example: Normal visitor sees: About **** | **** - Metro Vancouver's IT & Web Experts Google and SEOMOZ see: About **** | **** - Metro Vancouver's IT & Web Experts I've played around with different ways of typing the title (not using character codes vs. using character codes) and nothing seems to work. Any help or explanation would be appreciated.
Technical SEO | | Function50