Underground SEO Newsletter – Sign Up And Get Free Linkbait Whitepaper

by Patrick Altoft on / 6 responses

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.

Patrick Altoft is Director of Search at Branded3, a Leeds SEO & Digital Agency specialising in SEO, Web Design, Development & Social Media.

Get daily posts direct to your inbox

You can get our blog posts delivered for free by email every day - simply add your email address to the box above, or alternatively you can grab the RSS feed.

Comments

Read the 6 comments below, or add your own!

September 26, 2008 at 12:05pm

Hi Patrick,

Good initiative! I’m in.. subscribed to the news letter..waiting for some fun :-)

Cheers!

Reply

September 26, 2008 at 4:40pm

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?

Reply

September 26, 2008 at 5:18pm

SEO man you are quite right, my code is flawed. Will change it to yours. :-)

Reply

September 27, 2008 at 10:00am

hope this is not another kind of email harvesting trick…? Subscribed and waiting for the first “blackhat” article!

Reply

September 27, 2008 at 1:55pm

Great idea Patrick – looking forward to some new ideas!

Steve

Reply

October 10, 2008 at 9:29pm

still waiting for the first “Underground SEO Newsletter” when its gonna happen? :(

Reply

Leave a comment

Your email address will not be published. Fields marked with an asterisk are required.
 

  *

  *

You can use one of the following tags:
<a href=""><blockquote><code><em><strike><strong>