ITSS WebDev Guide
Including keywords for searches
You can increase the chances of your page being "found" by the UMD HTTDig search engine by including one or more "keywords" in the head of your web page.
For example, the keywords for this page are "keyword" and "search". This page would show up in the list for anyone who used the UMD search engine to search for "keyword" or "search".
If you have a page on the UMD web server, you can specify keywords by including the following line between the <head> and </head> tags:
<meta name="keywords" lang="en-us" content="word1, word2, word3">
Replace "word1", "word2", etc. with the keywords for your page. You can include as many keywords as you like, separated by a comma.
If you have questions about using this tag, please contact our Help Desk (x8847).
Rev: sab 06.08