Title tag is the very first thing to use for Search Engine Optimization of your webpage. Title tag is use to display the title of the web page in title bar(normally a blue color bar on top) of the web browser.
Title tag is used to tell the search engine about the topic of your web page text. Title tag should include the main keywords within the limit of 63 characters to show full title in Google search results. Title tag is very important for on-page search engine optimization.
You are to include the title tag in your web page's head section.
<head>
<title>Title of the document</title>
</head>
2. Description Meta Tag
Describe your website in a different way to attract attention of the viewers. Give a simple and short but appealing description. Meta Description Tag is used to describe your web page. Your description will be show after title of your web page in search engine results. Description should be related to the Title of your web page and precis of your page text. Title tag along with description is the first impression of your website for a visitor. These two will perform an active role to enforce the visitor to click on the link and view your website. You are to include the following Meta tags for search engine optimization of your website.
<head>
<meta name="description" content="TOP and Free SEO Tools and SEO Tips " />
<meta name="keywords" content="free seo tips, free seo tools, seo tutorials" />
<meta name="author" content="M.M.Alam" />
</head>
Recommended Readings:
For Using Meta Tags Easily in Your Website

