Wordpress Seo For Your Blog: Part 1

Sitemap
Free Hits Home Charlotte website design company internet marketing Charlotte NC

Latest Hot Topics

More From This Week

learn seo from the #1 selling book on seo in the world!

Information and experience
Our website is for the most part an informational site with seo tips, webmaster tools, and search engine optimization discussion from our peers. It is our goal to share informatio freely and succeed together with our clients.
Client Recommendation Letters

Recent Visitor Searches
ebay
marketing
advertising
web design
search submission
seo coding

Professional Ebay Seller
Our team has operated 2 seperate silver level powerseller accounts on Ebay for over a 2 year span.

Small Business Design and Marketing
Freehits.com
Web Design and Search Marketing
Charlotte, NC 28262


Wordpress Seo For Your Blog: Part 1

Well been doing more and more blogs with wordpress version 2.0+ and it is still the most flexible and seo prepped blogging platform I have used. I really enjoy the use of tags, conditionals and a standardized css system to style with.

If your blog is wordpress here are 10 things you can do pretty simply to get you blog to rank and appear better in the search results.

1. Turn permalink structure on which utilizes Mod rewrite to create much more search engine appealing url's. I would suggest using %postname% somwhere in the structure which creates a hyphenated version of the post title. This will make you choice of titles critical to ranking but is a powerful leg up. I would also suggest the optional custom prefix for any keyword that is extremely important to your rankings. You can see the use of the %postname% on our blog here http://blog.freehits.com/05/how-much-for-a-link-on-your-website/ and the use of the optional prefix "web" here: http://blog.freehits.com/web/online-marketing/.

2. Fix your titles, as wordpress puts the blog name in every page, which is overkill and dilutes each page's specific draw. You can use conditional tags to make it exactly as you want it. I would suggest something like this, it will give you a custom homepage and the page title on all others. This goes in the templates/header.php file at the top over the old title:

<?php
if (is_home()) {
?>
<title>The Title For Your Homepage</title>
<?php
}else{ ?>
<title><?php wp_title('', display); ?></title>
<?php }
?>

3. Latest posts are user and spider friendly. Use this in your sidebar: <?php get_archives('postbypost', '10', 'custom', '', ''); ?>, it will give you the 10 latest posts with a linebreak.

Read part 2 of SEO for wordpress here:
Part 2



More In The Web World