Showing posts with label title. Show all posts
Showing posts with label title. Show all posts

Meta Development Guidelines

 TITLE TAG 

The Title Tag should be no longer than 80 characters and should contain words and phrases that accurately describe the content of a page. Try to make the Title Tags located throughout your site unique and relevant. Every word in the Title should be contained somewhere in the page they are used for. In search results, Google currently displays only approximately 65 characters of the title - some engines display more. 

Example:

<TITLE>Title Tags, Meta Keywords, and Descriptions – Title Tag Guidelines</TITLE> 

NOTE : always remember to close your tags e.g.  
The TITLE tag can be found by viewing the html source of your page...it is always located before the <body> tag, between the <head> and </head> tags e.g.

<HTML>
<HEAD>
<TITLE>This is a title tag</TITLE>
</HEAD>
<BODY>
<p> page content</p>
</BODY>
</HTML> 

Remember to put title tag text on each page of your site. Most search engines don't just look at your index page. They spider the entire site. This will help increase your listings chances.