Posts Tagged ‘Revenge’
Search Engine Optimization Using rel=nofollow
Some time ago I was lucky enough to get hold of an ebook called Revenge Of The Mininet by Michael Campbell. In that book and associated tools and utilities provided by search engine optimization guru Leslie Rhode was detailed ideas and strategies about how to control the flow of PageRank through your website.
I did some modifications to my Content Management System to do just that, specifically control the flow of PageRank exactly where I wanted it in my site and my customers sites and boy, it worked like a charm.
The option I chose back then was to modify the content management system to use javascript to redirect menu links. So I changed all the regular <a href links to javascript window.location. This has worked fine and served me well.
However, at the beginning of 2005 Google, Yahoo, MSN and some of the other major players introduced a new <a tag called rel=nofollow. This tag allows you to explicitly tell the search engine spider to either follow the link or not, which is what I had done with javascript code.
Now it’s all the rage to be ‘going natural’ with SEO and I’m thinking that it might be a better option to change the content management system back to regular <a links rather than javascript. I forgot to mention that the only way the search engine spiders currently crawl any of my sites modified in this way is via a site map, either a regular html site map or now xml site maps too.
So I’m going to try and find out if this is the way to go now before making any changes. Maybe I should stick to the old adage “if it aint broke, don’t fix it”?…
Website Linking Strategy
I’ve been working on a project to increase Google page rank. While a neccessary part of this is to get relevant, inbound links to the website there is also another strategy that should be employed.
This is to contain the page rank within certain areas of the site at pass it, where necessary, to ther pages. While this sounds like a good plan, implementation can be tricky. Most websites have a pretty simple structure of internal links that are often not controlled much at all.
Most web savvy people know that you should only link out to other websites from certain pages so that you don’t ‘leak’ PR out of your site. But with a bit of thought, some javascript and a good old site map, you can control the flow of page rank internally too. Whats more, you can increase the page rank of your best keyword pages by directing it from pages of less importance fro within your site.
For a lot more info on this see Revenge Of The Mininet

