I still feel that proper page building using an HTML Editor software is still key to optimizing your web pages. There are still several smaller search engines like Inktomi and Teoma that use this tag when matching user searches against indexed content. Also this meta tag is used by some proprietary web spiders which use META KEYWORDS while scraping the web page data.
The META Tag keywords of your site are placed in the <head> section of your web page and it looks like this:
<html>
<head>
<meta name=”keywords” content=”your,comma,separated list,of,keywords and phrases”>
</head>
This means that even though META KEYWORDS does not have a very high weight in web page ranking it is still a good idea to put that tag in each web page and place some relevant keywords there. Be warned that you should not duplicate the same keyword many times since it could cause the search engine to ignore the whole META KEYWORDS tag.



