Between the <head> and the </head> tags of your page code, there are several tags you need to understand to make them work for you.
First there are two <meta> tags.
The meta keywords tag looks like this:
<meta name=”keywords” content=”keyword 1, keyword 2, …”>
You would select a few of the most important keywords for your page to put here. When I say “a few”, I really mean just a few. Putting dozens or hundreds of “keywords” that you don’t even use on your page just means that the whole thing will be at best ignored. At worst, you can be punished for trying to cheat by putting keywords in there that are clearly not a part of your site.
In fact, at this time it appears that putting keywords in the meta keywords tag is probably not going to help your site. So many people cheated on it that Google no longer will count it for you.
Then there is the meta description tag. It’s pretty self-explanatory.
<meta name=”description” content=”This is the description of my site I want to appear in a Google search.”>
Finally, there is the page title.
<title>Your page title text goes here</title>
Your page title shows at the very top of the browser window in the blue bar. It also displays as the text for your link, if your page is indexed on Google.
The page title for this page is “SEO – In your document head | Help4flirts – Mozilla Firefox” if you are viewing this post as a single post, and “HTML, design, and graphics tutorials for flirts, PSO’s, and the adult entertainment industry – Mozilla Firefox” if you are viewing it in the main index view.
You really want your page to have a title that reflects what the page is about. Names like Untitled Document (18,000,000 pages) and Page title (598,000,000 pages), or Home (4,520,000,000 pages), well let’s just say they aren’t going to set you apart from your competitors, or anyone else for that matter.
Using somebody else’s site name as the page title on your site entry page? Skeezy.

