mod2

Member
Posts: 445
Registered: Sep 2007

|
Posted October 9th, 2007 02:15 AM IP  Stop The Google Bot (Generic Code)
Author: Google (They own the © to this code and offer it freely to webmasters to use to stop the indexing of pages)
First posted by bluangelgrrl
Find the following Coding in your Control Panel>Custom Template>Page Header:
Quote: <html>
<head>
<title>{boardtitle} - excoboard.com</title>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<LINK REL=StyleSheet HREF="http://s2.excoboard.com/forums/{boardid}/style.css" TYPE="text/css">
{headerinsert}
</head>
|
Replace with the Following: (Addition to the above is indicated in Red, no need to edit anything)Quote: <html>
<head>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"><META NAME="ROBOTS" CONTENT="NOARCHIVE">
<title>{boardtitle} - excoboard.com</title>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<LINK REL=StyleSheet HREF="http://s2.excoboard.com/forums/{boardid}/style.css" TYPE="text/css">
{headerinsert}
</head>
|
There is no explanation given on Google's Webmaster page regarding how long it will take for the Google Bots to stop indexing your board, but you can assume that it will take at least several weeks for it to end. If you go to Google's Webmaster Page, and you believe that it is urgent that Google Bot stop indexing your page, they give you an alternative to use. Google states that this process will only remove your site from their index file for 6 months. You will have to redo this process every 6 months to keep it excluded.
NOTE: Using this code does not block or end the Google Ads at the top of the forums. In order to have the ads removed, you must pay for the Ad Free Option that is available on the Excoboard Control Panel. It is a violation of Excoboards Terms of Service to remove or block the Google Ads without paying for that convenience.
The above explanation has been rewritten entirely to conform with a request by Peter.
The above information is found freely at this website:
How to Stop the Google Bots
This posting in no way violates any copyright and is freely distributed by Google itself for those who wish to have the google bot stop indexing their pages. Because the original information comes from Google, they hold the only copyright to the information.
|