Remove “Blog Archive” From WordPress Titles

This is just a little helpful nugget for all your WordPress fanatics out there. Assuming you’re using, or have copied over, the code from the default theme, you’ll probably notice the words “Blog Archive” as the title of your page. In my opinion, this is a poopy SEO practice and doesn’t add anything. If you were to google something you also have an additional 14 characters that will often lead to your page title being truncated. So let’s get rid of it!

The Problem

The default WordPress setup inserts the words “Blog Archive” in between your web site name and the actual blog post title.

The Answer

  1. Login into the site admin of your WordPress blog
  2. Click Design in the main nav
  3. Click Theme Editor in the secondary nav
  4. Click Header in the theme files section (right column)
  5. Find the following code and delete it:
<?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?>

That’s the gist of it. If you can’t find that big of code use your ctrl+f/command+f. That shortcut is your friend. Hopefully you’ll experience some better SEO as the remaining words in your title carry more weight.

I’m off to Eugene to watch the Ducks stomp UCLA this weekend. Be back Monday. Have a good weekend:)

This entry was posted in Web Development, WordPress, Wordpress and tagged , , . Bookmark the permalink.

2 Responses to Remove “Blog Archive” From WordPress Titles

  1. Tim says:

    They really need to take this out of the default

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">