SEO Black Hat: SEO Blog and Private Forum

Tired of useless Top 10 Lists for ranking in Google? Looking for effective and insightful info? SEO Black Hat Blog offers articles on Blackhat SEO, Linkbait & Link Spamming. And if you need to escape White Hat SEO Whiners, check out The Private Black Hat Search Engine Optimization Forum.

Great Cloaking Article

1 comments

Finally something worth linking to. There has been a bit of a blog drought this summer in the SEO space and I’ve been struggling to keep seoblackhat interesting and informative the last few weeks.

Dan from kloakit has written the comprehensive guide to cloaking to clear up some of the misconceptions surrounding the topic.

Notice that search engine optimization, while displayed prominently in the list, is not cloaking’s only purpose. When used for this purpose, many folks see it as unethical and search engines don’t like it. I’ll discuss that later. But there are many good reasons for cloaking which have to do with assisting the user’s experience.

 

I mentioned that cloaking programs look for certain criteria in a visitor’s request for a web page. Here is a short list:

* Their IP address
* Their User-Agent
* The HTTP_REFERER header
* The HTTP Accept-Language header

 

He goes on to explain in detail all the list items plus language cloaking, the ethics of cloaking and how the search engines view the practice. If you already cloak, this is a good refresher. If you’re new to the topic, this is a great place to start or send others that don’t understand cloaking.

I mentioned the SEO blogging drought lately; if you write or see something that I should be blogging about - send it to me. I’m quadszilla and my domain is seoblackhat.com . . . so the email address shouldn’t be that hard to figure out.

bookmark this article:
  • reddit
  • digg
  • netscape
  • del.icio.us

IP Delivery to Stop RSS “Content Thieves”

7 comments

Tired of getting your content stolen from your RSS Feed and reposted on splogs? Here is a simple solution for you. I was inspired by RSnake to add some code to my .htaccess file to stop some of the people from scraping my feeds and will show you how to do the same.

Basically, all you need is the IP address of whoever is stealing your feed and you can deliver whatever content you want to them. One way you can get it is to “ping” the site - go to a DOS prompt and type “ping spammersite.com”. It’ll spit out the IP for you. Traceroute (tracert) will also work.

In my case, I just redirected any instance from their IP address back on their own feed. I’m not sure yet, but this may cause a loop in there server to post things over and over again.

If you want to delivery any kind of custom content to a specific IP address, you just need to add these 3 lines of code to your .htaccess files.

RewriteEngine on
RewriteCond %{REMOTE_ADDR} ^69.16.226.12
RewriteRule ^(.*)$ http://newfeedurl.com/feed

Where 69.16.226.12= the IP address you want to send to and http://newfeedurl.com/feed is the custom content you want to send them.

You can always test what content will be delivered by changing the IP address to that of the machine you are working on. You can check your IP Address here.

You can be as creative as you wish with what you feed them. You can even use them to blog and ping for you if you like. The possibilities are endless.

So why is a site about Search Engine Spamming teaching people how to stop thier content from being splogged? Because I am a dirty link whore and this is the kind of thing that people like to link to.

It might even be the type of story that people like to Digg.

bookmark this article:
  • reddit
  • digg
  • netscape
  • del.icio.us

Dan Kramer Interview By Aaron Wall re: Cloaking

0 comments