How to food blog: breaking Food Buzz

I know that this is a little trite, but relearning how to play Javascript for the 4 Ingredients post has emboldened me to break Food Buzz, the giant “Web 2.0” food blog content scraper. If you want to stop Food Buzz from using your content (but still retain the incoming links and traffic from Food Buzz), put the following bit of code between the <head> </head> tag on your blog.

<script type="text/javascript">

if (top.location!= self.location) {
top.location = self.location.href
}

</script>

This will redirect the framed Food Buzz pages back to your unframed site. For example, go to http://www.foodbuzz.com/blogs/kr/korea/960180-dosa-hut and you’ll be redirected.

Just as a small warning for Blogspot users: this affects the ability to edit the template on your blog. If you have any problems editing your template, turn off javascript in your web browser. Once you’ve finished editing, turn javascript back on.