What are Keywords ? and adding Keywords Using The META Tag
Maximum - 800 characters.
Adding keywords simply requires editing the HTML code and adding the meta tags, as in the following example. The top of a web page source code on your site might look like:
<HTML>
<HEAD>
<TITLE>YOUR SITE NAME HERE</TITLE>
</HEAD>
<BODY>
<H1>Site Page text.</H1>
You can create a META tag with the following information:
<META name="keywords" content="HERE"> - you can copy all and past this in below the TITLE line.
To add additional keywords, replace HERE with your keywords!
<META name="keywords" content="HERE">
actual example
The top of your HTML document would then look like:
<HTML>
<HEAD>
<TITLE>Your site name</TITLE>
<META name="keywords" content="sale, big sale, web big sales">
</HEAD>
<BODY>
<H1>Site Page text</H1>
Answers about META keywords!
Use: "car, cars" to cover all the possible variations searchers might enter.
Use lowercase keywords, you can use more then one keyword separated by commas, with a space after the comma. Example - car, car sale, best car sale.
You may get penalized for using the same keyword more then twice on the same page.