University of Minnesota Duluth
People | Departments | Search UMD
I. T. S. S.  provides the campus community with a high-quality technology systems and services.

Skip to: content

Inside WebDev Guide

WebDev Guide Home

ITSS home : Web Services : WebDev Guide

ITSS WebDev Guide

2 Creating your site : Including keywords

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

Didn't find what you were looking for?