Showing posts with label SEO tags. Show all posts
Showing posts with label SEO tags. Show all posts

Sunday, July 7, 2013

The Importance of the Title tag with Google SEO

The Title tag is the most important element in determining relevance for a web page. You want to make sure you are as specific as possible when naming your page. If your page is about “Blue Widgets”, your page should not be titled just “Widgets”. Now, depending on the size of your website and resources available, it may not be practical to address every single web page title right away.
You need to focus on your users. What are your most popular web pages? This type of thinking can generate a list of pages to focus on. Viewing your top pages in Google Analytics is one way of viewing this information. In addition, if a lot of web pages on your site are dynamically generated, you may want to implement a logical re-visioning in code by setting rule-sets in how to trim them down.

The best part about optimizing for title tags with dynamic pages comes with all the glorious rules you can set forth. Here are some examples in scenarios in what you can do to optimize.

  • Set the maximum character count to 70. This included any data entry or tool set point for the field.
  • Set the maximum character count in the database of the pertaining field.
  • When selling products, ensure you list the Brand of the product first, then list the products description or model number keywords.
  • Set a variable in your implementation to ensure the Title tag can not be dynamically changes unless there is some form of validation from the user (boolean value).
  • If a user somehow manages to enter in more than 70 characters, have the developer check the string and remove the ending characters of the title. This will ensure you have no incomplete pieces of text that takes away from the weight of keywords in the title.
  • You may also include the brand at the end of the page. The title can appear as Blue Widgets – Your Website Name without the .com. However, never sacrifice listing the brand name if your title is within the 70 character limit. You should have a developer dynamically count the length of your website name and only include it, if all full characters can fit in the title while including your website's name. Listing your website's name is important to build recognition in the search listing. A user is more likely to click a link with Ebay in the title vs. some unknown website.


If you have a smaller website, you should use Google's keyword tool to best populate the title of your page. You should consider the volume of searches and the level of competition of the keyword phrase. Another tactic when developing your title tag is to ensure it is a little unique vs. any heading tags in place (h1, h2, etc..). This gives a slight boost in uniqueness of the page.


As a final note, the closer the keyword phrase is to the beginning of the title tag, the stronger the weighting will be. You never want to list your company site first for any unique page. The exception to this rule can be your home page if you are concentrating on building brand identity.

Understanding the Meta Description Tag with Google Search

The Meta description tag is primarily used to improve your click-thru rate in Google search results. With the proper formatting and query performed by the user, you can trigger this information in the search results. This meta tag incredibly strong when your descriptive information represents the intent of the Google user performing a query. Google will decide the relevance of the query and description inside the meta tag to determine what to display for the user. Let's take a look at Google query exercise:
  1. Go to Google.com
  1. Search for PC Headsets
  1. Scan for the Newegg.com result and notice the information below the hyperlink. The Description should read “Sound Cards and Speakers at Newegg.com. We offer the best prices, fast shipping and top-rated customer service. Once you know, you Newegg.
  1. Next, click the result
  1. Next, Right click on the web page and view source
  1. Ctlr + F and search for <meta name=”description”
  1. You should see <meta name="description" content="Sound Cards and Speakers at Newegg.com.&#160; We offer the best prices, fast shipping and top-rated customer service.&#160; Once you know, you Newegg.">

It is important to understand that the meta description does not directly affect the ranking of your content. It only aids in the click-thrus to your content. Now, overtime, if the click-thru rate increases, your rank could go up as a result, but the mere fact of optimizing the meta description with your keywords has no direct affect on your query rank.

Reference for proper implementation
  1. Ensure you encase the meta description tag inside the <head> tag.
  2. <meta name="description" content="Your Content Here to Describe the Webpage">