Blue Hat SEO
- Addon Domain Spamming With Wordpress and Any Other CMS
I got this question from Primal in regards to my post on Building MininetsEli,I like the post and your entire site. Thanks for sharing your knowledge. One thing confuses me about this particular tactic. Where are you getting the content from? You mentioned Audioscrobbler and Youtube API but I am not focusing on a music [...]
- Blue Hat Technique #21 - Advanced Mininet Building
I promised awhile back that I’d teach you ugly bitches more ways to build your sexy SEO Empire. With some spare time this week I might as well take some time to help your nasty hooker ass do just that. YES I will insult you through this entire post because judging from the recent comments [...]
- Review of AutoPligg Backlink Tool
If you already own AutoPligg read this post anyways. I promise you’ll learn something…Today’s tool review is of a tool called Autopligg by the Syndk8 crew. You’ve probably already heard of it by now but I’ve been using it for the last 6 months or so and I wanted to give you some insight on [...]
- Conspiracy Theories Please
If you find portions of my writing style on this blog hard to understand, overly complicated, different then my writing style elsewhere or just generally outside the realm of normal blogging; It’s not because I’m trying to hide something, trick you, cover up a lack of experience, or prevent you from learning the technique. In [...]
- Open Questions - Subdomains and Main Domains
I got a great question on my SEO Empire post from Ryan at NetSEO. I figured it was worth addressing in a post rather than leaving a really long comment.Eli,Can you be so kind and explain why this is:“Primary domains can pass a penalty to subdomains. Subdomains can’t pass a penalty to a main domain [...]
- Advanced White Hat SEO Exists Damn It! - Dynamic SEO
Hello again!I’ve been restless and wanting to write this post for a very long time and I’m not going to be happy until its out. So get out your reading glasses, and I have it on good authority that every reader of this blog happens to be the kind of dirty old men that hang [...]
- We Added A New Java Chat
Facts be faced I haven’t been posting lately. So if you want to chat it up and get some solid advice feel free to join us in the chatroom.Chat.BlueHatSeo.com
- How To Overthrow A Wikipedia Result
A busy ranking artist runs into this problem quite often. I ran into it again the other day and figured I might as well show my Blue Hat peeps how to overcome the same problem since its a fairly popular problem to have and there is a simple solution to it.The ProblemYour site is holding [...]
- Stumble and Digg Begging
Haven’t done a Neat Tricks and Hacks in awhile. Here’s one to remind DIGG and Stumbleupon users to up your shit.PHP<?$sites[’stumbleupon’] = ‘Glad you stumbled upon us. Please leave us a nice review if you enjoy the site!’;$sites[’digg.com’] = ‘Glad you found us on Digg. Please Digg up if you like!’;if( !empty( $_SERVER[’HTTP_REFERER’] ) ) [...]
- New Wordpress Plugin - PingCrawl
I’ve been starting to use a new plugin I helped develop with the coding expertise of Josh Team from Dallas Nightlife Entertainment. It’s called PingCrawl. Its a plugin that helps get your Wordpress blogs deep links automatically on every post.Plugin SummaryEvery time you make a post on your blog it grabs similar posts from other [...]
- Open Questions #4 - Diminishing Values On Outbound Links
I somehow missed this question from the Open Questions post and I can’t help but answer it.From AdsenserI loved your SEO empire post.But I was wondering how much effect does a lot of links from a lot of indexed pages from the same domain have?I always thought that the search engines looked mainly at the [...]
- Blue Hat Technique #20 - Cyclic Documents
Summer You Never Even Really Gave Yourself enough time.There was a bit of confusion with my cycle sites technique illustrated in the SEO Empire Part 1 post. I used autoblogs as an easy to understand example. Autoblogs generate links quickly to themselves and can be cycled (redirected) to a source to push those [...]
- Product Review: Auto Stumble
Oh boy I haven’t done an actual product review in a really long time. Well with my effort to get back into posting regularly it couldn’t hurt to do one for the sake of catching up. More the merrier. This one was sent in by the famous Mark from Digerati Marketing. It’s called [...]
- Blue Hat Technique #19 - Keyword Spinning
Holy cripes! It’s been awhile since I’ve sat down and written a Blue Hat Technique. It just so happens I need this one for the next SEO Empire post. I’m like blah blah talking about Keyword Spinning then I realized you guys have no fuckin’ clue what I’m yammering about. So I figure nows a [...]
- Del.icio.us Captcha Cracked
Here ya go. This is the del.icio.us captcha busted in Python.#!/usr/bin/pythonimport Image,time,random,glob,re,os,sys##$$$$train = raw_input("train? (y/n)")if(train == "y") : train= Trueelse: train = False##fileName = ''.join(sys.argv[1:])def getNeighbourhood(i,width,height,pixels):results = []try:if(pixels[i+1] != 0): results.append(i+1)if(pixels[i-1] != 0): results.append(i-1)if(pixels[i-width] != 0): results.append(i-width)if(pixels[i+width] != 0): results.append(i+width)if(pixels[i-width+1] != 0): results.append(i-width+1)if(pixels[i+width+1] != 0): results.append(i+width+1)if(pixels[i-width-1] != 0): results.append(i-width-1)if(pixels[i+width-1] != 0): results.append(i+width-1)except:passreturn resultsnow = time.time()captcha [...]