Where do I place the meta tags?
The meta tags should be inserted between the <HEAD> and </HEAD> tags of your document.
Below is an example of how to format meta tags and where to place them:
<HTML>
<HEAD>
<TITLE>Your Site Title goes here</TITLE>
<META name="keywords" content="Your keywords go here, separated by a comma">
<META name="description" content="Your site description goes here">
</HEAD>
<BODY>
.. Page content is placed here ..
</BODY>
</HTML>
Other Questions In This Category
- Why can't I find my site in the search engines? It's been 8 weeks.
- How do I get my site in the search engines?
- I've seen services that submit to 2,000 engines. Why do you submit to 400?
- What meta tags should I add to my web site?
- When will I see my site listed on search engine sites?
- More Articles..