What
Should I Put in these Meta Tags?
First what needs to be done before you attempt to create meta keyword tags
(ideally these things should be done before the Web site is ever created):
Choose your relevant keywords.
Write the site's content based on these keywords. Create a title tag using the
same keywords. Create a meta description tag as a marketing sentence, also
based on these keywords.
Once you do the above things properly, putting together your meta keyword tag is
a very simple procedure.
HTML Code:
<head>
<meta name="keywords" content="keyword, key keywords, etc" />
</head>
Keywords or phrases are placed in this meta tag's content attribute. name
defines what type of meta tag being used. Note that the keywords are separated
by commas.
|