Create a preview of how your website will appear on Google, MSN and Yahoo Search.
|
How to use this tool 1. Enter a Title, Description and Website Address. You may want to enter a search keyword to view how users will see your listing when a particular keyword is searched. 2. Click the “Show me a preview!” button. The results will be displayed in the box below. This tool will show you a preview of how the search engine listing of your website will be displayed. The results will show a listing from Google, MSN and Yahoo Search.
|
|
|||||||||||||||
function validate(theform) {
if (theform.title.value == “”) { alert(“Please enter a title.”); theform.title.focus(); return false; }
if (theform.desc.value == “”) { alert(“Please enter a description.”); theform.desc.focus(); return false; }
if (theform.domain.value == “”) { alert(“Please enter a web address.”); theform.domain.focus(); return false; }
return true;
}