Changing Hosts... We are moving to a good hosting company in a hurry so some pages are missing or not working correctly, hopefully things will be back to normal soon.
Thanks for your patience.

Referer Spam

 RewriteEngine On
 #a known spamming site
 RewriteCond %{HTTP_REFERER} ^http://(.*\.)?egolddomain.(com|net)(/.*)?$ [NC,OR]
 #various "porno" words when separated by line breaks are probably spam
 RewriteCond %{HTTP_REFERER} ^http://.*(\b)porn(o(graph(y|er))?)?(\b).* [NC,OR]
 #referer url's with excessive - characters are probably spammers
 RewriteCond %{HTTP_REFERER} ^(http://www.)[a-z]+-[a-z]+- [NC,OR]
 #can add as many rules as desired following the pattern of the previous line
 #set an environment variable "BAD_GUY" so we can send their logs to a different file
 RewriteRule ^(.*) %{HTTP_REFERER} [R=301,E=BAD_GUY:1,L]
 #because we have set E=BAD_GUY above, we can do this in our log file:
 CustomLog /var/log/apache/access.log combined env=!BAD_GUY
 CustomLog /var/log/apache/access_bad.log combined env=BAD_GUY

See also

Retrieved from http://en.wikipedia.org/wiki/Referer_spam

Reprinted from Wikipedia, The Free-Content Encyclopedia under the GNU Free Documentation License.

Site Promotion Articles Indexes:

UnFair Advantage Book on Winning The Search Engine Wars
UnFair Advantage:
Winning The
Search Engine Wars
Get A Top 10 Search Engine Ranking
Get A Top 10
Search Engine Ranking

Site Usability Influences Your Search Engine Rankings

How The Age Of A Website Affects Search Engine Rankings

What Do People Click In Search Results?

Site Text Too Complex?

Does Your Site Look Like Spam To Search Engines?

Are Your AdWords Results Getting Worse?

Get Google Sitelinks

Google's New Web Page Spider

Search Engine Safe URL Redirect

KEI: A Good Indicator For Useful Keywords?

Google PR Improved With Domain Redirection

Dealing With A Google Ban

All You Need To Know About Google Suggest

Is Your WebSite Guilty By Association?

 

Search Engine Promotion Help Site Map

Valid HTML 4.01!

©2008 Search Engine Promotion Help
July 20 2008 14:09 UTC