Frequent Questions
Meta Tags
What are Meta Tags?
Answer
Meta Tags are items placed in your web page between the <head> and </head> tags. These tags should be placed in all of your pages prior to submitting your Web site to Search Engines.
What Meta Tags are necessary prior to Search Engine Submission?
Answer
Some of the basic tags which should be included on every single Web page are:
keyword, description, abstract
How do I instruct robots what to index/follow and what not to index/not follow?
Answer
The meta tag Robots can contain four different values:
Indexing - index, noindex
Following - follow, nofollow
To index, but follow for instance would be:
<meta name="robots" content="index, nofollow">
