HTML TITLE tag - HTML tips

 HTML TITLE tag
The title tag is an important part of any web page and it provides us with an opportunity to spell out the content of our page, and the most important keywords should go first. All pages should have a title tag and all title tags in your site should be unique. Don't repeat the same title tag for multiple documents. It should be inserted into the header of your web page and it looks like:

<HEAD>
<TITLE>XYZ Company Home Page</TITLE>
</HEAD>


<title>is also used by search engines to index pages.

Decide on the keywords for the page and then build the title tag around them. Make sure you have all the keywords / key phrases in the title tag.
Tags: , ,

Join Us!