Page Title & Meta Tags
The following information describes how you should implement "page titles" & "meta tags" correctly.
This is important for on-page search engine optimisation.
Correct Use of the Page Title & Meta Tags
The documents "page title", (which can be viewed in the top left corner of the browser) should be a short description of your page content or services provided within the page.
It should also contain your identity/company name.
Example:
<title>Creative Xperience | Tips on implementing on-page SEO</title>
The Documents Meta Tags
The "meta tags" that are important are the "keywords" & "description" tags.
The "description" tag should contain a short description of the page content.
Example:
<meta http-equiv="description" content="On-Page SEO Tips" />
The "keywords" tag should contain as it describes the keywords that have been used within the page.
Example:
<meta http-equiv="keywords" content="Page Title, SEO Tips" />
The end result:
<head>
<title>Creative Xperience | Tips on implementing on-page SEO</title>
<meta http-equiv="description" content="On-Page SEO Tips" />
<meta http-equiv="keywords" content="Page Title, SEO Tips" />
</head>
Important
Each webpage should have its own unique tags and not be the same throughout the whole website
We have kept our example tags very short, be assured you can make them longer, so long as they are not spammed and they need to be descriptive.
