How To Write Effective Title Tags

by Kempton Smith

The title of a web page can impact the page's visibility to others and its search engine ranking. This article explains why and gives some practical tips for writing an effective web page title.

The title of a web page is a part of the required HTML structure tags for a web page. It should contain short, descriptive text and is displayed as the title of the page by a web browser.

The title tag, written as <TITLE>Page Title</TITLE>, should be placed between the <HEAD> and </HEAD> tags, just after the <HEAD> tag and before the Description <META> tag.

The HTML code for the HEAD section of your web pages should appear as follows:

<HEAD>
<TITLE>Page Title</TITLE>
<META NAME="Description" CONTENT="The description
of your page goes here"> other META tags </HEAD> rest of HTML code

The page title is important for a number of reasons:

  1. Most browsers display the page title at the top of the browser window.
  2. Most browsers display bookmarks using the web page title.
  3. Google and other search engines present the results of a search by displaying the page title as a clickable link in the first line of each query result.
  4. Your page ranking in the results of a search engine query depends on the relevancy of the keywords in your title.

Because the title of a web page is important, it is worthwhile spending some time carefully writing each page title. Don't let your web page editor automatically genenerate a default title like "Home Page." It so, it may be difficult to locate by others, either among other bookmarks or through a list of search engine results.

Here are some practical tips you can use for writing an effective web page title.

We’ll use as an example a web page for Amazing Banners, Inc., a graphics design company that sells custom animated banners to webmasters. The company also gives away small banners on its home page for prospective customers to use.

If you follow these practical tips for writing your web page titles, your internet visibility and search engine ranking will be improved.