Web Hosting

HTML Page Title

By admin

Page Title

The page title is possibly one of the most important tags to get right.

The coding should be placed between in the specific “Header” area as below :-

<html>
<head>
<title>Title of the website</title>
</head>
<body>
The content of the website.
</body>
</html>

The <title> tag defines the title of the website and tells Google what the website is about. Think of it like looking in a libary at books and seeing the page title as the book name. Its the first thing you see.

The page title is used for the title in the browser toolbar, and is the title for the website page when it is added to favorites. When you search in Google the page title is what is displayed in the search-engine results above everything else.

The meta page title tag should contain a maximum of 12 keywords in length and should be a combination of primary keywords and secondary keywords. Try not to use stop words which are like “a”, “and”, “or” and “that”. Also do not repeat the same keywords  more than twice in the meta page title tag.

Tags: ,

Comments are closed.