Hundred Dollar SEO

You Get What You Pay For

Hundred Dollar SEO header image 2

Issues With WordPress

September 24th, 2007 by Carlos del Rio

I am a bit behind schedule making a post about the choices that were made on for the landing page contest, and the process of putting together the entry. I have been having issues with WordPress. I tried using SEO Title Tags to change the title of my pages. I was not impressed with the effectiveness.

Until I read this:

Under Presentation -> Theme Editor in the WordPress admin, select “Header” from the list and replace:
<title><?php bloginfo('name'); wp_title(); ?></title>
(or whatever you have in your <title> container with:
<title><?php if (function_exists('seo_title_tag')) { seo_title_tag(); } else { bloginfo('name'); wp_title();} ?></title>

If you don’t want to, or can’t, put in plugins putting <title><?php wp_title(); bloginfo('name'); ?></title> into the “Header” section is a legitimate alternative that will make your title appear as , if applied to this post, Hundred Dollar SEO >> Issues With WordPress. Which for many people is good enough.

Anyway SEO Title Tag is a good addition to for anyone who wants to clean up their titles.

Tags:   No Comments

Related Posts

Site Review: The Onion>>

Leave A Comment

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.