seo blog tools My name is Brett. I'm 28 years old and have been doing SEO work and affiliate marketing for a lot of years now. With this blog I'll keep you up to date with the latest news, tools, and info as much as I can. Feel free to contact me or leave comments anytime.
Mar
4th

Must have wordpress plugins

Author: admin | Files under Wordpress Plugins

Here’s a list of wordpress plugins that I almost always use and can help with SEO. I use some other plugins that are only useful on certain types of sites so I won’t list those in this post. Leave a comment with any wordpress blog plugins you use that you think are essential.
All in one [...]


Feb
23rd

Free Wordpress Theme Irresistible

Author: admin | Files under Wordpress Themes

Check out this nice new free wordpress theme. It’s called Irresistible. It’s a real visually rich wordpress theme with an integrated video player. Top of the line theme and it’s free!

Download it here


Sep
8th

Wordpress SEO Sniper

Author: admin | Files under Wordpress Plugins

There’s a real nice tool that has the options of the All-in-One SEO Pack but includes a lot more advanced SEO options. It’s called WP SEO Sniper.
Here’s some great features this seo plugin has -
* Give your important content more PageRank by cutting out redundant pages.
* Preserves more PageRank to be shared amongst your lower [...]


Apr
10th

NextGEN Gallery Plugin

Author: admin | Files under Wordpress Plugins

This is a great wordpress picture gallery plugin that I’ve been using on some blogs. Here’s some features of NextGen.

Overview / Functions

Sortable Albums : Create your own sets of images
Upload a Zip-File with pictures : Upload pictures in a zip-file (Not in Safe-mode)
Watermark function : You can add a watermark image or text
JavaScript Effect: Use [...]


Mar
11th

SEO your Wordpress Blog Installation and Themes

Author: admin | Files under SEO Wordpress

 Page Titles.
Go into header.php and replace the <title> whatever is in the title tag </title> with:
<title><?php if (is_home()) {bloginfo(’name’) ;} else { wp_title(’ ‘);} ?></title>
What this does is for the home page, it uses the blog’s title for the Title tag and for everything else, it will use the title of the blog [...]