.table1 { border: solid .05em; padding: .5em; } /* This script and many more are available free online at The JavaScript Source :: http://javascript.internet.com Created by: Lee Underwood :: http://javascript.internet.com/ */ function createRobotTag() { var robotsTag=""; document.getElementById("index").disabled=true; document.getElementById("follow").disabled=true; } else if (document.getElementById("none").checked==false) { document.getElementById("index").disabled=false; document.getElementById("follow").disabled=false; if (document.getElementById("index").checked) { robotsTag += "noindex, "; } else { robotsTag += "index, "; } if(document.getElementById("follow").checked) { robotsTag += "nofollow\">"; } else { robotsTag += "follow\">"; } } document.getElementById("tag").value = robotsTag; } function googTag() { var googleTag=""; if (document.getElementById("googleBot").checked) { document.getElementById("tag2").value = googleTag; } else { document.getElementById("tag2").value = ""; } } function copyToClipboard() { document.getElementById("tag").focus(); document.getElementById("tag").select(); copiedTxt=document.selection.createRange(); copiedTxt.execCommand("Copy"); } function copyToClipboard2() { document.getElementById("tag2").focus(); document.getElementById("tag2").select(); copiedTxt2=document.selection.createRange(); copiedTxt2.execCommand("Copy"); }
Tell robots to ignore this page
Tell robots to not index this page in the search engines
Tell robots to not follow any of the links on this page

Insert this meta tag in the section of your Web page:


[Netscape, Firefox, and Opera users - Press button to select and [Ctrl]+C to copy]


Tell only the Googlebot to ignore this page

Insert this meta tag in the section of your Web page:


[Netscape, Firefox, and Opera users - Press button to select and [Ctrl]+C to copy]

Free JavaScripts provided
by The JavaScript Source