Underground SEO Newsletter – Sign Up And Get Free Linkbait Whitepaper
Quite often I have interesting SEO observations that for one reason or another can’t be posted on BlogStorm.
Instead of keeping these a secret I thought it would be fun to start a newsletter which goes out a few times a month with observations, strategies and other interesting features.
As a bonus for signing up you get a copy of the Advanced Linkbait Strategies whitepaper I used to sell for £100 this time last year.
To sign up simply visit the site and fill in your details using the form at the top right of each page. You can see the form in the screenshot below:

The first newsletter will be sent out sometime next week and topics on the table include how to evaluate whether a link passes weight and the issue of whether links from within content or within a sidebar work faster.
It should be noted that the contents of the newsletter are sometimes going to be raw observations rather than fully tested theories.

Comments
Read the 6 comments below, or add your own!
Hi Patrick,
Good initiative! I’m in.. subscribed to the news letter..waiting for some fun
Cheers!
Brilliant idea Patrick, can’t wait to receive it!
On your sign up fields in notice you use
onfocus="value=''"but that means if I type my details in the boxes, then click back to make an edit, it clears the entry.How about using
onfocus="clearValue(this);"on the input, then the reference the following external JS in the head:function clearValue (obj)
{
var originalValue = obj.value;
obj.value = '';
obj.onblur = function ()
{
if (this.value == '')
{
this.value = originalValue;
}
}
obj.onfocus = function ()
{
if (this.value == originalValue)
{
this.value = '';
}
}
}
That way, if I click on, it’ll clear the default value/message as before and re-enter the default value when I click off…however…if there is a new entry in the text field, it’ll preserve it no matter what
Just a minor thing, but I thought it might help?
SEO man you are quite right, my code is flawed. Will change it to yours.
hope this is not another kind of email harvesting trick…? Subscribed and waiting for the first “blackhat” article!
Great idea Patrick – looking forward to some new ideas!
Steve
still waiting for the first “Underground SEO Newsletter” when its gonna happen?