Meta Tags
Meta Tags are used by search engines to allow a more accurate description of your site in their indexes.
VCU Search Meta Tags – http://www.vcu.edu/search/help/faq.html
Using Meta Tags to keep pages from being indexed<META NAME="robots" CONTENT="noindex, follow">
Doing so will allow HtDig to still follow links to other documents, but will prevent this document from being put into the index itself.
If you don't want htdig to follow your links from that page then insert this line of code:
<META NAME="robots" CONTENT="noindex, nofollow">
This will prevent the linked pages from being indexed as well as that page.
There are two primary ways of improving your relevance rating. The first is to appropriately identify your Web page with a proper <title>. The second is to use a <meta> tag to describe your Web page's keywords.
<meta name="keywords" content="keyword1,keyword2,...">
The meta tag goes in the <head> of your HTML document. FrontPage users should look at the online document for adding keywords using FrontPage.
Using Meta Tags to Redirect Pages
The content value is the number of seconds that it takes before the page is redirected.
This goes in the <head> of the web page.
Additional Meta Tag Links
