Website Name shown at the end of HTML Titles

Website Name shown at the end of HTML Titles - Google Search Console is a free application that allows you to identify, troubleshoot, and resolve any issues that Google may encounter as it crawls and attempts to index your website in search results. If you’re not the most technical person in the world, some of the errors you’re likely to encounter there may leave you scratching your head. We wanted to make it a bit easier, so we put together this handy set of tips about search-engines, google-search, , to guide you along the way. Read the discuss below, we share some tips to fix the issue about Website Name shown at the end of HTML Titles.Problem :


A google search for



site:cnn.com cnn



returns results like



Kenyans one dance away from semifinals - Sports - CNN.com


Health News - Medical, Mental and Dental Treatment ... - CNN.com




  1. Is it possible to not show the website name in the search result titles?

  2. Where does google read the name of the site from?


Solution :

After a little investigation it seems that Google is actually showing slightly different page titles in search results (SERPs) from the exact content of the <title> tag on the specific page.



There are a few different situations. The health page comes up towards the top for me, and it has this title in SERPs:




Health News - Medical, Mental and Dental Treatment ... - CNN.com




The actual title on the page is:




Health News - Medical, Mental and Dental Treatment - Beauty, Nutrition and Fitness - CNN.com




So it seems Google is shortening the title to fit into its 65 or so characters. But instead of simply truncating it, it cuts out the middle so it can show "CNN" which was relevant to the search query.



Similarly for the cricket article, searching for "Kenyans one dance away from semifinals" shows this in SERPs:




Kenyans one dance away from semifinals - Sports - CNN.com




However, if you add "cricket" to the search term, it shows the actual page title (truncated):




SI.com - 2003 Cricket World Cup - Kenyans one dance away from ...




The weather page shows this title in SERPs:




Weather Forecasts, Doppler Radar Reports and Weather ... - CNN.com




It uses a complex chain of redirects, including a meta refresh, 302 and 301 redirect to get to http://weather.edition.cnn.com/weather/intl/forecast.jsp, which finally displays some content. (Note, this is terrible SEO and the page likely only ranks because it has thousands of links pointing to it.)



None of the stages along the way have the title from SERPs, and the final page has "Atlanta, GA" in the title. This is meant to be localized content (although I'm not in America). So in this case, either the page returns the above "Weather Forecasts..." title for search engine spiders, or Google is seeing that weather.cnn.com doesn't have a meaningful title and making one up from links pointing to the site.



TL;DR: If a page title is longer than 65 characters, Google may show a different part of the title, depending on the search query. Or if there is no title, it will decide on an appropriate title from links or other sources. As is always the case, this is algorithmic on Google's part and you would not be able to specify this yourself.



Your original question is not very clear. For example, do you literally want to edit Google’s search result listings? (In that case, I’m fairly certain the answer is no!)



On the other hand, are you trying to remove a similar feature as CNN uses in its page titles from your website?



As already mentioned on this page, search engines get the titles of listings directly from the value of the TITLE element of the web page’s (X)HTML markup. For example, if you viewed the source code of the first CNN page you mentioned in your question, you would expect to find the following in the HEAD of the HTML document:



<title>Kenyans one dance away from semifinals - Sports - CNN.com
</title>



However, it is unlikely that a website as large as CNN manages every web page manually. Although I am unsure of the exact set-up over on the CNN website, I imagine they use a server-side scripting language to append the website name to the end of every page they publish.



If you want more specific information on how to add or remove this feature from your website, you would have to tell us what kind of system you have going on over on your server in regards to managing your content. For example: Do you have a static website? Do you use ASP.NET or PHP? Do you use a CMS (WordPress/Joomla!/Drupal etc.)?



(I hope this helps to point you in the right direction for now!)



You can influence the title of a website in the search results by using the html <title> tag. If you do not put the website name in the <title> tag, it won't be shown in the search results titles.


If the issue about search-engines, google-search, , is resolved, there’s a good chance that your content will get indexed and you’ll start to show up in Google search results. This means a greater chance to drive organic search traffic to your site.

Comments

Popular posts from this blog

Years after news site changed name, Google is appending the old name to search titles and news stories

Is it possible to outrank Google for a search term on their own search engine?

Load Wikipedia sourced biographies via Ajax or render it with the rest of the page as part of the initial request?