Improve Your Search Rankings with Internal SEO
July 11, 2009

Earlier this year I wrote a post about the stimulus package that passed Congress in February. I titled the post Government Stimulus Package because I thought the only thing it was stimulating was government. I got lucky with this, because apparently a lot of people searched for the phrase “government stimulus package” to learn about what was in it.
The post did ok on Digg and Reddit, nothing spectacular but it brought in some traffic. It may have gotten a few other links, but not a ton. A few days after the post was published, I noticed that I was getting some traffic the search engines. The post was on the front page of Google, around 6 or so for the keyword phrase “government stimulus package.” This is the first step in improving your SERPs.
Read Full Article…
35 Ways to Make Money With Your Blog or Content Website
July 11, 2009
A few weeks ago I attended a conference where a leading blogger was asked how blogs should make money. His reply was “start with Google Adsense and once you have built up a decent size audience sell display ads and sponsorship”.
It is this blinkered thinking which is stopping many bloggers and content website owners from realising the commercial potential of their sites. There are actually dozens of ways of making money from a good content website. Here are over 30 ways that I have come across. Please add any others in the comments below.
Advertising
Affiliate Marketing
Ecommerce
Subscription
Participation /Events
//
Improve Your Search Rankings with Internal SEO
July 4, 2009
Earlier this year I wrote a post about the stimulus package that passed Congress in February. I titled the post Government Stimulus Package because I thought the only thing it was stimulating was government. I got lucky with this, because apparently a lot of people searched for the phrase “government stimulus package” to learn about what was in it.
The post did ok on Digg and Reddit, nothing spectacular but it brought in some traffic. It may have gotten a few other links, but not a ton. A few days after the post was published, I noticed that I was getting some traffic the search engines. The post was on the front page of Google, around 6 or so for the keyword phrase “government stimulus package.” This is the first step in improving your SERPs.
1. Look at Your Stats
Find out which pages you are getting traffic to from the search engines and what keywords are being used to get there. This is where we need to focus. Improving your ranking for a term from 7429 to 43 takes your traffic from 0 to 0. If you can improve from 9 to 1, you will see a huge increase in traffic if it is a phrase that people are searching for.
Read Full
Make Money from your BLOG
June 28, 2009
SEO Tips and Tricks
June 28, 2009
Save Your Page Rank, Add Nofollow (SEO)
June 12, 2009
Link buying and exchanging is a good idea but may be not for the search engines. Got it? well lets take a simple example of blogroll in WordPress. Blogroll is a list of links that may be links of other bloggers, favorite website, link buying or exchanging. Be careful if your website caught by the search engine algorithm as illegal link exchanging scheme (although you may not doing this). So this may cause of dropping your own website page rank (PR). To save you page rank (PR) use “nofollow” to all external website links, here is an example how to use “nofollow”
Link with nofollow attribute: <a href=”#” rel=”nofollow”></a>
How we can add “nofollow” automatically to the Blogroll list of links, we need to modify some code manually in the WordPress source code file. Go to the wp-includes directory of your worpress find the file with the name bookmark-template.php and open it in your favorite editor.
Worpress 2.3.1 Go to the line no. 48
WordPress 2.6 Goto the line no. 93
WordPress 2.7.1 Goto the line no. 99
and find some code like this
$output .= ‘<a href=”‘ . $the_link . ‘”‘ . $rel . $title . $target. ‘>’;
and change it to
$output .= ‘<a href=”‘ . $the_link . ‘”‘ . $rel . $title . $target. ‘ rel=”nofollow”>’;
save the file and you are done, from now on all your Blogroll links will have rel=”nofollow” attribute and this will reduce the risks of dropping page rank penalized by search engines.

















