I want to share this Im so proud of it.
We all know: Suddenly adding 1000 links to your page will get google on your ass unless you're adding 1010 the next week etc. It's called "Link Velocity". Well, if you have a blog army or something, and edit your sidebar, you suddenly get a shit ton of links. Wouldn't it be great to spread it out over time?
Alas:
TargetDate = December 1st
OriginDate = Oct 1st
DaysFromOriginToTarget = 60;
DaysLeft = Days Until Target Date;
Percentage = ( DaysFromOriginToTarget - DaysLeft )/ DaysfromOriginToTarget
Percentage = Percentage * 100;
if( (rand() % 100) > Percentage)
Show Link
As the date grows closer, your percenage gets bigger. On Nov 31st, it will be 59/60. On oct 2 it will be 1/60.
I was pretty proud of this.
Anyone wanna hook me up with a blog army? heh.
Josh
We all know: Suddenly adding 1000 links to your page will get google on your ass unless you're adding 1010 the next week etc. It's called "Link Velocity". Well, if you have a blog army or something, and edit your sidebar, you suddenly get a shit ton of links. Wouldn't it be great to spread it out over time?
Alas:
TargetDate = December 1st
OriginDate = Oct 1st
DaysFromOriginToTarget = 60;
DaysLeft = Days Until Target Date;
Percentage = ( DaysFromOriginToTarget - DaysLeft )/ DaysfromOriginToTarget
Percentage = Percentage * 100;
if( (rand() % 100) > Percentage)
Show Link
As the date grows closer, your percenage gets bigger. On Nov 31st, it will be 59/60. On oct 2 it will be 1/60.
I was pretty proud of this.
Anyone wanna hook me up with a blog army? heh.
Josh