Wordpress Plugin: SEO Title Tags

SEO Title Tags is one of those plugins that I’ve come to heavily rely on for this website over the past few months, and has quickly become my SEO plugin of choice. It allows you to easily add title tags to not just your posts, but each of your pages, your homepage, your archives, your 404 page, and basically every page on your website.

I pretty much thought it had everything you could ever need, but version 2.0 was recently released, and now it features integration with the Ultimate Tag Warrior (UTW) plugin. Like everything else with this plugin, the UTW integration is easy to setup. Simply select the UTW integration box and a UTW Tags subscreen will be created where it lists all of your tags. From there, you can go in and create custom titles for each tag page.

To install, upload and activate it. Once that is done, replace the title in your header with the following:

<title><?php if (function_exists('seo_title_tag')) { seo_title_tag(); } else { bloginfo('name'); wp_title();} ?></title>

Now go into the Manage and Options panels and assign your title tags as you see fit.

Note: If you use the Add Meta Tags plugin, you’ll want to avoid assigning tags to your category pages and instead let the Add Meta Tags plugin do its work. Otherwise, have at it!

Want automatic updates? Subscribe to our RSS feed or Get E-mailed Updates! |

There Are No Responses Yet. »

  1. Now this is a plugin that looks almost mandatory to have! This one is right up my alley! Nice find.

  2. I couldn’t agree more Garry. I’m not even sure I did it justice, as its even better than I made it sound! Especially for those that use UTW (which I am currently using and enjoying as well).

Trackbacks/Pingbacks

Post a Response