Vandelay Website Design Blog

New WordPress Blogs: 12 Steps to Set Up for Success

WordPress is one of the most popular blogging platforms because of its flexibility, features, and its search engine-friendly structure. However, in order to get the most out of WordPress there are several actions that new bloggers should complete. Some are SEO-related, some are time savers, and others will help you to reach a larger audience.

1 - Activate Akismet

All new WordPress installations automatically include the Akismet plugin to prevent spam comments. There is a reason WordPress now includes Akismet with all installations - it is highly effective at stopping spam without blocking legitimate comments. Akismet is a huge time saver that helps your blog to maintain a professional appearance that is free of spam.

To activate Akismet, login to your WordPress blog and from the dashboard click on “Plugins.” You will see Akismet listed, and click on the Activation link. You will then get a message that you need to enter an API Key for Akismet to be activated. If you have an API Key you can enter it when prompted. If you do not have an API Key yet you can get one at http://wordpress.com/api-keys/.

2 - Choose a URL Structure

By default, WordPress creates pages that have “ugly” URLs that are not search engine-friendly. These URLs contain characters like question marks and they contain no valuable key words. Fortunately, WordPress gives users the option to customize their URL structure.

Our choice for URL structure includes the category that the post is affiliated with, and the title of the post. By using the category you will get strong keywords into the URL. For example, if you are writing a post about an SEO-related topic, SEO will be in the URL if it is assigned as the category of the post. The title of the post is also likely to contain key words and phrases.

To change the URL structure, go to “Options” and then “Permalinks” from the WordPress dashboard. WordPress will give you a few choices, including the option to customize your own URL structure. For this blog we use the custom option with the following code:

It is best to set your URL structure when you first start your blog, as changing it down the road can cause problems resulting in dead links.

3 - Change the Default Page Title

Effective page titles are critical to having a blog or website that ranks well in the search engines. The default title of pages created by WordPress can be improved upon. Many bloggers choose to use the name of the blog and the name of the post in the title, which helps to get some valuable, targeted keywords into the title.

Changing the structure of the page title is not something that can be done from the dashboard like changing the URL structure, but it is not difficult. The title is contained in the header.php file of whatever theme you are using. To change the title, open header.php and replace the code between the opening and closing title tags. The code that we use for this blog is

Other ideas for page titles can be found at Geek Notes.

4 - Add a Subscription Request to single.php

The single.php file controls the page layout when a visitor is on a page that contains one post. Subscribers are crucial to developing a successful blog, so efforts should be made to maximize the number of subscribers you receive.

An effective way to gain subscribers is to include a short reminder for readers to subscribe to your RSS feed. For most WordPress themes this can be added directly before the post meta data (where the comments are located). Many bloggers place widgets here to add the feed to an RSS reader or to submit the page to a social media site (AddThis is a popular option, and the Sociable plugin accomplishes the same thing).

5 - Add Your Feed Subscription Link Prominently

As soon as a visitor comes to your blog, he or she should quickly see the link to subscribe to your RSS feed. Many blogs accomplish this by placing the common RSS icon at the top of the sidebar. The reader should not have to scroll down the page to see the icon or the link. Having the icon and link near the top of the page and having the reminder at the end of each post (as mentioned earlier) will give you the best opportunity to maximize the number of subscribers you receive.

Some themes will come with an RSS subscription option already located at the top of the sidebar. However, if you are using a theme that does not provide this, it can easily be added to sidebar.php by simply adding the text that you want to use and linking it to your feed.

6 - Sign up for FeedBurner

Every WordPress blog automatically creates an RSS feed. FeedBurner is a free service that will host your feed, provide basic stats and give your readers some additional options with your feed. FeedBurner is a well-recognized service that will also make it easier for your readers to subscribe in their RSS reader of choice.

Being able to track the number of subscribers you have, and how many of them are clicking through to your site are two important pieces of information that you must have to do proper analytical work. FeedBurner’s other options will help you to get the most our of your feed by allowing you to customize many options, like an “email this” and “add to del.icio.us” links at the end of your posts.

7 - Offer an Email Subscription Option

Some of your visitors will prefer to subscribe to your blog via email instead of RSS. If you are not offering email subscriptions you are losing potential subscribers. FeedBurner offers this service for free to its users, and they even produce the code for your sign up form. All you have to do is activate the email subscription option and place the code that they provide on your blog. Any posts that you make on your blog in a given day will be emailed to your subscribers. There’s no email for you to send, and no need to manage the mailing list.

8 - Claim Your Blog at Technorati

Technorati is one of the most widely used blogging resources. It is a search engine and tracking system that specializes in blogs (among other things). First you will need to create a free account. Once your account has been created you can add some information about yourself and your blog. To claim your blog, while you are logged in click on the “Blogs” tab. There you will have the option to enter the URL of your blog to claim it. Technorati provides information like the number of incoming links to a particular blog, and this information is widely used to judge the reach that a blog has. If you plan on selling advertisements you should pay close attention to your Technorati numbers.

9 - Add an About Page

Blog readers are interested in knowing more about you, the writer. Creating a page with some information about yourself is a great way to help your readers to get to know you. Part of developing loyal readers is connecting with them. WordPress allows you to create pages, in addition to blog posts. From the dashboard go to “Manage” and select “Pages.” You should now see the option to edit an About page. WordPress makes it very easy to create this page right from your dashboard.

10 - Add a Contact Form for Your Readers to Reach You

Your About page is a good place to let your readers send you their feedback. Every website or blog should provide a way for readers to communicate with the owner of the site. The PXS plugin is the most common way for WordPress users to add this functionality.

11 - Address Duplicate Content Issues

Duplicate content can be major challenge for blogs and search engine traffic. Blogs by their nature create duplicate content on category and date archives, as well as on the blog home page. Search engines, especially Google, go to great lengths to keep duplicate content out of the search results, which means less traffic for you if they think your pages are repeating the same content. This issue is much too large to cover in depth here (for additional reading see the Google Webmaster Central Blog, SEOResearcher.com, and SEOmoz) but there are a few simple things that you can do to lower the risk of having your pages flagged as duplicates.

First, set your archive pages to show only excerpts rather than entire posts. By using excerpts the search engines see only a few lines of a blog post on the archive page rather than seeing entire posts that are duplicates of the individual blog post pages. The process of changing your blog’s template to show only excerpts is explained by Lorelle, a WordPress expert.

Creating a robots.txt file can also help eliminate duplicate content by telling the search engine robots which pages to index and which ones to ignore. With the robots.txt file you gain some control over which pages will get more attention from search engines. More information about the robots.txt file can be found at Not So Boring Life.

Chris Garrett also covers duplicate content and gives a relatively simple solution for dealing with duplicate content by adding a piece of code in the header.php file.

Another choice is the Duplicate Content plugin. The downside that I see to this plugin is that it prevents search engines from indexing category pages, which can sometimes be very relevant, keyword-rich pages.

12 - Submit to Blog and RSS Directories

Once your blog has been created it’s time to start promoting it. The first thing to do is submit your blog/feed to the many directories that specializes in blogs and RSS Feeds. These will give you some exposure to readers who are searching for blogs in your industry and they will also give you some valuable inbound links to help your search engine rankings. Lists of blog directories and RSS directories can be found at our website.

Originally Published July 6th, 2007

34 Responses

  1. Iain
    July 8th, 2007

    Thanks for the goldmine of information, but why did you make the code for step three a .jpg, instead of using the html code tags?
    I’m not used to PHP, so I made a number of mistakes in typing them in, and it broke my site until I got them all fixed.

  2. Vandelay Design
    July 8th, 2007

    Iain,
    Sorry. I used the jpg because I had problems with the formatting when I used the HTML code. I should have taken the time to get those kinks worked out. Thanks for visiting.

  3. All in a days work…
    July 10th, 2007

    [...] New WordPress Blogs: 12 Steps to Set Up for Success Activate Akismet, Choose a URL Structure, Change the Default Page Title, Add a Subscription Request and Feed Subscription Link, Sign up for FeedBurner, Offer Email Subscription, Claim Your Blog at Technorati, Add an About Page and Contact Form… (tags: WordPress) [...]

  4. links for 2007-07-09 « Mandarine
    July 10th, 2007

    [...] New WordPress Blogs: 12 Steps to Set Up for Success Activate Akismet, choose a URL structure, change the default page title, Add Feed Subscription , Sign up for FeedBurner, Offer an Email Subscription Option, Claim Your Blog at Technorati, Add an About Page, Add a Contact Form. (tags: wordpress tutorials blog) [...]

  5. Ivan
    July 11th, 2007

    Thanks for useful tips. I’ll surely try them for my blog.

  6. Mark Kirby - Brighton » Blog Archive » links for 2007-07-11
    July 11th, 2007

    [...] 12 wordpress improvements Suggests ways of kickstarting or improving your wordpress blog (tags: blogging wordpress) [...]

  7. Vandelay Design
    July 11th, 2007

    Ivan,
    Thanks for visiting. I’m glad you’ll be able to use some of this information.

  8. carnival of struggling bumbling newbies - July 14, 2007 : SuccessPart2.Com
    July 14th, 2007

    [...] Vandelay Website Design presents New WordPress Blogs: 12 Steps to Set Up for Success posted at Vandelay Website Design. [...]

  9. SitePoint Blogs » News Wire: PHP 4’s Days are Numbered
    July 16th, 2007

    [...] New WordPress Blogs: 12 Steps to Set Up for Success This to-do list for newly-installed WordPress blogs is full of really useful (and non-obvious) advice. They should really make some of this stuff part of the installation wizard. (tags: search marketing opensource ) [...]

  10. Ganeshji Marwaha
    July 18th, 2007

    I am a new wordpress user, and i got to tell you, the information you provided is fantastic. Thanks for sharing.

  11. Vandelay Design
    July 19th, 2007

    Ganeshji,
    Thanks for visiting. I’m glad you found the information to be valuable.

  12. TechLoaf.blog
    August 2nd, 2007

    Best of Web 2.0 - Blog Carnival - July 23, 2007 Edition…

    Welcome to our latest Blog Carnival. This is our best one yet. A lot of great articles. Click below for more.

    Welcome to the July 16, 2007 edition of best of web 2.0.

    Sly presents Record and Send Videos Online With Flixn.com | Internet posted…

  13. Rose
    August 5th, 2007

    Thank you for these useful tips.

  14. Driving Search Engine Traffic to a New Blog << Vandelay Website Design
    September 13th, 2007

    [...] New WordPress Blogs: 12 Steps to Set Up for Success – 137 visitors. [...]

  15. hiutopor
    September 17th, 2007

    Hi all!

    Very interesting information! Thanks!

    Bye

  16. Brandon
    October 14th, 2007

    great tutporial :)

  17. Blogging for Service Providers << Vandelay Website Design
    October 28th, 2007

    [...] You can use a free template or theme, or you can pay a little bit for a designer/programmer to set up a blog for you, and then maintain it yourself if you like. 9 - Connection - Potential clients and readers [...]

  18. The Tools Guy
    October 29th, 2007

    Holy bot spam batman.

    Vandelay, you should prune this comments area. Anyways, to my point.. why don’t you use community server? it does all of this by default and is better at feeding the search engines too.

  19. Vandelay Design
    October 29th, 2007

    The only experience that I’ve had with Community Server is that it’s very slow and bloated and not very flexible. My experience has been limited though, so maybe that’s not the norm.

  20. K1 | Money Online · Web Resources · Networks · Software » Blog Archive » %description%
    November 4th, 2007

    [...] New WordPress Blogs: 12 Steps to Set Up for Success << Vandelay Website Design - [...]

  21. Dallas Dining Diva
    November 5th, 2007

    i have a few wordpress blog launches under my belt, but as i am just now starting up another new one i will be using this as a checklist of sorts. for some reason i have not used feedburner yet and hadn’t thought of doing it for the new blog until now.

    thanks for a super post!

  22. artikel-compact
    November 5th, 2007

    Thank’s, it’s great and i use it for my new blog;-)

  23. home health care services
    February 1st, 2008

    Hello, What a beautiful and awesome site. I adore what you’ve done with your setup and graphics. Thanks you so much.

  24. Chicago
    May 20th, 2008

    A good man would prefer to be defeated than to defeat injustice by evil means.

  25. SanFrancisco
    May 24th, 2008

    It is impossible to walk rapidly and be unhappy.

  26. Benchiktovchik
    June 5th, 2008

    Приветствую всех!
    У меня такой вопрос,кто что интересное подскажет буду признателен.
    Мы с друзьями собираемся поехать в круиз по просторам России и ближнего зарубежья месяца на два на своих машинах,но не как не можем согласовать маршрут,если у кого уже был опыт такого путешествия,может,что посоветуете.Девчонок с собой не берем,думаем,что во все городах России с этим не будет проблем,если у кого будут рекомендации и в вопросе отдыха с девушками тоже буду признателен.

    С уважением Сеньчик

  27. News Wire: PHP 4’s Days are Numbered | Datawinds
    June 21st, 2008

    [...] New WordPress Blogs: 12 Steps to Set Up for Success This to-do list for newly-installed WordPress blogs is full of really useful (and non-obvious) advice. They should really make some of this stuff part of the installation wizard. (tags: search marketing opensource) [...]

  28. News Wire: PHP 4’s Days are Numbered | Datawinds
    June 21st, 2008

    [...] New WordPress Blogs: 12 Steps to Set Up for Success This to-do list for newly-installed WordPress blogs is full of really useful (and non-obvious) advice. They should really make some of this stuff part of the installation wizard. (tags: search marketing opensource) [...]

  29. James Bround
    December 31st, 2008

    I found this entry when I was trying to set up RSS feed on my own blog. I learned 5 other new tips from it, so it was definitely a great find. I just subscribed to your blog, thanks for the great content!

  30. Akron Headlines | Tech News, Sport News, any news that is interesting to Valerie Shipbaugh
    February 12th, 2009

    [...] New WordPress Blogs: 12 Steps to Set Up for Success This to-do list for newly-installed WordPress blogs is full of really useful (and non-obvious) advice. They should really make some of this stuff part of the installation wizard. (tags: search marketing opensource) [...]

  31. Daniel Su | Forex Trading Tips
    February 13th, 2009

    Hi, is rss feeds the same as feedburner feeds? So do I track my subscribers that I have in rss in my feedburner account?

    Regards,
    Dan

  32. Vandelay Design
    February 13th, 2009

    Dan,
    If you’re using FeedBurner’s service, yes they’re the same. Your blog also has it’s own feed, but if you’re sending people to FeedBurner’s URL to subscribe then FeedBurner is your feed.

  33. Dayo
    February 15th, 2009

    Do you think we should worry about failure :( ?.

  34. Ultimate
    February 19th, 2009

    I do not have blog in Wordpress. After reading this web page, I am interested to make one. You have clearly explained in step by step, It will be very useful for even the masters of blog. Good work. I have a web page which helps you to submit your URL to all search engines. If you have got a time, have a look at it. Also provide your valuable feedback.

Leave a Reply