VT Search

Virginia Tech currently uses Google Public Service Search as its primary search engine. This is a free service provided by Google to non-profit organizations. It lacks some flexibility in areas such as site indexing and returning results multiple domains. It does, however, offer a number of mechanisms for providing search at a very good price. The following outlines how to add search to your Web site and how to modify the settings to improve your results:

Adding the Virginia Tech Search to your Web site

If you want to add the Virginia Tech search to your Web site, insert the following HTML code into your Web site and modify the parameters as needed.

<form name="vtsearchform" method="get" action="http://search.vt.edu/query">
<input type="text" name="q" size="25" maxlength="50" value="" />
<input type="hidden" name="sitesearch" value="vt.edu" />
<input type="hidden" name="hl" value="en" />
<input type="submit" name="sa" value="Go" />
</form>

Parameter Details

Limitations