Word Press SEO-Friendly Title Tag Plug-in
LOVE this plugin! In EASILY allows for custom title tags in all of your wordpress posts. Instead of trying to weave keywords awkwardly into your post titles- you can use this to create custom title tags when posting in wordpress.
Download the plugin for Wordpress 2 , SEO Title Tag 1.0, here .
and follow installation instructions below. If you are not comfortable editing code- don’t worry- it is quite simple- follow directions step-by-step and you should have no problems. Please post in comments sections if you are having difficulty and I will do my best to solve.
- Upload seo-title-tag.php to your wp-content/plugins directory.
- Activate the plugin.
- 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 - it will vary from theme to theme ) with:
<title><?php if (function_exists('seo_title_tag')) { seo_title_tag(); } else { bloginfo('name'); wp_title();} ?></title> - Under Options -> SEO Title Tag, specify a title tag for your home page which will override your blog name as the home page’s title tag. You can also configure here whether you want all the rest of your site’s title tags to have your blog name, or a shortened version of your blog name, or neither, appended to the end.
- Define category descriptions in the admin under Manage -> Categories. When defined, these will be used in place of category names in the title tag on category pages (e.g. yourdomain.com/archives/category/uncategorized/)
- As desired, you can add a custom field called title_tag (or whatever you alternatively specified as the custom field name under Options -> SEO Title Tag) to any post or Page which will be used as a replacement title tag, specifically and only for that page. Don’t like the title tag for a particular post? No problem: just define a custom field when writing or editing a post or page in the WordPress admin. Custom Fields is above the “Delete this page” button. You may need to hit the plus sign to the right of Custom Fields to expand that section. The Key is title_tag (unless you’ve changed it in the Options) and the Value is whatever you want that post’s/page’s title tag to be.














Discussion Area - Leave a Comment