SEO Title Tag 2.3.3

July 30th, 2007

by Stephan Spencer

Note: SEO Title Tag 2.3.3 adds compatibility with WordPress 2.7!

*** With SEO Title Tag version 2.3.0 we have dropped support of versions of WordPress prior to 2.3 if you are still using an older version of WordPress you should be able to continue using legacy version 2.2.1.

Title tags are arguably the most important of the on-page factors for search engine optimization (”SEO”). It blows my mind how post titles are also used as title tags by WordPress, considering that post titles should be catchy, pithy, and short-and-sweet; whereas title tags should incorporate synonyms and alternate phrases to capture additional search visibility.

Now, thankfully, there is a solution, allowing you to decouple post titles from title tags. Introducing… the SEO Title Tag 2.3.3 WordPress plugin.

SEO Title Tag makes is dead-easy to optimize the title tags across your WordPress-powered blog or website. Not just your posts, not just your home page, but any and every title tag on your site! If this plugin, along with a few hours of keyword research and copywriting of optimized titles, doesn’t make a significant impact on your search traffic, you’re doing something wrong!

SEO Title Tag is authored by SEO specialist web agency Netconcepts. Version 1.0 was by Netconcepts’ president Stephan Spencer. Version 2.0 was a collaborative effort — Stephan did the concept development and Netconcepts’ code jockeys Oliver Kastler, Mike Harding and Elton Fry did all the heavy lifting. Since version 2.1 Andrew Shell has taken over development responsibilities. It is completely free and has been released as “open source” under the GPL license. So enjoy!

Features include:

  • Allows you to override a page’s or a post’s title tag with a custom one.
  • New for v2.0 A Title Tag input box in the Edit Post and Write Post forms. (Previously in version 1.0 you had to use the Custom Field box.)
  • New for v2.0 Mass editing of title tags for all posts, static pages, category pages, tag pages, tag conjunction pages, archive by month pages, — indeed, any URL — all in one go.
  • Define a custom title tag for your home page (or, more accurately, your Posts page, if you have chosen a static Front Page set under Options -> Reading), through the Options -> SEO Title Tag page in the WordPress admin.
  • New for v2.0 Define the title tag of 404 error pages, also through Options -> SEO Title Tag.
  • New for v2.0 Handles internal search result pages too.
  • New for v2.0 Title tags of category pages can optionally be set to the category description. If you use a Meta Tag plugin like Add Meta Tags, then you should not use this feature and instead let the Meta Tag plugin use the category description for the meta description on category pages.
  • If you choose to keep the blog name in your title tags (not recommended!), the order of the blog name and the title are automatically reversed, giving more keyword prominence to the title instead of the blog name. Note there is also an option to replace your blog name with a shorter blog nickname.

And best of all, the plugin is FREE!

Suitably convinced? Then Download the plugin!

NEW: Rate this plugin at WordPress.org

Screenshots

Mass edit title tags of static pages
Mass edit title tags of posts
Mass edit title tags of category pages
Mass edit title tags by URL
Mass edit title tags of UTW tag pages

Installation instructions

  1. (If upgrading from a prior version of SEO Title Tag, be sure to deactivate the old version beforehand.)
  2. Upload the seo-title-tag directory and the files within it to your wp-content/plugins directory.
  3. Activate the plugin.
  4. 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>

  5. Configure the settings under Options -> SEO Title Tag. You’ll want specify a title tag for your home page which will override your blog name as the home page’s title tag, specify a title tag for 404 error pages. 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. IMPORTANT: You must save the settings, even if you haven’t changed them from their defaults, in order to ensure that the title tags for Posts and for Pages works properly.
  6. For those of you with a static Front Page chosen under Options -> Reading, the “home page” described in the point above is actually the Posts page, and as such, the SEO Title Tag options page will actually will say “Posts Page” instead of “Home Page” — because it detects that you have selected a static Front Page. In such a scenario, in order to also customize the Front Page’s title tag, specify a Title Tag on that page’s Edit Page form, or within Manage -> Title Tags -> Pages.
  7. Define custom title tags for your existing posts, static pages, category pages and tag pages in the admin under Manage -> Title Tags.
  8. When writing a new post/page, define a title tag by typing something into the “Title Tag (optional)” field. If you’re happy to use the post title as the title tag, then you can leave it blank.
  9. Note: If upgrading to WordPress 2.3 from a prior version where you used the SEO-Title-Tag plugin with Ultimate Tag Warrior (UTW) in order to migrate your old tag page titles you need to first import your UTW tags into the new native tagging structure. You can do this in your WordPress admin by clicking on Manage > Import > Ultimate Tag Warrior. Once you have these imported just deactivate and reactivate SEO-Title-Tags and your old title tags will be able to be used.

To learn more about search engine optimizing your WordPress blog, you’ll probably want to read Stephan Spencer’s 10 tip series on Blog SEO.

To-do

  • support mass editing of meta descriptions?
  • import titles by uploading a file in CSV format
  • possibly rename custom option fields and table name
  • add some more text to the titles of tag pages globally. They are using the same divider as used for posts, and really there should be an option to add something like “Tag | Posts Related to Tag | Blog Name”
  • create all needed values on activation so that you no longer have to save the settings in the SEO Title Tag Options before the plugin will work properly

Feedback?

Got a bug to report? Or an enhancement to recommend? Or perhaps even some code to submit for inclusion in the next release? Great! Share your feedback with the author, Stephan Spencer, either below or on his blog at this post.

UPDATE: 2.0beta2 has some important bug fixes, including the issue where Options weren’t updating and the Manage > subtab wasn’t displaying.

UPDATE: 2.0beta3 has more important bug fixes, including the issue where MySQL tables were sometimes not being created, and PHP tags weren’t all consistently starting with <?php but instead the <? shorthand which doesn’t work on some server configurations.

UPDATE: 2.0beta5 has more fixes for MySQL issues some folks were having. Also fixed a IIS server incompatibility issue.

UPDATE: 2.0beta6 fixes a problem where some folks were seeing a “No Posts Found” message under Manage -> Title Tags -> Posts even though the blog has posts. And it fixes a problem for users of WordPress version 2.0.5 and earlier, where titles on category pages weren’t showing up due to an undefined function attribute_escape (a new function introduced in WordPress 2.0.6).

UPDATE: 2.0beta7 fixes a problem with the page number sometimes appearing on static pages and a problem with a MySQL error on the Manage > Title Tags > Posts page.

UPDATE: 2.0RC1 fixes categories showing a warning if there are no category title tags set; Manage Posts filtering out everything thats not a post (images, pages). Also added and tested fix for menu links (”edit.php”).

UPDATE: 2.0RC2 fixes a problem with backslashes appearing before apostrophes.

UPDATE: 2.1.0 adds WordPress 2.3 compatibility.

UPDATE: 2.1.1 fixes bug where old title tags for UTW tag pages weren’t being imported. Also fixes WordPress 2.3 bug of not displaying page titles for tag intersections and unions correctly.

UPDATE: 2.1.2 fixes display issues with international characters.

UPDATE: 2.1.3 fixes issue with extra slashes being added. Also adds Nonce support for extra security.

UPDATE: 2.3.0 updates the layout to display better in the new WordPress admin.

UPDATE: 2.3.1 fixed an issue where in WordPress 2.6.1 saving a post/page creates multiple title_tag custom fields.

UPDATE: 2.3.2 fixed an issue where if you were using nested pages (the parent functionality) fields might not show up on the mass edit screen.

UPDATE: 2.3.3 fixed an issue with the tabs not working on WordPress 2.7 and ideally some issues with updates not sticking on the mass edit page.

Digg it! | Add to del.icio.us

About the Author

This plugin was developed by Netconcepts, a web agency specializing in SEO, ecommerce, and blog marketing. Friends of Netconcepts include Honeybell Fruit Baskets, Allen Edmonds, Thompson Cigar, Cheap Tickets, Lighting Catalog, eFaucets, Ralph Lauren, Guitar Trader: Guitars & Basses, Hello Direct, Bellacor, PSSL DJ Equipment & Stage Lighting, Northern Tool + Equipment, Sur La Table, Abbey Press, Toolfetch, Cabela’s, Women’s Fashions from Nordstrom, Invitations by Dawn, Wallpaper from American Blinds, Metro Style, Brylane Home, Woman Within Plus Size Clothing, and Expedia Australia. Netconcepts was founded in 1995 by Stephan Spencer and is based in Madison, Wisconsin with a production office in Auckland, New Zealand.

Spread the word: delicious this:SEO Title Tag 2.3.3digg this:SEO Title Tag 2.3.3spurl this:SEO Title Tag 2.3.3furl this:SEO Title Tag 2.3.3reddit this:SEO Title Tag 2.3.3Add to Y!:SEO Title Tag 2.3.3

621 Comments

  1. [...] Optimal Title / SEO Title : Good title tags are not just for search engines. They also appear in the users history and possibly bookmarks. Title tags should be specific -> generic. So, don’t start all your tittle tags with your blog name please. [...]

    by 7 Usability Wordpress Plugins » BloggerDesign.com : Design Optimization Usability — August 18, 2006 @ 2:13 am

  2. Perhaps if you called the title element what it is, an element and not a tag, there would be less confusion.

    by Joe Clark — August 24, 2006 @ 1:05 am

  3. I offered some feedback at http://www.milpe.com. And by the way, great plugin!

    by Pedro — August 25, 2006 @ 8:30 am

  4. [...] SEO Title Tag is a Wordpress plugin that has been created over the fact that title tags (””) are arguably the most important of the on-page factors for Search Engine Optimization (”SEO”). The plugin, written by Stephan Spencer of SEO specialist web agency Netconcepts, addresses several limitations in creating search engine optimized title tags for blog posts and for Pages in the WordPress blogging platform. It is completely free and has been released as “open sourceâ€? under the GPL license. [...]

    by SEO for Blogs: Multiply your visits — August 25, 2006 @ 8:36 am

  5. Thanks for the great plugin. I just implemented Ultimate Tag Warrior and was wondering how in the world I was gonna fix the page titles.

    by Michael — August 29, 2006 @ 9:05 am

  6. [...] Der Blogname gehört ans Ende des Titels - Tutorial WordPress Titel ändern, außerdem kann man mit dm Plugin „SEO Title Tag“ arbeiten [...]

    by Optimiere deinen Blog - bueltge.de [by:ltge.de] — September 2, 2006 @ 12:29 am

  7. Thanks for this. Totally apart from SEO, this is really useful. Sometimes you just want to use that “catchy” title in the h1 tag, but then it becomes the page title and so in RSS feeds and SERPS it becomes a meaningless thing that the human reader (forget about search engines) can’t understand. I think of this as a basic usability enhancement as much as anything else.

    by TheRanter — September 3, 2006 @ 11:53 am

  8. Great plugin, I’m using it for my site :)

    by mike — September 5, 2006 @ 7:06 pm

  9. Thanks for the great plugin, will play around with this plugin. :)

    by llh — September 8, 2006 @ 2:28 pm

  10. [...] Download SEO Title Tag [...]

    by WordPress Plugins needed to Optimize your Blog for Search Engines - JohnTP.com — September 12, 2006 @ 3:19 pm

  11. [...] Title-taggen är kanske det viktigaste ur SEO synvinkel. Ett plugin till WordPress som kan hjälpa dig att få en bättre title-tagg är SEO Title Tag. Här nedan följer instruktioner på hur du installerar SEO Title Tag pluginen till WordPress. [...]

    by SEO Title-taggen: Plugin till WordPress SEO Title Tag — September 18, 2006 @ 2:23 am

  12. [...] SEO Title Tag Its very important on Titles, this is where the search user going to click the link. Keep your title with goog keywords that related to the content. This plugin helps you to manage the Title. You can configure how to show the title in homepage and for other pages. Download SEO Title Tag http://www.netconcepts.com/download/tools/seo-title-tag.zip - Installation Guide http://www.netconcepts.com/seo-title-tag-plugin/ [...]

    by Free Wordpress Plugins for SEO Traffic — September 19, 2006 @ 4:48 am

  13. [...] SEO Title Tag - Overrides several limitations in creating search engine optimized title tags for blog posts and for Pages in the WordPress blogging platform. [...]

    by Best SEO Plugins for Wordpress at The Blog Joint — September 22, 2006 @ 3:52 pm

  14. [...] Today, I added a very useful plugin to my blog - SEO Title Tag. This plugin helps me generate more search-engine friendly title for each pages in my blog. It is very easy to apply this plugin into your WordPress. And, you only have to edit your header for the plugin. [...]

    by SEO - Title Of Each Page — October 2, 2006 @ 12:45 am

  15. Do you have a guide for how to implement this plugin for K2? :)

    by Brett — October 5, 2006 @ 7:53 pm

  16. Brett,
    Great question. I would love for K2 to add SEO Title Tag to their supported plugins list. Maybe you could put a bug in their ear about that? :-)
    The edit is a simple one. Just change what is within the <title></title> container in header.php to:

    <title><?php if (function_exists('seo_title_tag')) { seo_title_tag(); } else { wp_title(''); ?> <?php if ( !(is_404()) && (is_single()) or (is_page()) or (is_archive()) ) { ?> at <?php } ?> <?php bloginfo('name'); } ?></title>

    Cheers,
    Stephan

    by Stephan Spencer — October 8, 2006 @ 10:44 pm

  17. [...] J’utilise personnellement le Plug-in : SEO Title Tag. Je vous conseille fortement de l’utiliser aussi pour votre blogue Wordpress. Il est très facile à installer. Ce plug-in va tout simplement optimiser la Balise title de chaque page. [...]

    by Optimisation de Wordpress — October 10, 2006 @ 6:24 am

  18. Anybody have any idea how long it takes for the Title to be applied to Google? My indexing still is showing my original Blog Title?

    Berte
    http://www.theeip.com

    by Berte — October 15, 2006 @ 3:26 am

  19. Berte,

    Google’s cached date on your home page shows Oct 11. Problem is your home page’s PageRank shows as 0, so Googlebot isn’t very motivated to refresh your home page often. Still, I would guess your listing will update within a week or so.

    Stephan

    by Stephan Spencer — October 15, 2006 @ 4:14 am

  20. [...] Optimal Title moves the position of the ‘separator’ to after the title rather than before, letting you put the title of your post before your blogs name in the title tag for an entry. A very good SEO mod for WordPress. Another good title SEO plugin is the SEO Title Tag. [...]

    by Essential Wordpress Plugins » TechRoam — October 30, 2006 @ 11:29 am

  21. Great plugin! I had used a large custom tag script to do this before.

    One reamrk: I like to have custom tags for my categories. Right now if I use longer text they show up on my sidebar where I display my categories.

    Any ideas how to solve this?

    Thomas

    by Thomas — October 30, 2006 @ 5:01 pm

  22. Hi Thomas,

    With my plugin, you can have a custom title tag for your category pages. If a category has a description (defined in Manage : Categories in the WordPress admin), then my plugin uses that for the category’s title tag.

    Stephan

    by Stephan Spencer — October 30, 2006 @ 8:00 pm

  23. [...] http://www.netconcepts.com/seo-title-tag-plugin [...]

    by Dynn’s Blog » Blog Archive » Wordpress Tools For SEO — November 2, 2006 @ 3:24 pm

  24. [...] The SEO Title Tag plug-in allows you to override a page’s or a post’s title tag with a custom one you define, it reverses the order of the blog name and the title (giving more keyword prominence to the title instead of the blog name). Or you can drop the blog name altogether. [...]

    by The WordPress Podcast · Episode 6: Akismet rumors, lots of new and updated plug-ins, listener mail — November 3, 2006 @ 2:04 am

  25. [...] You can find this plugin at: http://www.netconcepts.com/seo-title-tag-plugin/ [...]

    by How To Optimize Your Wordpress Blog For Search Engine Rankings — November 3, 2006 @ 11:27 am

  26. [...] By the way, I can’t wait to use this nifty seo wordpress plugin. [...]

    by Usman Group: Not Your Typical Web Design & SEO Firm » Blog Archive » Websites Become Blogs — November 11, 2006 @ 11:47 am

  27. Great plugin and an improvement on what is already available to Wordpress users, I am happy to report that this plugin does not conflict with the “Head Meta” plugin that also uses “category descriptions” to create meta description for category pages.

    by Brian — November 12, 2006 @ 2:16 am

  28. Hi Stephen

    Thank you for sharing for a wonderful Wordpress Seo-Title-Tag plugin, this is truly the most easier and effective way for creating a better title for the homepage and post.

    I’ve integrated the plugin, the frontpage look fine now. I have a slight problem on the post page, I check on the source, the post title is showing together with the domain title, example :
    Decorating Kids Room » Tropical Home Improvement Ideas

    Can you tell me how to remove the »Tropical Home Improvement ideas from the title for each post?

    Appreciate you kind assistance on this problem.

    Regards,
    Vincent

    by vincent — November 12, 2006 @ 10:08 pm

  29. This is very helpful in preventing pages from going into the “Supplemental Index” in Google. It is not the only factor, but when they see the same Title tag on every page in a site that is part of how they determine if each page has inique and pertinent information.

    Thanks,

    John

    by John Waller — November 18, 2006 @ 6:00 am

  30. Hi Vincent,

    In the WordPress admin, go to the “Options” tab then the “SEO Title Tag” subtab. Tick the “No” radio button next to “Include blog name in titles”, then click on the “Update options” submit button.

    Stephan

    by Stephan Spencer — November 19, 2006 @ 8:54 am

  31. I have a problem/bug. In the search result page there is no title (first half of the title) like “Search results for …”

    Example: http://www.sergiodelatorre.com/blog/index.php?s=canon&submit=IR

    What can i do for solve it?

    Thanks

    by Sergio de la Torre — November 22, 2006 @ 6:28 am

  32. [...] The second plugin that I have installed called SEO Title Tag. [...]

    by Technorati, Google Sitemaps, and SEO Titles » Josh Kaufman Blog dot Com — November 23, 2006 @ 8:52 am

  33. Great plugin and very versatile, thanks. One question.

    I notice that by default, after having installed and changed the settings in WP admin spaces are added in front of the Title (in the page code)

    when I set a different title for a post in the custom field the spaces disappear

    Is there a way to fix this? A lot of my titles are ok enough and don’t need specific modifications.

    Thanks

    by Gemme — November 23, 2006 @ 6:51 pm

  34. [...] 1. SEO Title Tag Gets rid of the “blog name >> archive >> post title� and puts the post title as the title of page. This plugin will show the search engine a unique title for each page and with the right keywords, you can keep your traffic going long after the social bookmarking website’s traffic is gone. [...]

    by Optimize Your Wordpress Blog In 14 Steps — November 28, 2006 @ 3:18 pm

  35. Excellent Plug-in guys… this certainly does the trick for SEO purposes.

    by Justin Harrison — November 30, 2006 @ 7:04 pm

  36. [...] The solution is to use a plug-in called [SEO title Tag] which allows you to specify a title for your blog index, and then only to include your article heading in the posts – which is EXACTLY THE WAY you should do it for optimal SEO. Problem #2 – Almost all Wordpress templates, including the default template makes the incorrect use of h tags such as H1, H2 etc. For some reason the H1 tags are often assigned to headings on the sidebar, which in turn devalues the use of your keywords in other headings. h [...]

    by How to Make Wordpress SEO Friendly — November 30, 2006 @ 8:44 pm

  37. [...] 2- Go to SEO Title Tag, download the plugin. Upload the plugin to your blog and activate it. Then go to your “header.php” file and change your title tag as indicated in the instruction of the plugin. [...]

    by Wordpress Blog Search Engine Optimization (SEO) — December 1, 2006 @ 4:30 pm

  38. [...] SEO Title Tag - focuses on optimizing page title for the search engines. Based on the assumption that you care more about your SEO ranking than about consistency between the title on the page and the title on the title bar. Once you free your mind this plug-in helps. [...]

    by “SEO Title Tag” - in search of tagging, “meta” and not (part 8) « N0T a Blog — December 4, 2006 @ 4:24 pm

  39. [...] SEO Title Tag: A WordPress Plugin for SEO (Search Engine Optimization) 11/30 23:19, 2006 引述 :『Title tags are arguably the most important of the on-page factors for search engine optimization (�SEO�). This WordPress plugin “SEO Title Tag�, written by Stephan Spencer of SEO specialist web agency Netconcepts, addresses several limitations in creating search engine optimized title tags for blog posts and for Pages in the WordPress blogging platform. It is completely free and has been released as “open source� under the GPL license. So enjoy!� 給 WordPress 用的 SEO 外掛,幫你產生 title,也支� UTW。 [...]

    by [2006/11/29 - 2006/12/06] « Kirin Lin — December 6, 2006 @ 4:35 pm

  40. [...] If you are looking for the SEO Title tag plugin for Wordpress, you can find it here.  I highly suggest that you install it if you haven’t already and make sure to install it on any future blogs that you create.  It is a ‘must have’ for your Wordpress blog. Bookmark to: [...]

    by Wordpress SEO Title Tag Plugin » GETRSS.NET — December 7, 2006 @ 4:37 pm

  41. Really a great plugin. I have used some similar ones in the past but this one is the best.
    Many thanks!

    Regards,
    Alex

    by Alex — December 8, 2006 @ 12:45 am

  42. I have installed your plugin and I noticed a few spaces before the title starts so it would look like pagetitle
    I have put exactly how you have it. Please let me know what I can do to resolve this issue. Thank you.

    by Brian — December 12, 2006 @ 10:49 pm

  43. i noticed the form would not let me insert tags so please check out html on learncpanel.com. Thank you

    by Brian — December 12, 2006 @ 10:50 pm

  44. [...] Download and use the “SEO Title Tag� plug-in for WordPress.  This allows you to define a custom home page title for your pages.  [...]

    by Ablola <ă·blÅ?·la> » Blog Archive » Optimizing for Blog and Feed Engines – Part 2 — December 18, 2006 @ 6:02 pm

  45. [...] SilentBits’ SEO Plugins for Wordpress has a great list of search engine optimization plugins that add sweet semantic touches such as a customized title tag for the document and meta description meta keywords for each post, using data from that post. I’m not sure this one will work out for my whole site without customization, but if your site is entirely managed via WordPress, this nifty site map plugin may work for you. It covers both pages and posts you’ve created in WordPress. [...]

    by kuniform » Blog Archive » Wordpress Plugins Galore — December 19, 2006 @ 6:53 am

  46. Absolutely a fantastic plug in

    Thanks

    by Maldives — December 21, 2006 @ 6:17 am

  47. [...] If you’re running blogs like I do on WordPress, there’s a handy little plug-in to create title tags (one per blog, unfortunately).  Here’s a Download Site.          [...]

    by Tip for Today: Title Tags — December 30, 2006 @ 6:27 pm

  48. [...] - Adhesive: Allows “sticky� posts - Admin Menu: Displayers an admin toolbar at the top of the site when logged in - Adsense-Deluxe: An adsense plugin, surprisingly. - SEO Title Tag: Allows you to do loads with your title field via one of the option pages - Sidebar Widgets: Allows you to modify the sidebar quickly and easily via the template section - Ultimate Tag Warrior: A tagging plugin that’s used on this site too and is required for SEO Title Tag - WP-Forum – A build in wordpress forum [...]

    by The Affiliate Challenge » Affiliate Challenge Entry – Unfair Bank Charges — January 3, 2007 @ 7:13 am

  49. [...] Optimises your title tag to more more search engine friendly, i.e rather than saying “Life Goggles >> Song of the Day”, it will say “Song of the Day >> Life Goggles”. For more features than this, you could also try this similar plugin although it is slightly more complicated. Link: Optimal Title plugin [...]

    by Top 20 Brilliant Wordpress Plugins » Life Goggles — January 4, 2007 @ 3:47 am

  50. Hi,

    This is a great plugin.

    I’ve just got a small question : how can we add a title to the results page, like “Your results”, (after a search) ?
    [Because at this time, there’s only the blog name.

    Thanks for your help,

    Bertrand

    by BornToBuzz — January 18, 2007 @ 9:01 am

  51. Mate, you’ve saved us a lot of time. I was eager to get my hands on such a WordPress plugin for a long time.

    Thanks a lot, Stephan! :)

    by Thomas William Alden — January 19, 2007 @ 7:36 pm

  52. Great plugin… just what I was looking for to spruce up the page titles.

    by Milan Cole — January 22, 2007 @ 12:23 am

  53. [...] I also wanted to add another great SEO Wordpress Plugin that will help clean up your title tags. It’s called SEO Title Tag. Here are some great features it offers for better SEO and higher search engine rankings. [...]

    by Best Wordpress Meta Tags Plugin - Add Description and Keywords Easily — January 23, 2007 @ 8:30 pm

  54. [...] How do I make my site more SEO friendly? This can be done in a variety of ways, but all require adjusting the source code of your website. Typically, your best bet is to set up title, keyword, and description meta tags on your site. You’ll also want to set up a Sitemap.xml of your site, which serves as sort of a map for the search engines spiders to ensure they get all of your pages recorded. If you’re a Wordpress user, two plugins that I recommend are the SEO Title Tag plugin and the Sitemap plugin. Both are free and go a long way to improving your findability.  The search engine spiders also take into account additional factors, including the number of incoming links to your site, outgoing links on your homepage, PageRank (for Google search), and how often you update your posts.  Posts that are updated regularly typically will rank higher than posts that are written and never looked at again. If you are uncomfortable making adjustments to your website’s source code, you will probably want to consult a web designer or SEO expert for assistance with making your website more findable. Because the search engines are constantly changing their algorithms, the world of SEO is constantly changing with it as webmasters try to keep their website findable.  If you would like to learn more about SEO, I recommend subscribing to the following blogs: [...]

    by What is Search Engine Optimization? — January 27, 2007 @ 7:45 pm

  55. Thank you so much for you plugin. The instructions are so concise, to the point, & very easy to follow.
    I’ve been struggling to get the Optimal Title Plugin to work (http://elasticdog.com/2004/09/optimal-title/), but had no success. I worked witht that plugin for about 2 hours without getting it right. With your plugin, I had it installed & working with 5 minutes!!

    Thanks again!

    eJabs…for knowledge!
    http://www.eJabs.com

    by Matt Jabs — January 29, 2007 @ 12:50 pm

  56. [...] SEO Title Tag - Inserts search engine optimized title tags using custom field (if defined) or tag name for tag pages generated by UltimateTagWarrior plugin [...]

    by Plugins — January 30, 2007 @ 1:55 pm

  57. This plugin is much better than optimal Title with the additional features that can be configurable from the Option menu.

    by flymb — January 31, 2007 @ 12:56 am

  58. Does this plugin work with Wordpress 2.1 ??

    Thanks

    by Jan van der Reis — February 4, 2007 @ 4:29 pm

  59. This pulgin is Great!

    Thank you! Stephan.

    by Slowworker — February 5, 2007 @ 4:14 pm

  60. Hello… will this plug work in conjunction with the Ultimate Tag Warrior plugin?

    Would your plugin be considered an alternative/competitor to Tags in the Head plugin? I think they do something similar, but don’t want to run into problems if your plugin and their plugin do almost the same thing.

    Does it work with WP2.1?

    Thank you so much for your time and effort put into this plugin and I look forward to your reply!

    by myITAnalyst — February 12, 2007 @ 11:04 am

  61. The plugin does not seem to work completely with WP2.1. At least on my site, the short blog name override is working, but the title_tag itself is not recognized. Is there something I need to change to make this work? I love the plugin and really want it back!
    Thanks for creating this plugin, Stephan.

    by Diane Aull — February 13, 2007 @ 11:22 am

  62. Take back what I just said… I went and tested it some more, and it turns out the title_tag custom field works fine. It’s just the home page override on the options page that doesn’t seem to be working. Otherwise, though, it works like a charm in WP2.1.
    –Diane

    by Diane Aull — February 13, 2007 @ 11:27 am

  63. [...] I decided to install the SEO Title Tag Plugin by Stephan Spencer, since I wanted to clean up the titles. Wordpress by default puts in a bunch of extra stuff in there which just doesn’t really look very good. [...]

    by SEO Title Tag Plugin — February 15, 2007 @ 12:10 am

  64. [...] The good news is that most of today’s CMS and blog software have workarounds so that you can customize your title tags. For WordPress, I recommend installing the “SEO Title Tag” plug-in developed by Stephan Spencer. It works like a charm on all my WordPress sites. [...]

    by Web Page Optimization - Use a Correct Title Tag-- Web Design Discussion — February 17, 2007 @ 5:53 pm

  65. I have just added your plugin and it has just saved me hours of coding…thankyou.

    by Steve Szasz — February 18, 2007 @ 8:13 am

  66. thank you for that plugin. it works great..

    by Sohbet — February 21, 2007 @ 10:21 am

  67. [...] SEO Title Tag [...]

    by Nate Balcom..that is..NateBal.com….Come On In..The Web Is Fine.. » Must Have SEO Plugins For WordPress — February 22, 2007 @ 10:00 am

  68. Hi Stephan, thanks for the plugin. I have a question for you: What are the consequences on search engines and pagerank on the short term. Does it change the way my pages will be display on Google for example ? I would like to implement it but I am afraid that Google would not like these changes.
    Wainting for your reply
    Fran6

    by Fran6 — February 22, 2007 @ 10:52 am

  69. Works like a charm for my blog sites. Thank you very much!

    by Paul — February 27, 2007 @ 8:47 pm

  70. [...] The theme has been designed specially for a better SEO providing you with functionalities like the Seo Title Tag Plugin without having installed the plugin [...]

    by Sizlopedia » Wordpress Theme - Tigopedia Reloaded 1.0 — March 2, 2007 @ 12:04 am

  71. I really liked the plug-in and am using it with my WordPress. 2 minutes install-configure-run is what the open source community needs

    Thanks again,
    you are invited to our blog in http://www.acquainter.com

    by Alon — March 7, 2007 @ 11:31 am

  72. [...] SEO Title Tag or Optimal Title will take each of your post page titles and change it from Blog Name >> Post Title to Post Title >> Blog Name. This helps in search engine results because many search engines will drop part of the title if it’s to long, so if your blog name is first, the searcher may never see your post title and skim right past it. With the Post Name first, the searcher will see the term they are looking for and not worry about your Blog Title. This is also a good reason to think through your post titles and make sure they relate to what your post is an not something like “This is what I think” [...]

    by Must Use SEO & Marketing Plugins for WordPress _@_ SEO & Marketing Review — March 11, 2007 @ 7:22 pm

  73. [...] would possibly search for “Widget Variety� to find your article – use that.  We use a SEO Title Tag plug-in (see #4) that makes our post title the title tag for that post’s [...]

    by Set yourself up for Success – Basics for New Bloggers — March 12, 2007 @ 11:05 am

  74. [...] (and Google) are really interested. There are at least two existing plugins that address this—SEO Title Tag and Optimal Title—but it’s really not that hard to do yourself, provided you’re not [...]

    by DIY SEO Titles in WordPress | P.C. Shannon — March 14, 2007 @ 9:25 pm

  75. Very nice plugin… thanks so much!

    by BRAD from BradFitzpatrick.com — March 15, 2007 @ 10:48 am

  76. [...] so the Better Business Blogging site is set up with good title tags (using Stephan Spencer’s SEO Title Tag plug-in which is great and takes all coding effort out of it) as well as a number of other tweaks. Thought [...]

    by Keyword selection and Search Engines: a cautionary tale @ Better Business Blogging — March 16, 2007 @ 5:15 am

  77. [...] nu se prea agata, si nici cititorii, NUME POST << NUME BLOG e mai accesibil, de altfel si SEO TITLE TAG este un plugin util in acest [...]

    by WORDPRESS: MOST WANTED PLUGINS » Sorel Mihai - Prospetime Tehnologica — March 16, 2007 @ 12:21 pm

  78. [...] SEO Title Tag - This plugin addresses several limitations in creating search engine optimized title tags for blog posts and for Pages in the WordPress blogging platform. [...]

    by Top (must have) WordPress Plugins » eJabs — March 16, 2007 @ 8:14 pm

  79. [...] install and properly use the SEO Title Tag plugin or do the [...]

    by SEO for WordPress - The Complete Guide — March 16, 2007 @ 10:18 pm

  80. Hi Fran6,
    There are no consequences on your PageRank from using my plugin, because PageRank is independent of on-page factors like title tags. It will change the way your pages are displayed in the search engines, because the title tags are the underlined text that makes up the first line of your search listings. There is no reason to be afraid that Google won’t like your revised title tags, unless of course you are doing “keyword stuffing” — in order words, spamming! And you wouldn’t do that, right?

    by Stephan Spencer — March 17, 2007 @ 6:27 am

  81. Hey Stephan. Thanks a lot for the Plugin. Jürgen

    by Jürgen — March 17, 2007 @ 9:10 am

  82. hello,

    I am trying to use your plugin with wpmu not wp and I have the problem, that the options are not saved. could you help me debug this problem?

    by ovizii — March 17, 2007 @ 12:46 pm

  83. Hi…I just loaded this. I wish I could say that I was excited about it, but…:(

    1) I’m thinking that it’s supposed to be coming up under the “Manage” menu, and it’s not, and

    2) When I check off that I want to use UTW as well, it says that the option is saved, then doesn’t save it at all (the checkbox is empty again),

    3) I can’t get into manage_seo_title_tags. I get an error message.

    I’m running 2.1. This isn’t making me very happy. Any help would be appreciated!!!

    by Jeanette — March 17, 2007 @ 7:04 pm

  84. Actually, wow. It’s not functioning at all. In no way. I’m really confused now.

    by Jeanette — March 17, 2007 @ 7:33 pm

  85. Wordpress Title Tag Plugin…

    I told you they were on the ball. Stephan has just announced the new version of the Wordpress SEO Title Tag Plugin developed by himself and the developers at Netconcepts. Very sweet…installing right now.
    ……

    by Surfarama — March 18, 2007 @ 1:26 am

  86. [...] blogs, it might be worth your time to check out this new plug-in from NetConcepts that helps you maximize the benefit of browser and page titles. Related Posts: Dave PasternackGoogle AdWords Quality ScoreTweaking the Cutline WordPress [...]

    by Weekend SEO Reading — March 18, 2007 @ 8:33 am

  87. Hi Stephen,

    FYI -
    I just tried installing SEO Title Tag 2.0 beta and had two problems:

    1) I had to convert all occurences of

    by John — March 18, 2007 @ 10:58 am

  88. I have wordpress 2.1

    When I install this plugin, I do not get an option under manage for ‘title tags’

    I am also not able to update the seo title tag options - when I make an attempt it says the opyions were updated but the default options remain. Any thoughts?

    by Jimmie Malone — March 18, 2007 @ 11:18 am

  89. Hey Stephan,

    Awesome plugin idea, and from what I’ve read an awesome execution. Thanks so much! Only wish I could get it working on my blog :) I was wondering if you or any of the other commenters should share some insight?

    The plugin’s installed and activated, and the “SEO Title Tag” tab shows up under the “Options” tab, but that’s about all. When I update options on the SEO Title Tag page, nothing saves. I also don’t get the “Title Tags” tab under the Manage tab, and when I input a title tag on the (re)publish of a post, it doesn’t save!

    Can anyone help me out here? Thanks so much!

    I’m running WP 2.1.2.

    by John Daughton — March 18, 2007 @ 1:20 pm

  90. [...] Posts Plugin For WordPress | Semiologic Other Posts from Cat plugin for WordPress · Dagon Design SEO Title Tag: A WordPress Plugin for SEO (Search Engine Optimization) Neato » Blog Archive » Ultimate Tag Warrior 3.14159265 Sociable: Quick Social Bookmarking Plugin [...]

    by Wordpress Plugins - Irish SEO, Marketing & Webmaster Discussion — March 19, 2007 @ 7:32 am

  91. I am using wp 2.1.2.I dont see the seo plugin coming on the manage tabs…Did i miss something?

    Cannot load manage_seo_title_tags. this is what i get

    by Ashish Mohta — March 19, 2007 @ 8:47 am

  92. I have installed this plugin. I really think it is very useful plugin, but for some reason I can only make it work for my ‘pages’. If I try to look at my posts then I get the following message:

    [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'all' at line 1]
    SELECT DISTINCT * FROM blogblog_posts WHERE post_date

    by Jesper — March 19, 2007 @ 10:22 am

  93. [...] for free email updates. Thanks for visiting!Stephen Spencer has just released what he views as the most important Wordpress plugin for SEO. As you probably know, title tags are given a lot of weight by search engines and one of the main [...]

    by Wordpress SEO Title Tag Plugin for Better Search Rankings — March 19, 2007 @ 10:42 am

  94. Same problems as those recently listed

    No database table is being created when you save, and manage options are not appearing (probably because options are not saving)

    by Andy Beard — March 19, 2007 @ 2:48 pm

  95. I have the same problems from:
    - John Daughton
    - Ashish Mohta
    - Jimmie Malone
    - Jeanette
    - Many others.

    Is there a problem with this plugin and Wordpress 2.1 ?

    by Diogo Azevedo — March 19, 2007 @ 7:48 pm

  96. I am another 2.1.2 user with exactly the same problems as above.

    Just thought you would like to know

    by Dave Beck — March 19, 2007 @ 9:25 pm

  97. It killed UTW, too. Uh-oh.

    by Jeanette — March 19, 2007 @ 9:44 pm

  98. Loved the first version, downloading this one now

    by Richard Curry — March 19, 2007 @ 9:45 pm

  99. [...] SEO Title Tag 2.0beta Search engine optimize your blog’s title tags. Create a customized title tag for any post, static page, category page, UltimateTagWarrior tag page - indeed, any URL! And will auto-insert the tag name into the title on tag pages generated by UltimateTagWarrior plugin. Admin allows for mass editing of title tags. By Stephan Spencer, Netconcepts. [...]

    by My Favorite Wordpress Plugins - II at Vinod Live! — March 20, 2007 @ 6:01 am

  100. Whenever I try to save an option it says it is saved, but it isn’t.
    And the tables “wp_seo_title_tag_category” and “wp_seo_title_tag_url” don’t have any content.
    What to do?

    by Malte Landwehr — March 20, 2007 @ 8:59 am

  101. Sorry to those having issues with options not saving and the Manage : Title Tags tab being unavailable. I’m in Sydney at the moment, speaking at the Search Engine Room conference, and not able to look into it until I get back a little later this week. Anyone with these issues willing to provide me with access to their WordPress admin to do a bit of troubleshooting? If so, please email me login details to . Thanks!

    by Stephan Spencer — March 20, 2007 @ 9:17 am

  102. [...] Download Wordpress Title Tag Plugin now! [...]

    by Wordpress Plugin for Title Tags - Online Marketing, Webmaster Gadgets, SEO Resources - eBrandMarketing — March 20, 2007 @ 5:41 pm

  103. The problem seems to be that the plug-in is not creating the necessary tables.

    I am using WP-MU, but tried it in a stand alone WP also and couldn’t find the required tables that the php script is supposed to create.

    by Rupen — March 20, 2007 @ 9:27 pm

  104. Doesn’t seem to be working for me…

    When I try to go into a post and edit the Title Tag field, after saving and looking in their again, the field is empty.

    Also, I get Cannot load manage_seo_title_tags. when trying to access that page…

    Any ideas?

    by nathan — March 21, 2007 @ 8:10 am

  105. In my case the tables wp_seo_title_tag_category and wp_seo_title_tag_url were created. However, saving options or title tags does not result in the tables being updated.

    I am using WordPress 2.1. No php errors appear to be generated.

    by Karl Klingman — March 21, 2007 @ 9:07 am

  106. I am also another 2.1.2 user with the same problems as above.

    by TJantunen — March 21, 2007 @ 9:09 am

  107. Jeanette granted me access to her WordPress admin, which helped me diagnose the issue of options not saving and the Manage:Title Tags tab not showing up. I’m happy to announce that the issue is resolved and beta2 is the new version, available at the Download link above. Note that this is still a beta release, so there may still be bugs to quash. Any bug reports would be greatly appreciated!
    Also, John… your comment appears to have been truncated. Can you repost your comment so I know if there are any more issues still to resolve?
    Cheers!

    by Stephan Spencer — March 21, 2007 @ 9:48 am

  108. I’m able to add titles to the Pages, but my Posts form says “no posts found” eek!

    Categories says:
    Fatal error: Call to undefined function: get_categories() in /mnt/w0713/d44/s02/b0276f44/www/motherandchildhealth.com/wp/wp-content/plugins/seo-title-tag/seo-title-tag.php on line 1013

    and URLS says:

    Warning: Invalid argument supplied for foreach() in /mnt/w0713/d44/s02/b0276f44/www/motherandchildhealth.com/wp/wp-content/plugins/seo-title-tag/seo-title-tag.php on line 1164

    I love this plug-in by the way…great potential if i can figure out how to get the rest to work…

    by Stacelynn — March 21, 2007 @ 2:02 pm

  109. Much better. The new plugin generated SQL errors, which are most likly MySQL version dependent. Changing UNIQUE KEY to PRIMARY KEY cured this issue for me, and it seems to work well know. Thanks for the quick fix.

    by Karl Klingman — March 21, 2007 @ 2:14 pm

  110. working on wpmu 1.1.1 too now :-) many thx for the quick fix

    by ovizii — March 21, 2007 @ 4:22 pm

  111. i got the MySQL errors but I have no idea what was meant by changing UNIQUE KEY to PRIMARY KEY.

    After logging out and logging back in the pluging appeared installed correctly (beta2) and all pages/options were available but when I changed tags on post pages the changes did not save.

    by Jimmie Malone — March 21, 2007 @ 5:09 pm

  112. Thanks for the tip on the MySQL version compatibility issue, Karl. I’ve updated the plugin to create tables with primary keys.

    Jimmie, go ahead and re-download the plugin and deactivate and reactivate. That should create the database tables for you.

    Stacelynn, what version of WordPress are you running? I have a feeling it’s pre-WordPress 2.1? It looks like the get_categories function is new to WordPress 2.1. I’ll see if I can code in a workaround for 2.0+.

    by Stephan Spencer — March 21, 2007 @ 5:50 pm

  113. I’m getting the following errors on plugin activation, a second try on activation pushes through, however, no tables are created. I’m on WP 2.1, and have uninstalled and reinstalled WP, so I do not think it is a WP issues.

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '( id bigint(11) NOT NULL AUTO_INCREMENT, url varchar(255) ' at line 1]
    CREATE TABLE ( id bigint(11) NOT NULL AUTO_INCREMENT, url varchar(255) NOT NULL, title varchar(255) NOT NULL, PRIMARY KEY id (id) );

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '( id bigint(11) NOT NULL AUTO_INCREMENT, category_id varch' at line 1]
    CREATE TABLE ( id bigint(11) NOT NULL AUTO_INCREMENT, category_id varchar(255) NOT NULL, title varchar(255) NOT NULL, PRIMARY KEY id (id) );

    Warning: Cannot modify header information - headers already sent by (output started at /home/bostonco/public_html/wp-includes/wp-db.php:121) in /home/bostonco/public_html/wp-includes/pluggable.php on line 275

    by Chachi — March 21, 2007 @ 6:08 pm

  114. I’m having the same CREATE TABLE issue as Chachi… :(

    by BrilliancesDotCom — March 21, 2007 @ 11:35 pm

  115. Downloaded the new plugin… still doesn’t work?

    Upon activation I got this error in the WYSIWYG

    “Plugin could not be activated because it triggered a fatal error.”

    Not really sure where to look for this ‘fatal error’ … Any ideas?

    by Rupen — March 22, 2007 @ 3:19 am

  116. UPDATE:

    I got the error, but then decided to re-activate and fiddle around with it. Everything works now? I updated options and it saved perfectly … and I now have the Title Tag area under Manage..

    Will test it out and let you know ..

    by Rupen — March 22, 2007 @ 3:22 am

  117. great thx for the update :)
    working fine everywhere but not for categories.
    what can be the reason?

    by rutra — March 22, 2007 @ 9:16 am

  118. this error on manage urls page??

    WordPress database error: [Table 'wp_waveneyavenuecouk.wp_seo_title_tag_url' doesn't exist]
    SELECT id, url, title from wp_seo_title_tag_url ORDER BY title

    Any help appreciated

    Everything else working although had errors in title tag until I actually added something it would be nice if it defaulted to post title if no custom one is added

    Great work though

    Dave

    by dave — March 22, 2007 @ 6:27 pm

  119. Thanks a lot for the plugin!! It has done wonders to my Search Engine Rankings.

    I’ve used the previous versions successfully but there is a problem with latest version that I’ve downloaded today from http://www.netconcepts.com/download/tools/seo-title-tag.zip

    I’m using it on Wordpress 2.1.2.

    ***On Plugin Activation, I’ve got the same error that Chachi got (See the comment by Chachi — March 21, 2007 @ 6:08 pm).***

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '( id bigint(11) NOT NULL AUTO_INCREMENT, url varchar(255) NO' at line 1]
    CREATE TABLE ( id bigint(11) NOT NULL AUTO_INCREMENT, url varchar(255) NOT NULL, title varchar(255) NOT NULL, UNIQUE KEY id (id) );

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '( id bigint(11) NOT NULL AUTO_INCREMENT, category_id varchar' at line 1]
    CREATE TABLE ( id bigint(11) NOT NULL AUTO_INCREMENT, category_id varchar(255) NOT NULL, title varchar(255) NOT NULL, UNIQUE KEY id (id) );

    Warning: Cannot modify header information - headers already sent by (output started at /home/jvizag/public_html/wp-includes/wp-db.php:121) in path/wp-includes/pluggable.php on line 275

    Same thing happens –> “…a second try on activation pushes through, however, no tables are created.”

    by Bharathi — March 23, 2007 @ 1:14 am

  120. I’m afraid I got a whole lot of database errors after I tried activating the plugin.

    My WP install is 2.0.7

    I upgraded from 1.0

    Looking forward to a new release as the plugin is quite useful.

    by Gemme — March 23, 2007 @ 4:51 am

  121. I’m afraid I also get SQL errors. I’m using WP2.1. I get errors in the titles when I load the pages on my site and in the SEO plugin admin page, such as this for my ‘categories’ admin page:

    WordPress database error: [Table 'norttay8_savannah.wp_seo_title_tag_category' doesn't exist]
    SELECT category_id, title from wp_seo_title_tag_category

    and this for the ‘URL’ admin page:

    WordPress database error: [Table 'norttay8_savannah.wp_seo_title_tag_url' doesn't exist]
    SELECT id, url, title from wp_seo_title_tag_url ORDER BY title

    by Austin — March 23, 2007 @ 4:31 pm

  122. Update - Someone in the comments suggested changing the 2 instances of ‘unique key’ to the phrase ‘primary key’ in the seo-title-tag.php file. Unfortunately that did not fix my problems.

    by Austin — March 23, 2007 @ 4:41 pm

  123. Hi,
    I encountered the same problem regarding MySQL error. I managed to get it work by updating the seo-title-tag.php file. I added the following lines on line 30 (just after the “global” statement)

    $wpdb->seo_title_tag_url = $wpdb->prefix . “seo_title_tag_url”;
    $wpdb->seo_title_tag_category = $wpdb->prefix . “seo_title_tag_category”;

    Don’t really know the side effects (if any) of those lines, but at least the plugin can be enabled, and tables are created.

    Hope that helps,
    Nicolas

    by Nicolas — March 24, 2007 @ 12:13 pm

  124. Thanks Nicolas. That helps. And thanks to John too, who identified that the plugin required the PHP short tag enabled to work and that there was an incompatibility with the $_SERVER['REQUEST_URI'] and IIS servers.

    All these issues are now hopefully fixed. Beta3 now available via the Download link above.

    by Stephan Spencer — March 24, 2007 @ 4:09 pm

  125. The plugin activates correctly, but none of the titles I change ’stick’. I can only attempt to change titles from the individual page edit forms, as manage -> title tags doesn’t show any pages, posts, URLS, or categories. I also cannot change the title from the ‘title-tag options’ page.

    Finally, I get a SQL error when deactivating and reactivating:

    WordPress database error: [Table 'wp_seo_title_tag_url' already exists]
    CREATE TABLE wp_seo_title_tag_url ( id bigint(11) NOT NULL AUTO_INCREMENT, url varchar(255) NOT NULL, title varchar(255) NOT NULL, UNIQUE KEY id (id) );

    WordPress database error: [Table 'wp_seo_title_tag_category' already exists]
    CREATE TABLE wp_seo_title_tag_category ( id bigint(11) NOT NULL AUTO_INCREMENT, category_id varchar(255) NOT NULL, title varchar(255) NOT NULL, UNIQUE KEY id (id) );

    Warning: Cannot modify header information - headers already sent by (output started at /home/norttay8/public_html/wp-includes/wp-db.php:121) in /home/norttay8/public_html/wp-includes/pluggable.php on line 275

    I hope you get it worked out, ’cause I really like the concept of this plugin!

    by Austin — March 25, 2007 @ 2:56 pm

  126. Thanks for your great plugin first.

    But I found a problem for UTW Tags. It works for single word. But it doesn’t work for tag like: Search+Engine

    If I add custom title for Searh+Engine, it just doesn’t show up.

    by Max — March 26, 2007 @ 1:29 am

  127. I have version 2beta4, it installs corretly but all my changes dont save.. it simply does not change anything to any of my pages… an idea?

    by Syl — March 26, 2007 @ 11:36 am

  128. does NOT amend any of my pages!

    by Syl — March 26, 2007 @ 11:39 am

  129. I’m trying out 2.0beta4, and the only issue remaining for me is that the plugin does not actually change the titles, as noted above by Syl. I suspect the plug-in needs write access to some files, but which ones?

    Do I need to change any permissions to make sure the plugin will work?

    by Austin — March 26, 2007 @ 4:22 pm

  130. Hey Stephen,

    Looks like you got the bugs worked out. I think it’s finally time to start working on the change requests and enhancements…

    -john

    by John — March 26, 2007 @ 5:13 pm

  131. Hey Stephan, thanks 4 the plugin. John

    by John — March 27, 2007 @ 2:03 pm

  132. [...] are plugins available that make this process smoother. The SEO Title Plugin is at the moment focused on titles only and with Headspace you can also customize/automate meta [...]

    by SEO Clinic : BigOceans.com - Blogging from the Sea while Sailing Around the World — March 27, 2007 @ 8:08 pm

  133. [...] new version of SEO Title Tag was recently released and since I have blogged about this plugin earlier, I will just mention the [...]

    by SEO Title Tag 2.0 — March 28, 2007 @ 10:17 pm

  134. [...] pingbacks. MyAvitars -adds MyBlogLog avatars to comments. Popularity Contest -most popular posts. SEO Title Tag -customizes my title tags. Show Top Commentators -lists the top contributers to comments. SRG Clean [...]

    by How to Blog :: The Manual :: Genius Types — March 29, 2007 @ 12:07 am

  135. One suggestion..

    You can make this plugin WPMU (multi-user) compatible very easily. I dropped it into the MU-Plugin directory and it works excellent in all the blogs I have created, except for one thing.

    Under Manage –> Title Tags the links generated always point to the main URL and not the blog specific url.

    Ex:
    My site is http://ihavetoblog.com
    My blog is http://ihavetoblog.com/travelinmonkey

    If I log in to the dashboard for the blog site, travelinmonkey, the links still point to the main site, i.e. adding /travelinmonkey/ to the link allowed me to edit everything!

    hopefully we’ll see that in the next beta release!

    by Rupen — March 29, 2007 @ 2:39 am

  136. Austin and anyone else who is not getting the custom title tags to display on your blog:
    1) Are you running the latest beta (beta5)? If not, please install it.
    2) Does the custom title tag not save or does it just not show up on the site?
    3) Are you sure you added the custom HTML to your header.php theme file, per line 4 in the Installation Instructions above?

    by Stephan Spencer — March 29, 2007 @ 7:04 am

  137. [...] played the main role to improve search traffic to Jason Calacanis’ website. Actually, the SEO Title Tag plugin can help you to improve the title tags in your blog. For meta description tags, you can refer to [...]

    by Jason Calacanis VS Neil Patel — March 29, 2007 @ 8:05 am

  138. [...] html tag in terms of SEO. To make the WordPress title tag work to our advantage we need to use the SEO Title Tag plugin This plugin allows the user to create custom unique titles for each page and post on their [...]

    by WordPress SEO Search Engine Optimization tips | Lancelhoff.com Simple Solutions — March 29, 2007 @ 11:31 am

  139. i have downloaded the latest beta and have done all of the instructions. I have a problem with the UTW tat titles. It does not show…

    aside from that, when i tick the “Do you wish to use SEO Title Tag in conjunction with Ultimate Tag Warrior?:” checkbox, update the option, and click on the “UTW Tags” link from the SEO Title Tag Options, I see a field not defined before the “UTW Tags” sublink in the admin page.

    by shongaks — March 29, 2007 @ 12:14 pm

  140. [...] SEO Title Tag Plugin [...]

    by Speedlinking: wordpress bookmarks for March 07 : Wordpress guy — March 29, 2007 @ 3:11 pm

  141. I am using beta 5 and the plugin is now working flawlessly. I’ve already updated the website. Thank you very much for providing the most valuable wordpress plugin that I am aware of. Good work!!

    by Austin — March 29, 2007 @ 4:15 pm

  142. Hi -

    Used the 1.0 version and loved it; now have upgraded to 2 beta5 version and seems to be generally working well.

    One issue though:
    On the mass edit pages it doesn’t seem to show all pages or posts. Is there some setting for this? I seem to get a random, unsorted listing of maybe 25% of the pages I would expect to see.

    Would love to see and be able to edit a complete list.

    I’m on WP 2.1.2

    Any thoughts?

    by Tim — March 30, 2007 @ 7:47 am

  143. [...] SEO Title Tag Plugin by Net Concepts  and the Google Sitemap Generator Plugin by Arne Brachhold [...]

    by Find Long Tail Keywords : My Online Affiliate Project — March 30, 2007 @ 4:51 pm

  144. I just wanted to say that I downloaded the latest version (beta 5), and it activated successfully, and appears to be working well.

    Thank you for your assistance with this plugin, it’s very slick.

    by Chachi — March 31, 2007 @ 11:06 am

  145. [...] 1. SEO Title Tag [...]

    by Boost Exposure With These Tips And Plugins » Copywriting Blog By Copywriter Michel Fortin — March 31, 2007 @ 7:21 pm

  146. [...] 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. [...]

    by Kyle’s Cove » Blog Archive » Wordpress Plugin: SEO Title Tags — March 31, 2007 @ 9:02 pm

  147. Hey Stephan,
    Keep getting the following error.
    Using the lastest download.
    Replaced title,etc

    WordPress database error: [Table ‘;name_wrdp2.wp_seo_title_tag_url&;’ doesn’t exist

    by Trium — March 31, 2007 @ 11:34 pm

  148. [...] 10. SEO Title Tag [...]

    by Top Ten Popular and Useful Wordpress Plugins — April 1, 2007 @ 10:15 am

  149. I just uploaded this plug-in at my site http://www.emanly.com/ and it’s working beautifully!
    Many thanks for this great script.
    I Love It!

    by Abe — April 1, 2007 @ 3:13 pm

  150. My problem is all my titles look like this…

    http://the-reviewer.net/2007/03/25/tmnt-fun-at-the-alamo-drafthouse/

    If you see the title is says. TMNT fun at The Alamo Drafthouse at TMNT fun at The Alamo Drafthouse.

    It always repeats the title twice, with the at, how do I fix this?

    by The Reviewer — April 1, 2007 @ 5:11 pm

  151. Man o man’

    What a great plug-in. One of those geez, I should have thought of this moments in time.

    Thanks,

    Smoky

    by Smoky — April 2, 2007 @ 4:30 pm

  152. [...] va recomand folosirea unui plugin. Printre cele mai folosite se numara: Another Meta Plugin, SEO Title Tag 2.0 sau Head META [...]

    by Tutoriale Web Design by Ana Design » Blog Archive » Optimizare Wordpress (SEO) — April 2, 2007 @ 5:04 pm

  153. strange… it works for everything except categories. I’m using latest WP version with traditional theme+widgets.

    what am I doing wrong?

    by Baquia — April 2, 2007 @ 7:25 pm

  154. Tim,
    You can edit a complete list simply by clicking the “View All” link located at the bottom of the Manage -> Title Tags pages.

    by Stephan Spencer — April 2, 2007 @ 11:58 pm

  155. I had the same problem as people above, ie. I was getting this in the title tag:

    WordPress database error: [Table ‘mydb.wp_seo_title_tag_category’ doesn’t exist]
    SELECT category_id, title from wp_seo_title_tag_category

    It appeared that the tables weren’t created when I activated the plugin, although I got not errors or any indication that anything went wrong. Anyway, I’ve fixed it (although this may be a hack) by creating the tables manually. You need phpMyAdmin (or similar) to run this SQL script:

    CREATE TABLE wp_seo_title_tag_url (
    id bigint(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
    url varchar(255) NOT NULL,
    title varchar(255) NOT NULL
    );

    CREATE TABLE wp_seo_title_tag_category (
    id bigint(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
    category_id varchar(255) NOT NULL,
    title varchar(255) NOT NULL
    );

    Hope this helps.

    Fantastic plugin by the way!

    by Andrew — April 3, 2007 @ 2:18 am

  156. Baquia,
    When you say that it works for everything except categories, can you be more specific? Is the Manage -> Title Tags admin not loading for you? Is the title tag on category pages not displaying the custom titles?

    by Stephan Spencer — April 3, 2007 @ 3:40 am

  157. thanks for your reply. the manage>title tag admin is loading and I can nav to the pages, post, cat, etc…
    I go to cat and enter some stuff, I press submit but nothing changes.
    I do the same thing for pages or posts or urls and it works.
    strange

    by Baquia — April 3, 2007 @ 2:59 pm

  158. Hi. Great plugin! I’ve been using 1.0 for a while, then discovered 2.0. Like someone else here, category titles aren’t working for me. Specifically, I can go to Manage -> Title Tags -> Categories and enter custom titles for each category. But when I display that category, the title tag is simply the name of the category. Try this link to see what I mean: http://www.3dmojo.com/category/plm/. The title tag should be “CAD and PLM opinion from Seemage”

    I’m using WP 2.1. Is there a suggested place to look to see what might be wrong?

    Thanks again for a great plugin.

    by Alex Neihaus — April 3, 2007 @ 3:03 pm

  159. Hi Stephan,

    Thanks for the great plugin. I just downloaded Beta5, but I’m still getting the same error that I had with Beta2. The title tags on my Archive and Search Results pages are rendering an error (look here: http://www.desteenation.com/expedition/2007/01/). I’ve tried to add a URL in the admin (Title Tags > URLs), and I get the following error message:

    WordPress database error: [Table 'wordpress.wp_seo_title_tag_url' doesn't exist]
    INSERT INTO wp_seo_title_tag_url (url,title) values(’2006/10/’,'Vintage T-shirts Mission October 2006 Content » Vintage T-shirts Expedition » Authentic, Local, Vintage T-shirts’)

    I am using Wordpress 2.1 and a modified version of the Almost Spring theme. Thanks for any insight!

    -Dispatch

    by Desteenation Dispatch — April 3, 2007 @ 4:54 pm

  160. Stephan -

    Thanks for the reply.

    DOH! I completely missed the options bar on top where you choose to mass edit pages, post, or categories. I was only seeing pages.

    Thanks again for a great plugin.

    by Tim — April 3, 2007 @ 7:27 pm

  161. [...] to optimize my site for search engines (Google Sitemaps, Head META Description, Optimal Title, SEO Title Tag). Getting them all to play nicely together did require a little programming, but for the most part, [...]

    by 30 Day Secret Experiment - Day 1: Building the Website — April 3, 2007 @ 10:45 pm

  162. This is one of my favorites plugins, I always use this plugin on all my sites,

    Thanks for keep it free!

    by Habitaquoz — April 4, 2007 @ 6:28 am

  163. Hi,

    Stephan, could you contact with me? Seems your plugin don’t want to work on my blog. I even dont’s see Manage > Title Tag link. Plugin is activated, mysql tables are created. But nothing happened. :(

    Please contact with me.

    Thanks.

    by Alexei A. Korolev — April 4, 2007 @ 9:13 am

  164. I’ve got the same issue with custom category titles not showing up in WP 2.1.2. What’s weird is I can set the Title Tag options to use the category description and it pulls that just fine, but it won’t pull custom titles.

    by Shane — April 4, 2007 @ 9:47 pm

  165. Wonderfull plugin!
    Changes to Category-Tags arent working for me too. But thats a problem i can live with.

    Clicking the “post”-tab gives me the message: No posts found! (yes, i have posts) Really miss this feature. Isnt there any workaround? Would love to read a comment on this. Thanks.
    btw. Wordpress-Version is 2.0.9

    by Daniel — April 5, 2007 @ 5:41 am

  166. Hi there,

    Was so happy to find this title tag plugin - then I felt sad. Everything seemed to work until I tried managing my title tags and clicked the ‘View All’ button. Doing so produced the following fatal error:

    Fatal error: Call to undefined function: attribute_escape() in /home/tin/public_html/wp-content/plugins/seo-title-tag/seo-title-tag.php on line 876

    *Sigh*…almost there. Got any ideas about what causes this error to occur?

    Thanks for an (almost) very cool plugin.

    Cheers,
    Martin

    by Martin Hansen — April 5, 2007 @ 4:33 pm

  167. hello, I am refering to this excerpt from your instructions above: Under Presentation -> Theme Editor in the WordPress admin, select “Header� from the list and replace:

    do I really need to have that stuff inside header.php? I am usign a rather strange template that has all the usual stuff one finds inside header.php inside the index.php and my first try to change this was unsuccessful…

    by ovizii — April 6, 2007 @ 2:16 am

  168. ovizii,
    If the <title> is in index.php instead of header.php, then make the edit (per my instruction #4 above) there instead.

    by Stephan Spencer — April 6, 2007 @ 3:24 am

  169. Hello I uploaded SEO Title Tag 2.0 beta5. Everything works fine but I’m having follwing issues.

    1- For categories I have added custom Title tags but they do not show all text. Just first set of text before “,”.

    E.g phrase1, phrase2,phrase3. It just shows phrase1 in the Title

    Although for all the pages, it shows all phrases1,2,3

    Anyone can check by clicking on Blog categories here at http://semblog.searchengineoptimization4u.com

    2-I do not understand how to manage URLs.

    I have custom permalink - /index.php/%year%/%monthnum%/%day%/%postname%/ enabled from Option>Permalink menu.

    How do I use the URLs option in your plug-in. Where do I get /tag/ stuff?

    I have also checked URL re_writing in UTW plug-in.

    Do help me out on this.

    by Rakesh Ojha — April 6, 2007 @ 3:39 am

  170. Oh, why was my previous post deleted?! Anyway…
    Still got “no posts found” after clicking on the “posts” Tab. (yes I have posts) Really miss this feature. Wordpress Version is 2.0.9, anyone else got this problem with this wp-version?

    by Daniel — April 6, 2007 @ 8:32 am

  171. sorry… nothing got deleted. Caching problem, had to refresh. My fault.

    by Daniel — April 6, 2007 @ 8:35 am

  172. Just found the reason for the “no posts found” Bug ->
    seo-title-tag.php line 965:
    Parameter “numberposts” cant be “=all”! It must be integer. Default is “5″, so it must be set. My only solution was to set it to “10000″. Now it works perfectly.
    Maybe this helps someone else.
    Thanks for this plugin!

    by Daniel — April 6, 2007 @ 9:29 am

  173. For those of you wondering about The Reviewer’s problem, we handled that via email exchange. The problem was because he hadn’t replaced the title tag in his header.php theme file per the installation instructions. Instead in his header.php he still had wp_title(”) followed by the seo_title_tag() call, which of course displayed his title twice.

    by Stephan Spencer — April 6, 2007 @ 4:28 pm

  174. [...] SEO Title Tag 1.0 - Numele spune despre ce este vorba [...]

    by Tutoriale Web Design by Ana Design » Blog Archive » SEO Plugin Wordpress — April 7, 2007 @ 12:44 pm

  175. [...] y use correctamente el siguiente plugin SEO Title Tag plugin o haga lo [...]

    by Caminante » SEO para WordPress — April 7, 2007 @ 5:56 pm

  176. I am having the same problem that some of the others have.

    My main page is fine (bunchafreaks.com)

    My posts that I use the Mass Title Tag Editor and name manually are also fine.

    But new posts that I do not name manually look like this:

    http://www.bunchafreaks.com/images/blog/blog_20070407a.JPG

    I changed the code in the header.php and I also deactivated and reactivated to see if there was some other problem.

    Any ideas?

    by jmkeuning — April 7, 2007 @ 9:43 pm

  177. [...] The theme has been designed specially for a better SEO providing you with functionalities like the Seo Title Tag Plugin without having installed the plugin [...]

    by » Blog Archive [Adsense Ready Themes] Tigopedia Reloaded | Adsense Money Machine — April 8, 2007 @ 9:53 am

  178. It’s really works for me.Thanks dude.

    by forum — April 8, 2007 @ 11:17 am

  179. Hi Stephan,

    Any ideas about my error with the archives and search results title tags? Again, I’m getting this error when I try to add a URL in the admin (Title Tags > URLs):

    WordPress database error: [Table ‘wordpress.wp_seo_title_tag_url’ doesn’t exist]
    INSERT INTO wp_seo_title_tag_url (url,title) values(’2006/10/’,’Vintage T-shirts Mission October 2006 Content » Vintage T-shirts Expedition » Authentic, Local, Vintage T-shirts’)

    Thanks,

    by Desteenation Dispatch — April 8, 2007 @ 12:16 pm

  180. [...] have to modify anything because most themes have dynamic titles. However, there’s a plugin for SEO purpose you could download to get the best out of your titles. Just follow the instructions and [...]

    by SEO Basics For Your Website Part II — April 8, 2007 @ 1:56 pm

  181. Hi there,

    Sounds like a great plugin! I was just wondering, does the seo_title_tag(); function work within RSS feeds?

    Guy

    by Guy Rintoul — April 9, 2007 @ 12:08 am

  182. [...] para los títulos de la página suelo utilizar un plugin que se llama “Seo Title Tag” que sirve para que tu blog ponga el título que tiene tu noticia en cada post en vez [...]

    by Habitaquo > Habitaquo +z » Blog Archive » Optimizar tu Wordpress para Competencia de Habitaquo — April 9, 2007 @ 3:43 pm

  183. [...] SEO Title Tag optimizes the title tags across your WordPress-powered blog or website. [...]

    by Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 04/10 — April 10, 2007 @ 8:37 am

  184. New beta6 version at the Download link above. Should fix the “No Posts Found” issue that Daniel, Martin and Stacelynn were having and the category page issue that Baquia, Alex, Shane and Daniel were having.

    Don’t forget to deactivate your old version of the plugin then activate the beta6 version once you’ve uploaded it.

    Anyone still having MySQL database errors be sure to try deactivating and reactivating the plugin in the Plugins page in the WordPress admin, as the database tables are created upon plugin activation.

    by Stephan Spencer — April 10, 2007 @ 11:17 pm

  185. Guy, the plugin does NOT revise the titles within RSS feeds. I don’t have plans to change that unless all you users would like to convince me otherwise. A web page’s title tag plays a different role in SEO to a RSS item’s title.

    by Stephan Spencer — April 10, 2007 @ 11:27 pm

  186. [...] sure his title tags and meta descriptions are being generated [...]

    by 5 Ways Jesus Would Promote Himself in the 21st Century | Marketing Pilgrim — April 11, 2007 @ 7:15 am

  187. [...] sure his title tags and meta descriptions are being generated [...]

    by The Way The Internet Should Be! » Blog Archive » 5 Ways Jesus Would Promote Himself in the 21st Century — April 11, 2007 @ 8:12 am

  188. [...] upgrade I made to the blog is installing the new beta version of Netconcepts’ SEO Title Tag Plugin.  It makes changing the title tags of posts, pages, categories and URLs real easy.  After loading [...]

    by Finding Long Tail Keywords Part III : My Online Affiliate Project — April 11, 2007 @ 11:28 am

  189. [...] SEO Title Tag optimiza las etiquetas de titulo a lo largo y ancho de tu blog o sitio web escrito en WordPress. [...]

    by WeblogToolsCollection Español » Blog Archive » Plugins de WordPress publicados 10/4 — April 11, 2007 @ 3:15 pm

  190. [...] as well as your static html pages and custom 404 error pages for any site. Very useful. Grab the SEO Title Tag WordPress plugin and see for [...]

    by » Title tag plug-in for Wordpress Search Engine Optimization » Blog Archive — April 11, 2007 @ 3:34 pm

  191. sorry, a lot of “sense” people don’t use UTW, unless to like to have 60 requests for ONE plugin … Simple Tagging is better, but WP 2.2 will have tag : forget UTW, the real good beginning for WP et SEO :) (Jerome’s Keywords adds + since the beginning, for example). The rest of the plugin is perfect.

    by Rod — April 11, 2007 @ 3:55 pm

  192. Why does the plugin include the (page number) in the title for static pages?

    by Ethan — April 11, 2007 @ 5:40 pm

  193. [...] SEO Title Tag: A WordPress Plugin for SEO (Search Engine Optimization) Plugin de Wordpress para optimizacion de tags de titulos (tags: wordpress plugin plugins seo optimization tags title tagging) [...]

    by links for 2007-04-12 en newdisco — April 11, 2007 @ 8:52 pm

  194. [...] also installed Stephan Spencer’s seo title tag plugin. Someone mentioned it in the comments and coincidentally, I was talking to Stephan about it at SES [...]

    by » victory! I think! | Vanessa Fox. Nude. — April 12, 2007 @ 8:38 pm

  195. thanks, can you look into the apostrophe’s? they break and cause a /// to be inserted before

    So something like:

    Tom’s Store

    becomes: Tom///’s Store

    by Baquia — April 12, 2007 @ 9:01 pm

  196. also, if I upgrade, (by deactivating old one first) will I lose the modifications I’ve made already? in terms of the new titles and the configuration of the plugin? Thanks

    by Baquia — April 12, 2007 @ 10:12 pm

  197. [...] Title Tag http://www.netconcepts.com/seo-title-tag-plugin/ The default page titles in WordPress are not very SEO friendly. For a php newbie like myself, I [...]

    by Brent Crouch - Best of Internet Marketing — April 13, 2007 @ 1:22 pm

  198. [...] 1. SEO Title Tag 2.0 [...]

    by TightBrain.com » Blog Archive » 4 Easy Ways to Optimize WordPress for Search Engines — April 14, 2007 @ 9:28 am

  199. [...] Mandatory Plugins: SEO TITLE TAG, AKISMET (for sanity), Head META Description, and GOOGLE SITEMAPS for [...]

    by The Power Of The Blog - Optimizing The Blog Search Engine Submission Process | garryegan.com - consultant's blog — April 14, 2007 @ 4:38 pm

  200. Stephan,

    Not sure why, but I can not get the WP SEO plugin to work correctly on my site. Can I email you w/questions?
    Thank you!
    Valerie DiCarlo

    by Valerie DiCarlo — April 15, 2007 @ 10:02 pm

  201. Thank you! Thank you! Thank you! Beta 6 did the trick for me. Google started moving my pages into their supplemental results because of duplicate title and headline tags as well as repeated title tags. What a bummer! I’m very grateful for this plugin - it has really helped me save the rest of my site. Thanks again, Martin

    by Martin — April 16, 2007 @ 4:09 am

  202. A couple of errors still persist:

    1) When I click ‘Posts’ on the SEO Title Tags menu I get this error:

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'all' at line 1]
    SELECT DISTINCT * FROM wp_posts WHERE post_date

    by Martin — April 16, 2007 @ 4:36 am

  203. Hi there! Been through all the posts and still can’t resolve the update issue. I’m on WP 2.1.3 with Beta6. When I go to Manage => Title Tags only Categories will save. The others say..:”The custom post titles have been updated” but it doesn’t. Hmm. I deactivated and reactivated…still the same.

    I would gladly give away the functioning Categories for a functioning Posts :-)

    by Tim — April 18, 2007 @ 1:01 am

  204. When I update the Custom Title of my categories, the category description was overwritten by the Custom Title. This shouldn’t happened because my blog’s category view displays the description.

    by Mark Marucot — April 18, 2007 @ 5:47 am

  205. I also installed UTW but I didn’t see the UTW Tags configuration in the Manage Panel of SEO Title Tags.

    by Mark Marucot — April 18, 2007 @ 5:49 am

  206. Stephan,

    Thank you for your great plugin!
    One little question - is there a way not to reverse the blog name and the title?

    Thanks,
    Denis

    by Seduction — April 18, 2007 @ 8:19 am

  207. I am on wordpress 2.1.2 with the version 2.0beta6 of your plugin. I was able to activate it but when I make changes in mass edit mode and submit, the changes do NOT persist. I get a success message, but they actually do not take effect. When I come back, everything is gone. please help

    by Dash — April 18, 2007 @ 9:26 am

  208. A follow-up on the problem. I might be crazy, but the problem seems to occur when the “see all” is used. It may be unrelated, however, sometimes it works and other times it doesn’t.

    by Dash — April 18, 2007 @ 11:45 am

  209. Hello. Got same problem as Baquia said in comment 157. As I can see in phpMyAdmin, there is no table created for plugin. So, any changes done ain’t saving.
    PS: using 2.0beta6

    by Wonder — April 18, 2007 @ 12:07 pm

  210. Re: comment 203. I got it going! Once I installed UTW it seemed to “get right”!

    Kudos on the plugin…and your blog!

    by Tim — April 18, 2007 @ 4:08 pm

  211. Great Stephan.

    Got everything fixed with new uploads.
    Excellent job!

    by Trium — April 19, 2007 @ 12:05 am

  212. Thanks for great plugin.

    by Dusan Drndarevic — April 20, 2007 @ 2:53 pm

  213. hi Stephan,

    i am using the latest seo title and UTW at my site. however,i am getting two problem.

    1. my title clumps together eg. ebay auction explained -> ebayauctionexplained
    check at:
    http://www.ssblogging.com/ebay-etailsolution-software-auctions-at-ebay

    2. it doesn’t show my blog name as what i specify at the option. why is that?

    thx a lot

    by pat — April 21, 2007 @ 4:44 pm

  214. sorry.

    i think i found where the problem is.

    thx for your help.

    your plugin rocks!

    by pat — April 21, 2007 @ 4:55 pm

  215. sorry.

    why words still clump togehter?

    thx

    by pat — April 21, 2007 @ 4:57 pm

  216. Great plugin.
    I use it for my sites and its really great stuff. Easy to install, easy to handle but a great effect.
    Thanks again for it.
    Cheers

    by Ingatlan — April 23, 2007 @ 4:08 am

  217. [...] important element for search engine optimisation (SEO for short). If you are a Wordpress user the SEO Title Tag plug-in is a must have. It has loads of cool features but fundamentally it decouples post titles from title [...]

    by Around The Web » SEO (Search Engine Optimization) title plug-in for Wordpress — April 24, 2007 @ 2:11 am

  218. [...] SEO Title-Tag Plugin Allows you to do just that, but there’s more…! [...]

    by Die besten WordPress Plugins - Seo » Tipps zur Suchmaschinenoptimierung — April 24, 2007 @ 4:56 am

  219. bug?

    Hi there. Great plugin!

    But whenever I have a single quote on my post’s title (like the one between “post” and “s” a few words back), and I save the post, somehow a slash gets inserted before the single quote like so: “post\’s”

    After some editing and a lot of saves, I can end up with “post\\\\\\\\\\’s”

    Looked at the code, but I’m in php pre-school, and I couldn’t find a thing.

    Thanks for helping/reading this.

    by James — April 24, 2007 @ 12:34 pm

  220. [...] In order to change this in a Wordpress blog and be in full control, you need to download : SEO Title Tag Plugin. [...]

    by Step 8 : Make each new webpage SEO friendly (1) — April 25, 2007 @ 3:06 am

  221. I’ve got the same issue with custom category titles not showing up in WP 2.1.2. What’s weird is I can set the Title Tag options to use the category description and it pulls that just fine, but it won’t pull custom titles.

    by sohbet odaları — April 26, 2007 @ 5:23 am

  222. I’ve got the same issue with custom category titles not showing up in WP 2.1.2. What’s weird is I can set the Title Tag options to use the category thanks

    by sohbet — April 26, 2007 @ 2:33 pm

  223. [...] SEO Title Tag WordPress Plugin: Incorporates UTW tags into the title tag of your WordPress blog. [...]

    by Ultimate Tag Warrior WordPress Plugin for Dummies « Lorelle on WordPress — April 26, 2007 @ 5:26 pm

  224. [...] SEO Title Tags – I used this on one of my blogs previously (now sold on) and it really worked well. It can be used to optimise the Titles of your WordPress site “SEO Title Tag makes is dead-easy to optimize the title tags across your WordPress-powered blog or website.� [...]

    by SEO Plugins for Wordpress — April 27, 2007 @ 4:47 am

  225. [...] SEO Title Tag 2.0beta7 Title SEO [...]

    by Wordpress Plugins — April 27, 2007 @ 8:22 am

  226. I am on wordpress 2.1.2 with the version 2.0beta6 of your plugin. I was able to activate it but when I make changes in mass

    by aÅŸk — May 1, 2007 @ 9:48 am

  227. [...] - This plug works quiet well if you plan on having the blog up for awhile with a lot of posts. SEO Title Tag - Essential even if its only one post. Also Stephan Spencer made this thing cross-compatible with [...]

    by Wanted: WordPress Tips - WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum — May 1, 2007 @ 2:04 pm

  228. If you are running the latest beta (beta7) and finding that you cannot save Page or Post titles but can save Category titles,

    The problem is that the SEO Title Tag options had never been saved. Just go in to Options > SEO Title Tag in the WordPress admin and save the options and it should start working for you. I’ve revise the Installation Instructions above to make it clearer that you need to save the settings even if you don’t modify them from the defaults.

    It should be an easy fix to the plugin to create the needed values on activation, I’ll see if I can find the time to do that.

    BTW, any PHP programmers out there want to lend a hand with SEO Title Tag plugin coding/debugging? :-)

    by Stephan Spencer — May 1, 2007 @ 5:38 pm

  229. [...] Spam Karma 2 Dofollow Bad Behaviour Image Manager SEO Title Tag [...]

    by Best Wordpress Plugins - Nominations and Results | Andy Beard - Niche Marketing — May 2, 2007 @ 7:30 am

  230. I am on wordpress 2.1.2 with the version 2.0beta6 of your plugin. I was able to activate it but when I make changes in mass edit mode and submit, the changes do NOT persist. I get a success message, but they actually do not take effect. When I come back, everything is gone. plss

    by sohbet odaları — May 2, 2007 @ 3:58 pm

  231. [...] want to have long Post Slug for your Permalinks, not do you want Long Titles for your posts. This SEO Title Tag Plugin  gives you the option of rewriting the Post Titles, as well as the Page titles you might have. [...]

    by Two Must Have WordPress SEO Plugins to Improve your Search Engine Rankings — May 3, 2007 @ 2:13 am

  232. Having a minor problem. Everything works GREAT with one exception. When I am in Manage > Title Tags > Posts (wp-admin/edit.php?page=manage_seo_title_tags&title_tags_type=posts), it shows all the uploaded images as well and thinks they are individual posts.

    What gives? And is there any way to remedy this?

    by CJ — May 3, 2007 @ 4:54 pm

  233. [...] on the subject of optimizing your page titles, the SEO Title Tag is another handy WordPress plug-in that falls into the same category. In short, it allows you to [...]

    by Blogging SEO Basics « Entrepreneurial Blog of Matt Huggins — May 4, 2007 @ 3:19 pm

  234. [...] zur Gestaltung individuellster Seitentitel ist die aktuelle Version SEO Title Tag 2.0 Beta7 von netconcepts.com - hiermit geht beinahe alles völlig individuell ;-) Ist auch zum nachträglichen Einbau [...]

    by Top 10 Wordpress SEO-Tipps zur Onpage Suchmaschinenoptimierung - SEO Marketing Blog — May 6, 2007 @ 4:02 am

  235. I am still having a hard time with this plugin for some reason on my http://www.evsuccess.com blog.

    The title tag works just fine for my posts but my category titles are bad.

    I dont know what to do in order to get this work??

    Thanks for any advice

    by Business — May 6, 2007 @ 8:25 am

  236. [...] the Bad Behavior Link spam killer are, in my opinion, more worthy of winning. I would then select SEO Title tag plugin as my next choice after the SK2 and the Link Spam Killer. However, I personally, use the Add Meta [...]

    by howtomarketyourstuff.com » Blog Archive » Best Wordpress plugins — May 7, 2007 @ 7:33 am

  237. [...] as duplicates. There are plugins for wordpress blogs that allow you to customise the page title. Seo Title Tag is [...]

    by Google Supplemental Index: How to Get out of Google hell. — May 8, 2007 @ 5:31 pm

  238. Amazing plugin! One the most useful plugin I’ve ever tested. Thanks!

    by Thale — May 9, 2007 @ 4:11 am

  239. [...] SEO Title Tag - Makes the title of your post the title of the page, which is great for SEO. [...]

    by The Definitive Guide to Blogging - 1st Edition | SponsoredReviews Blog — May 9, 2007 @ 12:28 pm

  240. [...] SEO Title Tag: by default WordPress uses your post title as the < title> tag for your post/web page. This WordPress plugin allows you to customize not only individual title of your post page but also EVERY page’s title on your blog. This is a quote from the plugin site: “Not just your posts, not just your home page, but any and every title tag on your site!” [...]

    by WordPress Meta-Tag Plugins List+Descriptions for WordPress Blog » The SEO Blogger — May 9, 2007 @ 3:48 pm

  241. [...] Get rid of them. You can check out this SEO Title Tag 2.0 beta7. [...]

    by Search Engine Optimization Wordpress Blogs — May 9, 2007 @ 7:01 pm

  242. [...] SEO Title Tag - This plugin makes it easy to optimize every title tag for every post, static page, or category page on your blog. [...]

    by SEO Plugins For Your Wordpress Blog | PureBlogging.com — May 9, 2007 @ 9:46 pm

  243. [...] users, there are quite a few great SEO plugins out there. I used the all-in-one SEO Pack and SEO Title tag in conjunction with the Ultimate Tag Warrior . All of these require a little bit of manual work to [...]

    by Talking to Search Engines | Side of Sauce — May 10, 2007 @ 2:15 pm

  244. [...] looking at ways of improving my titles to make them more search engine friendly and came across the SEO title tags plugin so I will be looking at my page titles in more depth shortly and look at ways I can bring the best [...]

    by Search Engine Optimize Your Page Titles Using The SEO Title Tag Plugin For Wordpress — May 10, 2007 @ 8:51 pm

  245. [...] The solution is the SEO Title Tag 2.0 beta WordPress plugin. [...]

    by Optimizing your Title tags? Get the SEO Title Tag plugin for WordPress! — May 11, 2007 @ 3:27 am

  246. [...] WordPress, there’s a plugin to help with this, though even I had trouble getting it to work for a while (now it works great). [...]

    by Advice to Mom Bloggers: Headers | MamaBlogga — May 11, 2007 @ 8:17 am

  247. [...] Sitemap Generator as Google’s crawlers know Wordpress blogs extremely well. I would pick the SEO Title Tag by Netconcepts as my number 1. Anyway, here’s the full [...]

    by BlogVitamin | Top 5 SEO plugins for Wordpress — May 11, 2007 @ 3:53 pm

  248. [...] SEO Title Tag [...]

    by SEO para Wordpress - Title Tags y Meta Tags | adseok — May 13, 2007 @ 3:59 am

  249. [...] we got our posts with TAGs, we need TITLE to be TAGGED also SEO title TAG2 beta7Search engine optimize your blog’s title tags. Create a customized title tag for any post, static [...]

    by the Making of SimonHon.com (part-3) — May 14, 2007 @ 2:00 am

  250. [...] Speaking of Wordpress plugins, Netconcepts has released version 2.0 of it’s Title tag optimzer [...]

    by Quick Links 051507 » Online Marketing Blog — May 15, 2007 @ 7:18 am

  251. [...] SEO Title Tag - makes is dead-easy to optimize the title tags blog or website. [...]

    by WordPress SEO plugins | Zidok.net — May 15, 2007 @ 8:26 am

  252. it DOSENOT support 2.1:(

    I am really sorry to say that, after my activation and configuration, there is nothing happened to my title.

    by awflasher — May 15, 2007 @ 8:45 am

  253. [...] recommended Net Concept’s SEO Title Tag plug-in. The SEO Title Tag plug-in allows you to overwrite your blog name in your post title tag [...]

    by More WordPress Plug-in Goodness — May 15, 2007 @ 6:04 pm

  254. [...] I use and recommend SEO Title Tag. [...]

    by Wordpress SEO: Optimize the Wordpress Page Titles | fiLi’s tech — May 16, 2007 @ 8:07 am

  255. [...] Generator enhanced links Google Sitemaps Latest Posts Meta-SE Recent Comments Widget Related Posts SEO Title Tag Subscribe To Comments Weighted Categories WordPress Database Backup WordPress Mobile Edition [...]

    by WP_plugins list : mes plugins wordpress - www.cecidit.com — May 19, 2007 @ 1:00 am

  256. I am using Wordpress 2.1.3 and just uploaded SEO Title Tag 2.0 beta7. But can’t locate this plugin in the my Wordpress control panel to activate it. Is this plugin compatible to Wordpress 2.1.3? Pls advise. Thanks.

    by SC — May 19, 2007 @ 3:30 am

  257. [...] SEO Title Tag: A WordPress Plugin for SEO (Search Engine Optimization) SEO Title Tag makes is dead-easy to optimize the title tags across your WordPress-powered blog or website. (tags: en wordpress plugin seo title) [...]

    by links for 2007-05-19 » tommy's input/output statement. — May 19, 2007 @ 8:23 am

  258. [...] SEO Title Tag 2.0 beta7 - Title tags are arguably the most important of the on-page factors for search engine optimization (�SEO�). It blows my mind how post titles are also used as title tags by WordPress, considering that post titles should be catchy, pithy, and short-and-sweet; whereas title tags should incorporate synonyms and alternate phrases to capture additional search visibility. [...]

    by   Simple SEO for your Blog by MeloVillareal.com — May 22, 2007 @ 7:11 pm

  259. [...] Speaking of Wordpress plugins, Netconcepts has released version 2.0 of it’s Title tag optimzer [...]

    by » Quick Links 051507 — May 23, 2007 @ 8:04 am

  260. [...] Google. ;)) Are you asking, “How do i customize my titles in WordPress?”? There is the SEO Title Tag Plugin, where you download and activate to get customized titles. Optimal Title is basically the same [...]

    by Why It Is Important To Have Title Tags » NeonScent — May 23, 2007 @ 5:07 pm

  261. [...] the actual implementation, if you are using Wordpress, then in my opinion, the best option is the SEO Title Tag plugin by Stephan Spencer, who certainly knows what he’s doing when it comes to SEO. This gives you [...]

    by Blog SEO - most important element - Search Engine Optimisation @ Better Business Blogging — May 24, 2007 @ 11:24 am

  262. anyway, can I add this plugin for Wordpress 2.1.3.

    I am eagerly waiting for this reply.

    by Nick — May 24, 2007 @ 11:27 pm

  263. [...] me. Post title before blog title… post title before blog title. Better yet, just get the SEO Title Tag plugin by Netconcepts and be done with [...]

    by First Things First: WordPress Pre-Launch Checklist — Seldom Static — May 25, 2007 @ 12:22 am

  264. [...] SEO Title Tag - Title tags are one of the most important on-page factors for search engine optimization. This plugin allows you to optimize your title tag for optimum traffic. [...]

    by Top Wordpress Plugins for the Smart Blogger - lifehack.org — May 25, 2007 @ 7:02 am

  265. [...] SEO Title Tag: A WordPress Plugin for SEO (Search Engine Optimization) makes it dead-easy to optimize the title tags across your WordPress-powered blog or website. Not just your posts, not just your home page, but any and every title tag on your site! (tags: wordpress seo plugin) [...]

    by   links for 2007-05-25 by SridhaReena — May 25, 2007 @ 5:19 pm

  266. [...] SEO Title Tag - This creates a more friendly SEO title tag for each of my pages. You’ll notice that my title tags show the post title before the category and site name. Do yours? [...]

    by My 15 Current Wordpress Plugins » CourtneyTuttle.com — May 26, 2007 @ 7:01 am

  267. Hi,

    I would like to change the titles of my archive pages from “2006 May | Blog Title” to something like “Archived Articles from May 2006 | Blog Title”.

    I think the only way to do this with the plugin is to use the URLs under Title Tags, but I wasnt sure.

    Any help would be appreciated.

    Thanks,
    Matt

    by Matt — May 26, 2007 @ 9:51 am

  268. I was happy with this plugin and i try to integrated this plugin in my site, and i have error in in section title tags-category. It said:

    Warning: Invalid argument supplied for foreach() in
    seo-title-tag.php on line 1127

    i want to kno are you can solve this problem ?, cause i want to use your plugin ini my site, i hope you can help me deal with this.

    by faiz — May 28, 2007 @ 5:55 am

  269. [...] SEOtitleTag - Essential for Search Engine Optimization. [...]

    by OctoProfit » Blog Archive » How to make money online part 2 - Submission Time — May 29, 2007 @ 2:46 am

  270. [...] SEO Title Tag makes is dead-easy to optimize the title tags across your WordPress-powered blog or website. Not just your posts, not just your home page, but any and every title tag on your site!: http://www.netconcepts.com/seo-title-tag-plugin/ [...]

    by Internet Marketing Blog » Blog Archive » Internet Marketing Blog — May 29, 2007 @ 8:24 am

  271. [...] Top Commentators‘ plugin just for the heck of it and I’m also trying out ‘SEO Title Tag‘ and the ‘Adsense’ plugin to allow me to put Adsense ads on entries that I think [...]

    by A Peculiar Blog » Blog Archive » Latest Mods and another social bookmark plugin — May 29, 2007 @ 11:54 am

  272. I like this plug-in but am having the same problem referred to earlier. Apostrophes break the title and add slashes. Some words (like possessives) cannot be correctly rewritten without apostrophes.

    Has this not been corrected?

    by Alison Moore Smith — May 31, 2007 @ 6:38 pm

  273. [...] Use a plugin called SEO Title Tag. This allows you to add specific titles, instead of every post using your blogs title. It really [...]

    by Search Engine Optimization for a WordPress Blog » Quickstart Guide to Wordpress | Complete Set up, Customize, & Market your blog — May 31, 2007 @ 10:47 pm

  274. Hi,
    I love the plugin, but I found one small bug. This is for when it is set so the blog name is on the title. My blog is Opensoft. For posts and pages without a custom title, it appears like this: Opensoft >> Page Title. For pages with a custom title, it appears like this: Page Custom Title >> Opensoft.

    I managed to fix it with some very messy code at line 372:
    if($include_blog_name_in_titles) {
    /*if ($separator) { $title .= " $separator "; }
    if($short_blog_name) {
    $title .= $short_blog_name;
    }
    else
    {
    $title .= get_bloginfo('name');
    }*/
    if($short_blog_name) {
    $titlestart = $short_blog_name;
    }
    else
    {
    $titlestart = get_bloginfo('name');
    }
    if ($separator) { $titlestart .= " $separator "; }
    $title = $titlestart.$title;
    }

    Thanks!

    by Lucas — June 1, 2007 @ 3:08 am

  275. [...] SEO Title Tag – The title tag is probably the most important tag for SEO. Even though all my themes are SEOed by using the post title as the title tag, this plugin will go further and let you choose any title you want (default uses the post/page title). Since the H1 tag also uses the post/page title, it would be good to vary the title tag a little bit. This plugin also allows you to mass edit your titles. [...]

    by SEO Plugins интернет реклама SEO оптимизациÑ? уеб дизайн и реклама в интернет — June 2, 2007 @ 4:08 am

  276. [...] SEO Title Tag - Title tags are one of the most important on-page factors for search engine optimization. This [...]

    by Top 10 SEO Wordpress Plugins — June 2, 2007 @ 12:21 pm

  277. [...] Title Tag 2.0 - This makes puttin those often forgotten but no less important titles at the top of your post. [...]

    by Top 10 'Must Have' Wordpress Plugins to Pimp Yo Blog! | AffiliateWatcher.Com — June 3, 2007 @ 11:27 am

  278. [...] SEO Title Tag – I installed this based on a post by Court on My 15 current wordpress plugin. I still not familiar with the usage on this plugin but since my site is still new, i still preserved sometimes to test it out how it works. [...]

    by My blog was up, what's next — June 4, 2007 @ 3:02 am

  279. […] SEO Title Tag - This creates a more friendly SEO title tag for each of my pages. You’ll notice that my title tags show the post title before the category and site name. Do your..

    by çet — June 4, 2007 @ 9:31 am

  280. [...] SEO Title Tag - In a nutshell, this plugin allows you to edit your titles across the board with your WordPress plugins. If the Web page on your Web site has a title - this thing can help you edit it. I just noticed the other day this one was upgraded by leaps and bounds from the previous versions so if you haven’t tried it out before - do so today. It also supports the Ultimate Tag Warrior plugin too. [...]

    by 3 WordPress Plugins for the Paranoid SEO — June 7, 2007 @ 6:56 am

  281. [...] Have Different Meta Titles There’s a Wordpress plugin called “SEO Title Tag” that lets you set different meta titles for every post, including the static pages and [...]

    by Top 10 SEO Tips For Wordpress Blogs — June 7, 2007 @ 7:13 am

  282. [...] help me along with customising my blog title, I’ve used Netconcept’s SEO Title Tag Plugin for Wordpress. It was broken a few months back when I last tried it but it’s all fixed now. [...]

    by New SEO title target: "Mega Millions" — June 7, 2007 @ 7:15 am

  283. [...] SEO Title Tags - Allows you to add title tags to your posts and individual pages, 404 page, homepage, and more!  Also allows integration with Ultimate Tag Warrior plugin. (Review here) [...]

    by Best of: Wordpress Plugins — June 7, 2007 @ 11:10 am

  284. [...] SEO Title Tag [...]

    by Tech,Infomation,News,Make Money online with MyBlogGo.org » The Top wordpress plugin — June 7, 2007 @ 1:09 pm

  285. ahhh. seo..thats become part of my life.:) and its very godd plug in. thank from Turkey.

    by Kitap özetleri — June 7, 2007 @ 5:48 pm

  286. [...] Any ideas on how to remove it without messing up positioning or the breadcrumbs? Mike SEO Title Tag is a perfect plug-in for that, it was created by Stephan Spencer, really smart guy, he created [...]

    by Complete Guide To Wordpress & Blogging - Page 3 - WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum — June 9, 2007 @ 12:21 am

  287. This plug-in is very handy to have in your blogging toolkit, good work, I’ve never had a problem with any of your stuff.

    by Principle Of Marketing — June 9, 2007 @ 12:23 am

  288. my title tags show the post title before the category

    by hikayeler — June 9, 2007 @ 11:39 pm

  289. [...] Yes, almost everyone knows about this must have SEO plugin but it is so essential and effortless I must mention it. Optimize the original not so search engine friendly title with this great plugin. [...]

    by SEO Title Tag Wordpress Plugin | Search Engine Optimization for Wordpress Blogs — June 11, 2007 @ 4:17 am

  290. [...] Headspace - http://www.urbangiraffe.com/plugins/headspace2 2. SEO Title Tag - http://www.netconcepts.com/seo-title-tag-plugin 3. Subscribe Me - http://www.semiologic.com/software/subscribe-me 4. Smart Update Pinger - [...]

    by Network Marketing Articles: A Powerful Network Marketing Strategy (Part 3) » mlmblogexpert.com — June 13, 2007 @ 9:58 pm

  291. [...] SEO Title Tag web trafficRelated PostsDaily Web Traffic Tip #1 - High Quality and Unique Content *Note: You can earn lots of good and honest money if you own a high traffic website/blog. For now,…Daily Web Traffic Tip #6 - Traffic By Your Images *Note: You can earn lots of good and honest money if you own a high traffic website/blog. For now,…Daily Web Traffic Tip #3 - Good and Memorable Domain Name *Note: You can earn lots of good and honest money if you own a high traffic website/blog. For now,…Daily Web Traffic Tip #2 - Fresh Content Everyday *Note: You can earn lots of good and honest money if you own a high traffic website/blog. For now,…Daily Web Traffic Tip #7 - Keywords Make A Different *Note: You can earn lots of good and honest money if you own a high traffic website/blog. For now,…<< Previous in series << Directory Tags: *Internet Success [...]

    by Daily Web Traffic Tip #8 - Write Page Titles for Both Humans & Search Engines | Kenny Tran’s Insights - Become Happy, Successful and Rich for the Right Reasons in the Right Ways — June 14, 2007 @ 4:10 am

  292. I tried the all-in-one-seo pack being offered as a competitor to this plugin, and all I have to say is this plugin kicks a**. Thanks!

    by Lydia Taylor — June 16, 2007 @ 1:35 pm

  293. [...] I did some SEO. Namely installing the MetaTagz and SEO Title Tag plugins. And I finished going through some old posts to update the description, keyword, and title [...]

    by Day 1: FeedBlitz, SEO, and Post Series — June 16, 2007 @ 11:29 pm

  294. Hey,
    Thanks for the plugin. I have the old version on my personal blog, and am installing the new beta version on another one of my blogs. I will report any problems (if any at all)

    Thanks

    by Nima — June 17, 2007 @ 3:12 pm

  295. [...] SEO Title Tag plug-in was not supported, so I added support for when the plug-in is activated. The support will [...]

    by ProSense Redux Theme Is Coming » OnTheWebEd.com — June 18, 2007 @ 4:35 pm

  296. [...] I’ve finally got around to sorting out my page titles on the blog using the SEO Title Tag plugin for Wordpress. I use Wordpress for quite a few websites now and am planning on converting some [...]

    by Wordpress plugins — June 20, 2007 @ 1:08 am

  297. [...] Download SEO Title Tag Plugin 7. Head Meta Description [...]

    by Optimize your Blog in Search Engines - Download WordPress Plugins | Tonet’s daily — June 20, 2007 @ 10:03 am

  298. [...] Titles SEO Title Tag - Super easy installation and highly configurable. Allows you to override page or post title tags [...]

    by Wordpress SEO plugin power from top to bottom — Seldom Static — June 20, 2007 @ 4:36 pm

  299. [...] of Google. ;)) Are you asking, “How do i customize my titles in WordPress?�? There is the SEO Title Tag Plugin, where you download and activate to get customized titles. Optimal Title is basically the same [...]

    by NeonScent » Blog Archive » Why It Is Important To Have Title Tags — June 23, 2007 @ 1:22 pm

  300. Impressive! this plugin is fantastic to optimize my blogsite in the main search engines.It helps me a lot to be at the top of the list with some important keywords.Thanks again

    by lorenzo — June 25, 2007 @ 4:17 am

  301. [...] SEO Title Tag - This plugin allows you to better optimize your Wordpress installation for search engines. It’s pretty simple to use once you get the hang of it. [...]

    by A toolkit for first time Wordpress bloggers » Ordinary Folk — June 26, 2007 @ 11:41 am

  302. [...] 4. SEO Title Tag - This plugin is similar to Optimal Title, but has a few extra features. This plugin will change the order in which your blog name and post name are displayed in the title. It is considered better for search engines to have your unique post name first followed by your blog name. It can also be used with Ultimate Tag Warrior to put the tag name in the title for tag pages. Download SEO Title Tag [...]

    by A complete list of search engine friendly (SEO) WordPress plugins for your Blog | Computer Tips From A Computer Guy — June 26, 2007 @ 11:56 pm

  303. [...] plugin in use can be found here. This will allow you to have titles for all your pages, posts, and even have the title [...]

    by Wordpress Optimization | Wordpress SEO » SEO Factor — June 27, 2007 @ 5:31 pm

  304. [...] on June 28, 2007. Seems that I’m in a SEO PLUGINs run today, so here’s a new nifty SEO Title plugin that helps your titles on wordpress to look more SE friendly (I [...]

    by Wordpress plugins - Seo TITLE plugin — June 28, 2007 @ 5:57 am

  305. I have been using the SeoTitleTag plugin but my home page WILL NOT accept the title I used and my blog posts always put the blog title and category name in the title, regardless of how I change my settings. I’m at a loss.

    by Slim — June 28, 2007 @ 10:57 am

  306. [...] SEO Title Tag makes SEO friendly titles for your blog [...]

    by clickden.net » Blog Archive » BTTB DL Links — July 2, 2007 @ 3:40 pm

  307. [...] toolbar, instead of the blog name. If you are using WordPress, there’s a great plugin called SEO Title Tag that will do the job for you, with just a few steps. By doing this, you improve your blog’s [...]

    by thepinkc — July 3, 2007 @ 8:25 am

  308. hi… simple tag include please

    and tag pages no title :(

    by ldogan — July 3, 2007 @ 6:41 pm

  309. Super plugin, congratulation!

    by Martino — July 4, 2007 @ 12:04 pm

  310. [...] or the option to write your own attribute. Afterall, there’s a great plugin to write your own Title tags, so why not link title [...]

    by Stuff by Sarah » WordPress Page Links and Title Attributes — July 4, 2007 @ 3:13 pm

  311. I`m using wordpress version 2.2.1 and installed seo-title-tag Plugin from http://www.netconcepts.com/seo-title-tag-plugin/

    The seo-title-tags for posts and pages are working fine but seo-title-tags for Categories and URLs are giving errors.

    When I use the form to enter or update a custom Category title. Ther shows an Error :

    WordPress database error: [Table 'triloch_wordp1.wp_seo_title_tag_category' doesn't exist]
    SELECT category_id, title from wp_seo_title_tag_category

    When I use the form to enter or update a title tag for any URL, including archives pages, tag conjunction pages, etc.

    WordPress database error: [Table 'triloch_wordp1.wp_seo_title_tag_url' doesn't exist]
    SELECT id, url, title from wp_seo_title_tag_url ORDER BY title

    help and direct me to the exact path please.

    by Trilochan Bhattacharya — July 5, 2007 @ 2:47 am

  312. Great plugin - thank you!!

    by Peter Erbak — July 5, 2007 @ 4:45 am

  313. Thanks for a great plug-in. I look forward to installing it and making my blog SEO friendly.
    Debbie
    deborah-miller.com

    by Debbie Miller — July 6, 2007 @ 5:13 am

  314. Hi Slim,

    After installing the plugin, you need to modify the header.php

    Under Presentation -> Theme Editor in the WordPress admin, select “Header” from the list and replace:

    (or whatever you have in your “ container with:
    `

    Did this help?

    by RK — July 7, 2007 @ 5:13 am

  315. [...] your HTML Title, or as some call it, you SEO Title. There are two Plugins that can do that for you: The SEO Title Tag Plugin which is great for rewriting titles in bulk, and for page titles rewrites, and the best part is, [...]

    by What Title to Use in Joomla or WordPress for Optimal Search Engine Optimization — July 8, 2007 @ 3:09 pm

  316. This is my link structure:

    http://www.myhomesite.com/category/%post_id%-title-of-my-post.html

    I have installed your plugin on my website and all work good but i have a big problem, the Tag Tigle of post’s pages is similat to:

    Post Name: My Post Name
    Tag Title: MyPostName

    all ward are grouped without any space…

    Can i resolve that without change the permalink structure ?

    by Enrico — July 9, 2007 @ 11:07 am

  317. [...] Feel free to add your own suggestions and tell us if we’re missing something important…. 1) Title Tag Editor This plugin lets you customise all the title tags in your blog - from the static pages to the [...]

    by Top 10 Free Wordpress Plugins & Widgets « Lynne Foster | Online C.V — July 9, 2007 @ 1:57 pm

  318. [...] but if I had to mention just a couple though I would certainly suggest the Google Sitemap and SEO Title Tag plugins. __________________ //Mike ThingsByMike | Lovesick Alien | [...]

    by What are the MUST HAVEs plugins? - Bloggeries Blog Forum — July 9, 2007 @ 6:37 pm

  319. Works :) nice plugin.

    Thx for your job stephan !

    by buzovski — July 10, 2007 @ 3:51 pm

  320. [...] Title Tag Editor This plugin lets you customise all the title tags in your blog - from the static pages to the [...]

    by test » Blog Archive » Top 10 Free Wordpress Plugins & Widgets — July 11, 2007 @ 2:38 pm

  321. I installed this and think it works great, however since installing it my google traffic has gone down at least 90%.. does it take time for google to relearn the site after title changes like this, I am really hurting

    by derek — July 11, 2007 @ 5:43 pm

  322. Very nice plugin - thanks.

    Is there anyway to use this plugin within Windows Live Writer or is the online editor the only option?

    Thanks again.

    by John A Thomson — July 11, 2007 @ 8:13 pm

  323. [...] solution I came across a plug-in that allowed easy configuration of the title tag across your blog: SEO Title Tag. All you have to do is edit one line of Wordpress code and then you can begin using the [...]

    by 5 Useful Wordpress Plug-ins :: Jatecblog — July 11, 2007 @ 10:01 pm

  324. [...] Netconcepts gives out at Word Press SEO plug-in [...]

    by Secrets of SEO Webinar - Live Blog - Get Elastic Ecommerce Blog — July 12, 2007 @ 11:12 am

  325. Derek, no your traffic should go up not down. What is your site’s URL? I’ll take a look.

    by Stephan Spencer — July 13, 2007 @ 11:31 am

  326. [...] get SEO Title plugin and upload it to the plugins folder on your blog (Blogdirectory/content/plugins) Unzip it on [...]

    by Change your Wordpress title tags - SEOidiot BH Seo Blog — July 14, 2007 @ 2:59 am

  327. gone down at least 90%.. does it take time for google to relearn the site after title changes like this, I am really hurting

    by chat — July 14, 2007 @ 12:20 pm

  328. It CAN. It’s best to have the plugin installed the moment you get the blog up and running and the spiders will look at it as a part of your blog rather than a change lateron.

    Mike

    by Mike Dammann — July 15, 2007 @ 5:09 pm

  329. The field for SEO Title Tags doesn’t handle single quote marks properly. Every time you load the page, a backslash to escape the ‘ mark is added, resulting in a mess like:

    Impart Solution\\\\\\\\’s Partners

    for example.

    I am using the 2.2.1 install on mySQL 5.0.24 standard with php 5.2.3 on an Apache 1.3.37 (Unix) Linux OS.

    could you please verify that this is a bug and/or comment on when it will be fixed?

    tia

    by Donna Casey — July 25, 2007 @ 2:00 pm

  330. Hi Donna,
    We did some more digging and found the bug. Should be fixed now in version 2.0 RC2. Enjoy!

    by Stephan Spencer — July 30, 2007 @ 8:54 pm

  331. [...] If you want fine-grain control over the titles, the easiest way to handle this is to install the SEO Title Tag plugin. When it makes sense to do so, include the relevant keyword phrase within the title. Don’t [...]

    by   5 Important SEO Tips for Bloggers — September 1, 2007 @ 4:03 am

  332. [...] bit is a reasonably quick process thanks to an array of really good WordPress SEO plugins including SEO Title Tags and Add Meta Tags. Then I save the post again and make sure directories are pinged. And then we [...]

    by Corporate blogging made easy | The Travel PR Blog — September 1, 2007 @ 4:01 pm

  333. [...] tags – use SEO Title Tag plugin for WordPress to assign unique title tags to individual [...]

    by 10 Ways To Optimize Your Blog — September 2, 2007 @ 5:50 am

  334. [...] There are a few tips there that I’m going to use, including a new plug-in: SEO Title Tag Plugin. [...]

    by SEO Advice for Bloggers : Im Blogging That! My Life. My Way. — September 4, 2007 @ 3:12 pm

  335. [...] the “Title Tag� to ensure that that is keyword rich. (More details in my SEO series and a great Wordpress plug-in from Stephen Spencer to help [...]

    by Post titles - who are they for? @ Better Business Blogging — September 4, 2007 @ 6:44 pm

  336. [...] SEO Title Tags Plugin for Wordpress [...]

    by SEO Friendly Wordpress Templates — September 5, 2007 @ 12:32 pm

  337. [...] SEO Title Tag 2.0: This plugin allows you to write a post title that will appear in the title tag for the post. What’s nice about this is you can write a keyword-stuffed title for the title tag and keep a more catchy title for your published post. [...]

    by Beginner’s Guide To Setting Up A First Blog Site — September 5, 2007 @ 8:34 pm

  338. [...] thing first, install SEO Title Tag WordPress Plugin. SEO Title Tag lets you define custom title tags for your [...]

    by WordPress Tip: Writing Customized Post Headlines, Title Tags, And Permalinks « Lorelle on WordPress — September 13, 2007 @ 7:41 am

  339. ARGH! This is what RSS subscriptions are for! I’ve been happily using v.1.0 for a while now. With 2.0 I can get just a bit more edge. Thanks! (and thanks for having RSS. I’ve subscribed!)

    by James D Kirk — September 13, 2007 @ 6:16 pm

  340. I found that by using SEO Title Tag and examining the phrasing (and word order) of competing search results I was able to shift my search result rankings higher than pages with higher Google page rank. For example, I found that brand eg. BenQ followed by projector or tv model eg. W10000 made a big difference. Spending time looking at search results is well worth the effort. Overall, I think too much emphasis is given to building links as opposed to SEO. I’m sure the link obsession is forcing Google to alter their algorithm weightings away from links.

    by Jeff — September 13, 2007 @ 8:12 pm

  341. [...] Title tags – use SEO Title Tag plugin for WordPress to assign unique title tags to individual posts. I [...]

    by Top 10 Best Ways To Optimize Your Blog — September 14, 2007 @ 9:18 am

  342. Knowing next to nothing about admin side plugins, how hard would it be to add the functionality of moving the Title Tag text input box to the right side into one of the moveable boxes? That would allow one (me!) to maneuver it right under the post slug box and keep similar functionality close together.

    TIA!

    by James D Kirk — September 14, 2007 @ 4:13 pm

  343. The plugin used in combination with Wordpress 2.3 and the built-in TAGS functionalyty don’t work…if i disable the UTW support, i get a blank page when i try to open e tag link ( http//www.myweb.com/tag/nometag ) and whe i enable the UTW support i get a MySQL error..

    by Enrico — September 26, 2007 @ 10:20 am

  344. [...] tags for the search engines. External links plugin  - Identifies and enhances your outgoing links. SEO Title Tag  - Inserts search engine optimized title tags using custom field,   tag name for tag pages [...]

    by SEO Plugins : WordPress Business — October 2, 2007 @ 3:27 pm

  345. Hi -

    Will the plugin be modified to work with WP 2.3 tagging? Right now I get errors when used with Simple Tags plugin (http://www.herewithme.fr/wordpress-plugins/simple-tags).

    They’re both great plugins and it would be great if they can co-exist.

    Thanks

    by Tim — October 7, 2007 @ 9:16 pm

  346. Great plug in however I am having one issue. When I try to add tags to Category pages I get this error:

    WordPress database error: [Table 'db19067_wp_dateguy.wp_seo_title_tag_category' doesn't exist]
    SELECT category_id, title from wp_seo_title_tag_category

    Help anyone? I’m using WP 2.2

    by Brian — October 16, 2007 @ 12:59 pm

  347. I am also seeing errors with 2.3 & tags. Clicking on a a tag in a post leads to an error inside the SEO Title Plugin on line 340 something:

    $title = $utw->FormatTags($utw->GetCurrentTagSet(), $format, 0);

    Hope that helps with the troubleshooting.

    by 2.3 woees — October 16, 2007 @ 1:10 pm

  348. Very nice plugin - thanks.

    by Julien — October 16, 2007 @ 2:52 pm

  349. [...] SEO Title Tag - Simple plugin that allows you to control the titles tags of all your posts (* currently installed) [...]

    by The Ultimate WordPress Plugin List — October 16, 2007 @ 9:50 pm

  350. [...] try this one, which has helped me a lot. It is really simple & does it’s job. SEO Title Tag: A WordPress Plugin for SEO (Search Engine Optimization) [...]

    by what are best WP plugin for SEO - iGuides Webmasters and Business Talk — October 18, 2007 @ 7:23 am

  351. [Table 'ucundan_bilog.wp_post2cat' doesn't exist]
    SELECT p2c.category_id AS cat_id, COUNT(p2c.rel_id) AS numposts, UNIX_TIMESTAMP(max(posts.post_date_gmt)) + ‘-5′ AS last_post_date, UNIX_TIMESTAMP(max(posts.post_date_gmt)) AS last_post_date_gmt FROM wp_post2cat p2c INNER JOIN wp_posts posts ON p2c.post_id=posts.id WHERE 1 = 1 AND posts.post_type = ‘post’ AND posts.post_status = ‘publish’ AND posts.post_date_gmt

    by ucundan — October 19, 2007 @ 2:39 am

  352. Problem with WP 2.3 and the 2.0RC2 version of the plugin:

    WordPress database error: [Table 'deb1234_i225wor.wp_categories' doesn't exist]
    SELECT * FROM wp_categories ORDER BY cat_name
    No Categories found!

    It worked however perfectly in WP 2.1.3

    Any solution for this? I really love this plugin and want to continue using it…

    Thanks, Henri :-)

    by Henri van den Hoof — October 23, 2007 @ 3:03 pm

  353. Any word on if the plugin will be compatible with wp 2.3?
    Thanks, Jeff

    by Castelar Design — October 25, 2007 @ 3:09 am

  354. I have the same problem with WP 2.3.

    I get the same error on the Edit Title Tag pages for Categories.

    And I get the same GetFormat error on line 340 for the Tag Archive pages.

    Someone has got to have fixed this. I read somewhere that the second error is because 2.0RC2 was built assuming the user had the UTW plugin, but of course that plugin doesn’t work for 2.3 yet so we can’t use it.

    Please, does someone have a solution for this?

    by meto — October 26, 2007 @ 2:51 pm

  355. I use WP 2.3 and plugin version 2.1.1.

    Using a raquo sign (») as a separator in a Category or Page title results in » instead of »

    Maybe something wrong with the encoding?

    by Henri van den Hoof — November 12, 2007 @ 5:27 pm

  356. Hello, when I try to activate the plugin, it says “Plugin could not be activated because it triggered a fatal error.” I am using WordPress version 2.3. Please help!

    by Jai — November 14, 2007 @ 2:48 am

  357. **
    For all those with problems of excessive whitespace before the title tags, here is the fix:

    On line 566 of seo-title-tag.php, replace echo $title; with echo trim($title);, and all will be well in the world again.

    - craig, travelvice.com

    by Craig of travelvice.com — November 25, 2007 @ 10:44 pm

  358. As it was happening with backslash previous to version 2.0 RC2, it seems like the field for SEO Title Tags doesn’t handle acute accents (very often used in spanish and other languages) properly. Every time you load the page, a Ã�?? mark is added, resulting in a mess like:

    estaci�???�??�?�³n de esqu�????�???�??�

    instead of:
    estación de esquí

    With previous version and WP 2.2 all was ok, now we have updated plugin 2.1.1 and WP to 2.3.1 and now we have the problem…

    Furthermore, two remarks before, sounds like it is having similar problem:

    Using a raquo sign (») as a separator in a Category or Page title results in » instead of »

    Thank you for your superb plugin

    by GurusBlog — November 26, 2007 @ 11:03 am

  359. [...] SEO Title Tag by Stephen Spencer [...]

    by Magazine News Wordpress Theme » Art Culture — November 26, 2007 @ 7:38 pm

  360. Using WP 2.3.1 and SEO Title Tag 2.1.1, the plugin fails to activate: “Plugin could not be activated because it triggered a fatal error.”

    This seems to be a widespread problem with this plugin–it’s listed on WP’s compatibility plugin page as not working: “Primary function is fine but returns a fatal error when tag pages are accessed.”

    I like this plugin–please fix!

    by puffin — November 27, 2007 @ 12:27 pm

  361. Hi!

    my plugin was working just fine. And now the title tag is no longer working? any ideas?

    thank you!

    by suzyd — November 29, 2007 @ 2:29 pm

  362. Hi great great Plugin. Still, I found two bugs:

    1) I can’t erase the title tag from the title-tag field, after putting some words in it for the first.
    3) UTF-8 ?! when I use hebrew characters, and save the post - the title tag looks scrambled.

    With much regards,
    Tal.

    by tal galili — November 30, 2007 @ 4:10 am

  363. Hi there,

    I keep on receiving this error:

    WordPress database error: [Table 'dborangepeel.wp_seo_title_tag_category' doesn't exist]

    and I also had to create all the tags, otherwise it would simple give me an error message in the title page.

    Thanks,

    Cornelis

    by Cornelis Boertjens — December 3, 2007 @ 2:02 am

  364. Just for the record, my problem above (#360) was not related to this plugin, but instead was a memory allocation problem solved by simply increasing my php.ini memory_limit from the default of 8MB to 16MB.

    by puffin — December 10, 2007 @ 1:24 pm

  365. [...] SEO title tag plugin - SEO Title Tag makes is dead-easy to optimize the title tags across your WordPress-powered blog or website. Not just your posts, not just your home page, but any and every title tag on your site! - I don’t use this as much as I should, but it is a very useful tool for anyone focusing on getting search engine traffic. [...]

    by Creating Your First Website - Wordpress Plugins and Setup — December 17, 2007 @ 10:21 am

  366. [...] 2) SEO Title Tag [...]

    by 5 Must Have WordPress Plugins » Stone Soup of an Online Business — December 17, 2007 @ 10:57 pm

  367. [...] SEO Title Tag : Point de vue référencement ce plugin est très complet. Il vous permettra d’optimiser [...]

    by Liste de quelques plugins pour Wordpress — December 19, 2007 @ 10:46 am

  368. [...] I was surfing the web to extend my knowledge about this SEO stuff when I came to Seo Title Tag. I installed it, which was easy(you need to do some modification on your header page, where the [...]

    by Plugin: Seo Title Tag « Tips, Info, Themes, Plugins And Rants About The Blog World — January 9, 2008 @ 3:58 pm

  369. [...] as the title metatag, which is better than nothing, but less than ideal. I suggest that you use SEO title tag plugin to decouple the two.  This plugin requires you to edit the [...]

    by On Page SEO for WordPress — January 15, 2008 @ 10:27 am

  370. Thanks for one of the best wordpress seo title plugins. Just finished installing it and ready to reap the benefits.

    by Nascar — January 16, 2008 @ 4:30 pm

  371. [...] SEO Title Tag. Developed by netconcepts, this plug-in is extremely helpful for SEO because title tags are arguably the most important SEO on-page factors. What SEO Title Tag does is it allows you to optimize your title tags across your site very easily by allowing you to override a page/post title with a custom one. There’s a few more things that it does and I consider it one of my favorite plug-ins. Click here to goto download page. [...]

    by SEO Tips #1 — January 22, 2008 @ 9:57 pm

  372. [...] Plugin Homepage [...]

    by SEO Title Tag_Wordpress plugin — January 22, 2008 @ 11:08 pm

  373. [...] a post’s title tag - For this tweak, you’ll need to install SEO Title Tag WordPress Plugin. SEO Title Tag lets you define custom page titles for your [...]

    by Best WordPress SEO Tips And Tricks — January 24, 2008 @ 2:52 pm

  374. [...] SEO Title Tag by Stephen Spencer [...]

    by Magazine News Wordpress Theme — January 25, 2008 @ 6:15 pm

  375. Verry neat and great tool for WP. The Title tag is definatly the most important and every bit on making your titles work for you better is a good step towards improving your website.

    by Jacob — January 25, 2008 @ 7:05 pm

  376. [...] SEO Title Tag 1.0 Head META [...]

    by Plugins SEO pentru Wordpress « Laurentiu Vlad — January 26, 2008 @ 4:48 pm

  377. [...] SEO Title Tag - Inserts search engine optimized title tags using custom field, tag name for tag pages generated by UltimateTagWarrior plugin. [...]

    by SEO Plugins : WordPress Profit — January 27, 2008 @ 8:14 pm

  378. [...] 3. Seo Title Tag [...]

    by Wordpress plugins to improve your website « Search Engine Optimization | Resources - Articles - Ideas — January 28, 2008 @ 12:46 am

  379. Great plugin. I use it with my blog and I am achieving great results as well!

    Thanks a lot buddy!

    by Technodorm — January 28, 2008 @ 6:59 am

  380. [...] If you are using wordpress, you might want to consider this keyword pugin. A WordPress Plugin for SEO (Search Engine Optimization) [...]

    by 5 Tips to increase keyword success — January 28, 2008 @ 7:45 am

  381. [...] SEO Title Tag [...]

    by Wordpress SEO Plugins — January 28, 2008 @ 9:59 am

  382. [...] SEO Title Tag - Optimize your wordpress title tags for search engines. Enabling you to edit the title tags of posts, pages, category pages, tag pages etc. [...]

    by 15 of the Best Wordpress Plugins for 2008 » Lorne Fade - Web Design & Affiliate Marketing — January 28, 2008 @ 3:21 pm

  383. [...] SEO Title Tag - Optimize your wordpress title tags for search engines. Mass edit the title tags of posts, pages, category pages, tag pages etc. [...]

    by AdiPopescu(dot)com » Blog Archive » 50 Best WordPress Plugins — January 28, 2008 @ 3:21 pm

  384. [...] Use the SEO Title Tag plugin to allow you to make your page titles different from your post titles. Each post has its own [...]

    by SEO for Wordpress Posts | SEO Strategy — January 31, 2008 @ 1:31 am

  385. [...] and implemented quite a few (our favorites include WP-Cache [performance], Akismet [spam], and SEO Title Tag [switches the order of your title tag in your blog to make it more search engine friendly]). The [...]

    by Extending WordPress » cnp_studio_Blog — January 31, 2008 @ 8:22 am

  386. [...] but in term of search engine short title means less keywords for search. A free plugin is available here that can provide solution for this [...]

    by Top SEO Tips for Wordpress Blog - Improving search engine visibility | Just Talk About Web — January 31, 2008 @ 11:45 pm

  387. Do I need to use UTW withthis plug in. Please email me respone if that is ok.

    by Collin — February 1, 2008 @ 12:44 am

  388. [...] using SEO Title Tag to manually edit the titles of the home page, categories, and other pages; they’re more [...]

    by 13 Indispensible Wordpress Plugins — February 3, 2008 @ 12:41 am

  389. [...] SEO Title Tag - Optimize your wordpress title tags for search engines. Mass edit the title tags of posts, pages, category pages, tag pages etc. [...]

    by 50 Wordpress plugins to Become Ninja Blogger! | TechoCrunch — February 3, 2008 @ 3:05 am

  390. hi

    I am using WP 2.3.2 and SEO Title Tag 2.1.2.

    While writing a new post at times the description and keywords get reset to the default meta tags (this is before I publish). Steps I follow,

    1. I fill the title (WP field)
    2. I write the post
    3. I fill the meta tags
    4. I click on “Save and Continue” editing
    5. I continue to modify the post
    6. I click on “Publish”.

    At times the meta tags are lost :-(

    by BG Mahesh — February 4, 2008 @ 6:22 am

  391. When editing a page, often, I’ll notice that some slash marks /// are inserted in the Title Tag.

    Why is this, and what will prevent it from happening?

    by David Stembridge — February 4, 2008 @ 9:49 pm

  392. thank you for this very very useful plugin, i’m very glad because is working on wordpress 2.3!! :)

    by Muzica Populara — February 5, 2008 @ 7:57 am

  393. The extra slash issue should be resolved with the new release 2.1.3

    by Netconcepts — February 6, 2008 @ 12:15 pm

  394. This plugin is a very useful idea and its implementation is great as well. Thanks for it!

    by Tom — February 7, 2008 @ 1:32 am

  395. I have installed the plugin and have tried for over 12 hours non stop but cannot get it to work.
    I must have missed something somewhere but I still get just the page numbers on my posts. I change the slug label but nothing happens. What the hell am I doing wrong?

    by Steve Hilliar — February 10, 2008 @ 9:58 pm

  396. [...] the SEO Title Tag WordPress plug-in to put extra keywords into your permalink post page headers. This means that Google has an extra [...]

    by Blog Business Summit » Clean up your Google Search Results with blogging — February 11, 2008 @ 6:32 pm

  397. [...] SEO Pack or, Add Meta Tags and SEO Title Tags: SEO is essential for your WordPress blog if you want search engines to find your [...]

    by Essential WordPress Blog Plugins for Your WordPress Blog | The WordPress PAD — February 11, 2008 @ 6:41 pm

  398. [...] Seo Title Tag: If you want to tag your posts with important keywords then this plugin is for you. Tagging makes [...]

    by Top 10 Wordpress Plugins To Enhance Your Blog’s Performance And Traffic | BlogsOnTop Blog|Blogging Tips For Newbies/Beginners|BOT — February 13, 2008 @ 10:33 pm

  399. amazing plugin, i thought that my title tag was already optimized but how i was wrong. I have a question though, would it be a bad thing as per SE’s if i change all my post titles in the same day, don’t you think it would be considered as spam or something like that?

    by Prashant — February 26, 2008 @ 2:27 am

  400. Hi,

    looks like a great plugin and would love to install it. But the header in the theme I use is as follows:

    How do I implement the if clause for the SEO Title Tag correctly in this existing title tag? You guessed already I’m not a php wizard probably.

    Help much appreciated.

    Max.

    by Max — February 28, 2008 @ 12:16 pm

  401. Great and much needed plugin.

    by seoreef — March 5, 2008 @ 6:02 am

  402. [...] Muitos sistemas de gestão de blogues colocam o nome do site antes do nome do post no nome de páginas individuais. No entanto, e preferível que que os títulos se iniciem pela informação mais relevante. Há vários plugins Wordpress que facilitam a mudança da estrutura dos títulos fas suas páginas, por exemplo all in one SEO pack e SEO Title Tag. [...]

    by O Guia SEO para Bloggers — March 15, 2008 @ 1:30 pm

  403. [...] Stephan Spencer (SEO Title Tag) [...]

    by blog.detlog.org » Archive » WordPress Business Blog Standard Guidebook in Japan — March 15, 2008 @ 3:44 pm

  404. [...] new version of SEO Title Tag was recently released and since I have blogged about this plugin earlier, I will just mention the [...]

    by SEO Title Tag 2.0 | Free Download Blogs:: News and Articals — March 15, 2008 @ 3:58 pm

  405. [...] by more people. Fortunately, optimizing title tags is now much easier with new tools such as the wordpress SEO title tag plugin. Here are some ways on how to optimize a title tag for [...]

    by Optimizing Title Tags for SEO | Can Talk Tech — March 16, 2008 @ 11:29 pm

  406. [...] probably want to use one of the SEO title tag wordpress plugins (a quick search found me this one: SEO Title Tag: A WordPress Plugin for SEO (Search Engine Optimization) ) which will give you instructions for how to install it into your theme and how to use it. [...]

    by How to Change Title? - Blogging & Business Forums — March 17, 2008 @ 9:16 am

  407. That plugin is simply amazing. Keep up the good work. I will recommend this plugin to whoever i can :)

    by Pawel Szulencki - SEOcontest2008 — March 17, 2008 @ 4:13 pm

  408. I just tried it with Wp2.5 and it seems to work just fine :)

    by Kenneth Lund — March 19, 2008 @ 2:13 am

  409. I’m having difficulty in modifying the title tag of a post. No matter what I change it to, or erase it completely, it reverts to what it was originally!

    using v2.1.3 and never had anything like this happen!

    why this one post? and what can I do to solve this? thanks

    by Babak — March 21, 2008 @ 2:16 am

  410. Thanks a lot for this, I didn’t know you had to change the info in between the title tags in the code.

    by pchieng — March 21, 2008 @ 11:56 am

  411. Just what i needed. Thanks!

    by seo — March 21, 2008 @ 2:35 pm

  412. Thank you for the absolutely wonderful plugin! Over the past year after migrating from .shtml to wordpress, I lost my google ranking of 5 - it decreased to 2. Looking to recover that ranking.

    by Kali — March 24, 2008 @ 8:48 am

  413. I don’t think I ever thanked you for developing this plug-in for which I apologize. So, thanks!

    Anyway, I’m glad that you have updated it as I am about to download this plugin for a different blog.

    by Matt Keegan — March 26, 2008 @ 5:05 pm

  414. [...] match your page TITLE to your post title). If you’re using WordPress, consider installing the SEO Title Tag plugin to do just that! I don’t use it on Marketing Pilgrim, but on other blogs, I’ve found it [...]

    by Blog Marketing Tips Even the Professional Bloggers Won’t Share - Tip #1 — March 31, 2008 @ 11:46 am

  415. [...] question someone asked during my session which I didn’t know the answer to was whether our SEO Title Tag Plug-in works on the new version of Wordpress (with built in wp tags) and the answer is yes - it has been [...]

    by Dallas Wordcamp 2008 Followup : Natural Search Blog — April 1, 2008 @ 11:43 am

  416. Thanks a lot for this, I didn’t know you had to change the info in between the title tags in the code…

    by Smfciyiz Ödüllü Seo Yarışması — April 1, 2008 @ 4:22 pm

  417. Hi Stephan…
    Your wonderful plugin seems to work in my blog with an error on any URL and TAG Pages…
    i try to solve the problem with all the hints i found in the comments without luck.
    Hope you could help me… i have the same problem as many of other people…
    i get the error message

    WordPress Datenbank-Fehler: [Table '....blogs_shei_seo_title_tag_url' doesn't exist]
    SELECT id, url, title from blogs_shei_seo_title_tag_url ORDER BY title
    see http://www.sheila-wolf.de/2008/03/

    i use WP 2.2.2. and your actual Plugin 2.1.3 .. please help.
    Thanks sheila

    by Sheila — April 1, 2008 @ 6:11 pm

  418. [...] SEO for ecommerce and that our target market is large, brand name retailers. But it works. Our free SEO Title Tag plugin has been a magnet for links from bloggers, to the point that the traffic to the plugin page [...]

    by Being Off-Topic, Off-Message, or Off-Brand Can Be Good For Your SEO! — April 7, 2008 @ 1:34 pm

  419. Great Plug-in!!!

    Can you make “Include blog name in titles:” option to include blog name infront of title or make the option let people can choose whatever they want .. infront of title or after title.

    And can you make option that let people choose to add blog title also (blog name and blog title) now we can only choose to add blog name.

    Thank you.

    by nadia — April 8, 2008 @ 9:34 am

  420. Hello, firstly, thank you for this great plugin, really helpful.
    I have an idea for a new function, which I would surely use. I think it would be good if you could choose, whether you add the blog name everywhere (pages, posts, cats..) or just in some cases (for me, I don’t want them in pages titles, but everywhere else yes). Or is there another way to do this?
    Thank you

    Michal

    by Michal — April 9, 2008 @ 4:25 am

  421. Thanks for the upgrades!

    It is amazing how many blogs out there still are not taking advantage of the ability to put in a SEO rich name for their post.

    Well I guess if everyone did that would put us out or work, right?

    by seo atlanta — April 11, 2008 @ 5:43 pm

  422. [...] with an SEO friendly infrastructure. Word Press for example has so many useful plug ins such as Netconcepts SEO Title Tag 2.1 that make life (and Marketing) [...]

    by 10 Golden Rules of Blogging — April 14, 2008 @ 4:57 pm

  423. Will this work on Wordpress version 2.5?

    by Ken Nickless — April 15, 2008 @ 1:40 am

  424. Seems like it’s not working under Wordpress 2.5

    by Milan Cole — April 16, 2008 @ 7:38 pm

  425. please see http://www.investmentcapitalist.com/feed to see the problem I am having with this plug in. I believe the reason the posts are showing up with scrambled titles on the syndication feeds is because of this plug in. Anyone else?

    by marketwizard — April 17, 2008 @ 2:10 am

  426. Hi Stephan,

    Hoping you can work up a 2.5 version…

    by Bret Treasure — April 17, 2008 @ 9:05 am

  427. [...] SEO Title Tag This WordPress plug-in will give you the ability to modify your title tags for your blog posts. This will help you optimize your title tags to attract search engines even better. [...]

    by Better Blogging - Wordpress Plugins - 17th Apr 08 — April 17, 2008 @ 2:17 pm

  428. Hi,

    I’m using WP 2.3 . When I activated the plugin and made the title line change, my header image on my site got wiped out!

    For some reason, when I unwind the changes and restore my original header.php file and delete the plugin on my server, I still have the problem. The original title line in my header.php file is:

    » Blog Archive

    Can anyone please advise me?
    Many Thanks

    by George — April 18, 2008 @ 10:06 am

  429. Update: I had it setup incorrectly, and it is now working under Wordpress 2.5 for me.

    by Milan Cole — April 23, 2008 @ 3:46 pm

  430. Great post. I have been looking for some solid advice on Title and Title Tags that is solid and proven. Thanks for posting this awesome article.

    by George Tallabas — May 2, 2008 @ 12:19 pm

  431. [...] but if you want to save about 5 hours, several bouts of crying and pulling your hair out, try this plug-in. This is just one of many, find the one that works for you. I did not know how to do this before [...]

    by ThinkingOutLoudBlog.com - Everything You Always Wanted to Know About WordPress (But Were Afraid to Ask) — May 2, 2008 @ 11:03 pm

  432. [...] plugin tool to SEO your title tags in WordPress:SEO Title Tag 2.1.3 for WordPress Searchinnovationblog is written by Daria Goetsch, founder and search engine marketing consultant [...]

    by SEO news » Netconcepts - SEO Title Tag 2.1.3 for WordPress — May 5, 2008 @ 5:55 am

  433. [...] SEO Title Tag 1.0 - This is a must have. Why build a great blog that can get spidered so easily and overlook the title tags? This addresses several limitations in creating search engine optimized title tags for blog posts and for pages in the WordPress blogging platform. And it was developed by the owner of the company I work for, Stephan Spencer. It can be found here. http://www.netconcepts.com/seo-title-tag-plugin/ [...]

    by WordPress Developer Sandbox » Must-have plugins — May 5, 2008 @ 6:02 am

  434. [...] you’re not stuck with just having your blog name in the title bar on all your pages/posts. SEO Title Tag gives you the ability to use page/post titles in your title bar, which is much better from an SEO [...]

    by 5 Top Free WordPress Plugins — May 6, 2008 @ 6:13 am

  435. IS this plugin compatible with WP2.5?
    Can someone confirm.
    Many thanks!

    by Rana — May 6, 2008 @ 2:43 pm

  436. [...] Allowing auto-generated title tags (from the post title, category name, etc.). Don’t let the blog software reuse the post title or category name as title tag. There will be moments where you would need to use a different page title and a different post title. How would you be able to accomplish this? If you are a WordPress user, it is worth to check SEO Title Tag plugin. [...]

    by Gabfire web design » Top 4 SEO mistakes of bloggers — May 9, 2008 @ 3:31 am

  437. [...] SEO Title Tag - Don’t need all the power of Headspace try SEO title tag [...]

    by SEO Plugins for Wordpress Part II — May 13, 2008 @ 4:02 am

  438. Awesome plugin. Exactly what I was looking for. Thnaks.

    by Adam Kmiec — May 13, 2008 @ 10:58 pm

  439. Awesome work! Now just gotta take care of those pesky meta tags…

    by seo ninja — May 14, 2008 @ 10:53 am

  440. [...] SEO Title Tag Plugin - This is a very popular title tag plugin that has a lot of great features. Sadly, at the time of writing this post it isn’t working in the latest version of wordpress (2.5.1). [...]

    by SEO Wordpress - Best Wordpress SEO Optimization Plugins | SEO Ninja — May 14, 2008 @ 8:32 pm

  441. [...] Stephan Spencer’s SEO Title plug-in which swaps the name of your blog with the name of your post to make your keywords more [...]

    by TopSEOTricks.com - Search Engine Optimization Tricks, Tips, Social Media Marketing, Email Marketing, Blogging and More ! — May 15, 2008 @ 3:32 am

  442. [...] Title Tag I am using SEO Title Tag from NetConcepts Works great for SEO optimization and highly recomendable. Haven’t found any issues with [...]

    by Widgets and Plugins - Page 2 - DIY Themes Forums — May 16, 2008 @ 8:37 pm

  443. I have a problem with the plugin an tags. Only a white side is shown which ends with the -Tag. Any ideas what is wrong?

    by Ingo — May 17, 2008 @ 9:25 am

  444. [...] If you don’t want to mess around with your code, you should check out the SEO Title Tag plugin. Version 2.1.3 is compatible with WordPress 2.5. addthis_pub = ‘richardh’; If you found [...]

    by How to optimize your title tags — WP Project — May 18, 2008 @ 8:23 am

  445. Looks like you got the bugs worked out. I think it’s finally time to start working on the change requests and enhancem

    by antalya otelleri — May 19, 2008 @ 7:31 am

  446. For some reason, when I unwind the changes and restore my original header.php file and delete the plugin on my server, I still have the problem.

    by oyun hileleri — May 19, 2008 @ 7:33 am

  447. [...] to write a custom Title Tag - with Wordpress you can use the plugins such as Stephan Spencer’s SEO Title Tag or All in One SEO which will allow you to do this easily. What to write? Well, remember where the [...]

    by Optimising your Blog for Search Engines @ Better Business Blogging — May 19, 2008 @ 8:20 pm

  448. [...] but in term of search engine short title means less keywords for search. A free plugin is available here that can provide solution for this [...]

    by Peter’s Web Log » Blog Archive » Top SEO Tips for Wordpress Blog by justtalkaboutweb.com — May 19, 2008 @ 9:27 pm

  449. hi i think this plugin is not workin 2.5

    by johny — May 21, 2008 @ 2:38 am

  450. [...] SEO Title Tag Plugin for Wordpress: by Stephan Spencer and Netconcepts. Stephan is one of my favorite speakers in the SEO industry. His [...]

    by Mihmorandum | Back to Back Wordpress Posts?! My Favorite WP Plugins | Design — May 23, 2008 @ 11:18 am

  451. [...] to the WordPress SEO Title Tag plugin, I was able to fit some quality keywords into our titles. It doesn’t affect anything on the [...]

    by A Little AudioShocker SEO Update — May 24, 2008 @ 10:09 pm

  452. thanks, I’ve been looking for something as my old plugin malfunctioned in 2.5

    by Kyle Healey — May 25, 2008 @ 5:21 am

  453. Hey, awesome plugin! Thanks.
    I was just wondering, whether you could switch the position of the post title and blog name?
    I have kept the “Include blog name in titles” option checked as of now, and I wanted my blog name to appear before the post title.

    by Akash — May 25, 2008 @ 11:32 am

  454. [...] to write a custom Title Tag - with Wordpress you can use the plugins such as Stephan Spencer’s SEO Title Tag or All in One SEO which will allow you to do this easily. What to write? Well, remember where the [...]

    by Optimizing your Blog for Search Engines | Business Blog — May 25, 2008 @ 8:35 pm

  455. Is there a conflict with this plugin and Yahoo hosting? I have the plugin working fine on a site hosted by another company, but the site hosted on Yahoo is another story. I know there are conflicts with Yahoo hosting for some plugins (and I wish I had never started with Yahoo on this site). I am just trying to determine if I have a fixable problem–or I am just stuck because of Yahoo.

    Thanks
    Janet

    by Janet — May 26, 2008 @ 11:23 am

  456. [...] SEO Title Tag [...]

    by Pimp your boring standard Wordpress titles — May 26, 2008 @ 4:20 pm

  457. [...] Download & Support [...]

    by The Best of 32 WordPress Plugins Ever | M B L 0 G G E R — May 28, 2008 @ 5:46 pm

  458. [...] relevant Feel free to use longer titles. Google now supports 70 character long titles.Use this title tag plugin to be able to customize the titles of your pages and posts [...]

    by » A webmaster’s guide to Search Engine Optimization / SEO -I » BinaryDay - A little better day — May 31, 2008 @ 7:21 am

  459. [...] SEO Title Tag - Don’t need all the power of Headspace try SEO title tag [...]

    by ArsGeek » SEO Plugins for Wordpress Part II — May 31, 2008 @ 8:10 am

  460. There seems to be some sort of conflict with Google Blog Search. With the Plugin Activated and Installed properly, all features seem to work fine at first. Now normally, without the Plugin, Google Blog Search usually takes maybe a couple of minutes to list what I post, and it’s displayed under the h1 title, ignoring the Header Title changes I’ve done in the past. After activating and installing the plugin properly, I decided to write a test post. After publishing it, time passed and it didnt appear on Google Blog Search. I deleted the post, deactivated the plugin, changed my Header Title back, and posted again (adding the number 2 to the post so it would be different from the earlier attempt)… that appeared on Google Blog Search within 3 mins, which is normal for me. I ran the test again with a different post and same thing happened. So far for me, with the Plugin running Google Blog Search wont list new posts. I really want this plugin to work because Ive done a lot of design work over the last few months with it in mind. Thanks.

    by Amanda — June 1, 2008 @ 3:54 am

  461. [...] TITLE for your post by pulling the text out of your post heading. Customize and optimize it. The SEO TITLE Tag plugin is perfect for WordPress. And, just like with any web page TITLE, put your company name or [...]

    by 25 Blog Optimization Tips Even Dear Old Dad Could Ace (Plus 10 More Tips for Mom!) — June 3, 2008 @ 7:34 am

  462. [...] SEO Title Tag - Optimize your wordpress title tags for search engines. Mass edit the title tags of posts, pages, category pages, tag pages etc. [...]

    by Empowering Your Blog with these 50 Best WordPress Plugins | KopiOnline.com — June 3, 2008 @ 7:34 pm

  463. [...] SEO Title Tag - Optimizes your blog’s titles for individual post pages so that your pages rank better in search engines. [...]

    by How To Kickstart Your WordPress Blog… » AkashBhavsar.com — June 4, 2008 @ 11:30 pm

  464. [...] SEO Title Tag - Overrides several limitations in creating search engine optimized title tags for blog posts and for Pages in the WordPress blogging platform. [...]

    by Blog for everyone » Blog Archive » Best SEO Plugins for Wordpress — June 7, 2008 @ 8:07 pm

  465. It messed up all my tags and categories. Now all my posts are in the default category. My tags are not working anymore. When I click on a tag I get this error:

    Fatal error: Call to a member function GetFormat() on a non-object in /home/mydb/public_html/wp-content/plugins/seo-title-tag/seo-title-tag.php on line 545

    by WARNING! Messed up my entyre blog — June 8, 2008 @ 2:35 pm

  466. [...] SEO Title Tag is a step up from Optimal Title as you can customize title tags for every post individually. It also has a really nice mass customize area where you can change multiple title tags at once. However, you still have to modify your template to make the plugin work. [...]

    by Design Charrette 2006 » Blog Archive » All in One SEO Pack Plugin — June 9, 2008 @ 8:43 pm

  467. Thx for your job stephan !

    by Posicionador — June 10, 2008 @ 1:05 pm

  468. [...] Spencer is the founder and president of Netconcepts.com. Stephan is also the author of the popular “SEO Title Tag” WordPress plugin. Read more about Stephan at [...]

    by As Seen on Matt Cutts’ Blog (SMX Advanced 2008 Wrap-up) - TechBlazer by Tim Elam — June 12, 2008 @ 9:39 pm

  469. great plugin…

    by Djarod — June 13, 2008 @ 4:14 am

  470. [...] Zeile des Browsers erscheint) “suchmaschinengerecht optimiert”. PlugIns wie das Seo Title Tag machen das komfortabel möglich. (Und die “Transvestitenhexen” tragen nun den [...]

    by Google Trends für Überschriften nutzen — June 14, 2008 @ 4:31 am

  471. [...] SEO TItle Tag: Probably the most important SEO Plugin to have [...]

    by Wordpress Plugins On This Blog - Nima Heydarian — June 17, 2008 @ 10:16 pm

  472. [...] SEO Title Tag - Overrides several limitations in creating search engine optimized title tags for blog posts and for Pages in the WordPress blogging platform. [...]

    by Best SEO Plugins for Wordpress - MKT CHINA — June 20, 2008 @ 2:11 am

  473. We installed this, and edited a couple of pages of recent posts in the batch edit screen. All of the assigned categories and WP 2.5 tags were apparently deleted for the posts that showed up in the edit screens.

    by Mark — June 20, 2008 @ 12:28 pm

  474. thanks, I’ve been looking for something as my old plugin malfunctioned in 3.2

    by Rock — June 22, 2008 @ 4:58 am

  475. [...] every post for search engines. You can either write the PHP code yourself or use a plugin such as SEO Title Tag from [...]

    by 5 Quick SEO Fixes for Your Wordpress Blog — June 22, 2008 @ 8:35 am

  476. We using this with a WP 2.5 install. We assign categories to posts and we assign tags using the WP 2.5 tagging feature.

    We are repeatedly getting our categories and tags removed for about the most recent 20 to 26 posts when we use the SEO Title Tag bulk edit page to assign or change Title Tags.

    To potential users of this software: Note that there are 465 comments to this post, with no responses from the developers. This is free software with no support. I’m not criticizing that. You can’t expect support for freeware. These guys have to put food on the table. But use at your own risk.

    by Mark — June 22, 2008 @ 10:41 pm

  477. Usefull tool for wordpress user i will do this.

    by Graffiti — June 24, 2008 @ 7:03 am

  478. [...] SEO Title Tag : A seo plugin that allow me to overwrite post titles. [...]

    by My Busby SEO Challenge plugins — June 24, 2008 @ 8:14 am

  479. Hi there,
    Know anyone which plugin to use if I want only the first part (first paragraph) of the article to be displayed? If someone want to read more there will be a “read more” link…
    On my blog right now is displayed all of article content and I don’t want this…
    I’m talking about the latest 10 articles displayed on the first page of my blog.
    I’m using Wordpress.
    Can anyone help?

    by Vic — June 24, 2008 @ 1:51 pm

  480. [...] is a great plugin called the SEO Title Tag plugin for WordPress that will allow you to customize your titles. Download it, place it in your plugins [...]

    by Coztumized Page Title Wordpress – Tips Trik Blog « Komunitas Blogger Bali — June 25, 2008 @ 12:00 am

  481. What is mean by a title tag? I am looking for a tag plugin where I can show the tag for each of my post.

    by BK — June 25, 2008 @ 8:50 am

  482. [...] a Wordpress plugin called “SEO Title Tag� that lets you set different meta titles for every post, including the static pages and [...]

    by 10 SEO Tips For Wordpress Blogs — June 25, 2008 @ 8:55 am

  483. Just found this - awesome tag guys, thanks!

    by ian — June 25, 2008 @ 10:49 am

  484. [...] of the “nofollow” attribute. It is as simple as that. SEO Title Tag Created by Netconcepts, the SEO Title Tag makes is easy to optimize the title tags across your WordPress-powered blog. Features [...]

    by (My) Essential Plug-Ins for WordPress Blogs | Social Web Tips — June 25, 2008 @ 12:17 pm

  485. [...] by Netconcepts, the SEO Title Tag makes is easy to optimize the title tags across your WordPress-powered [...]

    by (My) Essential Plug-Ins for WordPress Blogs | Search Engine Optimization — June 25, 2008 @ 1:10 pm

  486. [...] by Netconcepts, the SEO Title Tag makes is easy to optimize the title tags across your WordPress-powered [...]

    by My Essential Plug-Ins for WordPress Blogs | Search Engine Optimization — June 25, 2008 @ 2:02 pm

  487. [...] of the “nofollow” attribute. It is as simple as that. SEO Title Tag Created by Netconcepts, the SEO Title Tag makes is easy to optimize the title tags across your WordPress-powered blog. Features [...]

    by SEO Master » Blog Archive » (My) Essential Plug-Ins for WordPress Blogs — June 25, 2008 @ 4:56 pm

  488. I use this plugin on my web and i seem the positive changes.. aweseome! :-o

    by Sheridan — June 26, 2008 @ 8:30 am

  489. [...] tags: SEO Title Tag is a fantastic tool to work around the inherently static nature of Wordpress’s title [...]

    by Joey Muller, SEO Specialist » Blog Archive » Must-have SEO plugins for Wordpress — June 28, 2008 @ 2:07 pm

  490. [...] I use in conjunction with my permalinks settings is SEO Title Tag.  This pluggin allows you to override a page’s or post’s title tag with a custom [...]

    by Wordpress and Permalinks — July 1, 2008 @ 5:52 am

  491. This plugin is great!

    by Tony Mandarich — July 1, 2008 @ 5:08 pm

  492. I use All in One SEO Plugin, whether it is needed yet to utilize and SEO Title tag?

    by bestcalling — July 2, 2008 @ 4:42 am

  493. [...] SEO Title Tag [...]

    by Wordpress plugin - Small Website Hosting - Cheap and Reliable — July 4, 2008 @ 10:42 am

  494. [...] SEO Title Tag - Another important plugin that gives you the power to control your post and page titles regardless of what you put on the page. [...]

    by Wordpress Plugins and Widgets — July 6, 2008 @ 10:30 pm

  495. thanks.. good pluqin with seo..

    by manken — July 11, 2008 @ 3:58 pm

  496. [...] the <title></title> title tags i am not a coder so forgive my ignorance I use SEO Title Tag from Netconcepts Netconcepts says i should change the header.php from [...]

    by Problems with the <title></title> title tags - DIY Themes Forums — July 11, 2008 @ 6:11 pm

  497. Just wanna say thank tons for the plugin. it’s rock…

    by John Doro — July 14, 2008 @ 3:58 am

  498. First, thanks for this great plugin!

    I installed it on WP 2.6, and get the following error whenever I update a title tag:

    Warning: Invalid argument supplied for foreach() in /home/xxxxxx/public_html/xxxxxx/wp-content/plugins/seo-title-tag/seo-title-tag.php on line 931

    Is there an update in the works to fix this issue so it works properly in 2.6?

    by Kim — July 17, 2008 @ 7:22 am

  499. We’re working to get the plugin working with WordPress 2.6 as soon as possible.

    by Andrew Shell — July 17, 2008 @ 10:19 am

  500. [...] Title tags – use SEO Title Tag plugin for WordPress to assign unique title tags to individual [...]

    by 10 Ways To Optimize Your Money Blog | Webabout.org — July 20, 2008 @ 12:34 pm

  501. I was experiencing this as well; but the titles still work fine. It still validates on validator.w3.org as well.

    by David Stembridge — July 21, 2008 @ 6:21 pm

  502. [...] Using Title Tags for your blog pages can help improve the search engine rankings for your blog. There are several SEO plugins available to add Title Tags and Meta Tags to your blog pages. Some of the most popular SEO Plugins which you can use with your WordPress Blog are ‘All in one SEO Pack’, ‘SEO Title Tag Plugin’. [...]

    by » SEO for Blogs - Mini Guide — July 22, 2008 @ 5:14 am

  503. This plugin is perfect ! Hope my site will be on the first pages on the search engines.

    by Ralf — July 23, 2008 @ 2:47 am

  504. [...] phrases/keywords that have search volume? Find out with the linked plugin above. Bonus tip, use SEO Title Tag to create optimized page titles for your blog entries and craft catchy blog titles to speak to your [...]

    by Giving Your Blog Titles The Needed Attention Just Got Easier With This WP Plugin! - 5 Star Affiliate Marketing Forums — July 23, 2008 @ 9:03 am

  505. The issues with the plugin wiping out your tags/categories has been corrected in the latest version, 2.2.1

    by Andrew Shell — July 23, 2008 @ 2:11 pm

  506. [...] install and properly use the SEO Title Tag plugin or do the [...]

    by SEO for WordPress - The Complete Guide | MeGa Tutorials — July 26, 2008 @ 1:31 pm

  507. [...] a Wordpress plugin called “SEO Title Tag� that lets you set different meta titles for every post, including the static pages and [...]

    by 10 SEO Tips For Wordpress Blogs | MeGa Tutorials — July 26, 2008 @ 3:21 pm

  508. [...] SEO Title Tag - allows you to make the page title and H1 post heading different…great for on page optimization. [...]

    by Text Link Brokers UK − How to Migrate Blogger Powered Blogs to Wordpress — July 26, 2008 @ 4:10 pm

  509. This seems like it would be a great plug-in but I keep getting the following message: ”
    Warning: Invalid argument supplied for foreach() in /homepages/22/d160116614/htdocs/wordpress1/wp-content/plugins/seo-title-tag/seo-title-tag.php on line 929″

    I see that other people had the same problem but I don’t see a solution–can anyone tell me what I’m doing wrong? I did replace the title bucket in the header.php with what is given in the installation instructions but that didn’t fix it. Thanks.

    by maryelle — July 27, 2008 @ 9:03 am

  510. I am not sure where to insert the new code in the header.php. My title container looks like this : what do i have to replace exactly? I would be grateful if someone could help

    content=”; charset=” />Tag Archive for archive Search for | ” type=”text/css” media=”screen” />/favicon.png” />” />” />” />/js/addEvent.js” type=”text/javascript”>/js/sweetTitles.js” type=”text/javascript”>/css/sweetTitles.css” media=”screen,projection” />” /> /”> “>Home

    by Astralis — July 27, 2008 @ 8:03 pm

  511. I am using WP 2.6

    This plugin only show latest 5 posts for editing titles. How to edit other posts? PLZ HELP!

    by Dav — July 28, 2008 @ 6:06 am

  512. This is a great plugin for SEO, we are considering integrating it into our multi blog plugin.

    by WpReloaded — July 29, 2008 @ 1:04 pm

  513. [...] SEO Title Tag - allows you to make the page title and H1 post heading different…great for on page optimization. [...]

    by How to Migrate Blogger Powered Blogs to Wordpress | Trinitude Network — July 29, 2008 @ 4:24 pm

  514. [...] writing two separate titles that each serves a purpose far better than a hybrid title would. The SEO Title Tag plugin can be downloaded at [...]

    by Optimize Titles with the WordPress Title Tag PlugIn — July 30, 2008 @ 4:36 am

  515. [...] SEO Title Tag - allows you to make the page title and H1 post heading different…great for on page optimization. [...]

    by How to Migrate Blogger Powered Blogs to Wordpress | Shaun Low — July 30, 2008 @ 8:43 am

  516. [...] Spencer has just released what he views as the most important Wordpress plugin for SEO. As you probably know, title tags are given a lot of weight by search engines and one of the main [...]

    by garesi.com » Wordpress SEO Title Tag Plugin for Better Search Rankings — July 31, 2008 @ 8:06 am

  517. [...] populares de CMS (sistema de gestión de contenido) como Wordpress que tienen plugins como SEO title tag plugin que facilita las variaciones en el título de la página y su [...]

    by Hacer que los nuevos sitios web ganan posición rápidamente | Search Engine Land en Español — July 31, 2008 @ 12:26 pm

  518. [...] Download SEO Title Tag [...]

    by Wordpress Plugins for SEO(Search Engine Optimization) « Jerryl’s Weblog — August 2, 2008 @ 9:38 am

  519. Great plugin, I’m using it for my site :)

    by Posicionamiento — August 3, 2008 @ 2:53 pm

  520. [...] and singular versions of the keywords. Popular CMS programs like Wordpress have plug ins like the SEO Title tag plug in that make it quite easy to vary your page title and on page [...]

    by How To Get New Web Sites To Rank Quickly | aloa's site — August 3, 2008 @ 11:55 pm

  521. [...] Download: http://www.netconcepts.com/seo-title-tag-plugin/ [...]

    by The biggest collection of Wordpress SEO plugins that can multiply your blog traffic » ROCKFUSE — August 4, 2008 @ 1:55 pm

  522. [...] Spencer has just released what he views as the most important Wordpress plugin for SEO. As you probably know, title tags are given a lot of weight by search engines and one of the main [...]

    by Free All About Wordpress » Wordpress SEO Title Tag Plugin for Better Search Rankings — August 7, 2008 @ 7:53 am

  523. The version compatible with 2.6 isn’t released yet right? Just checking since I saw those trackbacks about a new release but I see 2.5 mentioned on the page as well as your . release to fix that error issue.

    Thanks for the clarification!

    by Susie — August 7, 2008 @ 10:10 pm

  524. [...] mein Lieblings-Wordpress-Plugin zur Gestaltung individueller Seitentitel (title) ist das aktuelle SEO Title Tag 2.1.4. von netconcepts.com - hiermit geht alles was man so braucht. Aufruf in der header.php: [...]

    by Update: Top-10 Suchmaschinenoptimierung Wordpress Tipps » SEO Marketing Blog — August 8, 2008 @ 9:31 am

  525. Very useful plugin for SEO. I am using it. Thanks.

    by Latest Gadgets News — August 9, 2008 @ 3:38 am

  526. Hi - this is a great plugin. I note that you are working on a WP 2.6 version, which is great. However, is it safe to use the current version with wp 2.6? It does work, because I have tried it, but the mass edit feature does not function, but I can live without this if this plugin is not likely to do any damage in the meantime.

    All the best,

    Alex

    by Alex — August 9, 2008 @ 12:20 pm

  527. [...] SEO Title Tag: A WordPress Plugin for SEO (Search Engine Optimization) Note: SEO Title Tag 2.3.0 adds compatibility with WordPress 2.6! [...]

    by links for 2008-08-13 « Free Open Source Directory — August 13, 2008 @ 8:01 pm

  528. Hi,

    How can i get this to work with WP 2.6? I had already adjusted the code in header.php but it is not working… Can it work in any WP theme? I am getting errors.

    Please help as I really need the functionality of a title tag.

    Thanks!

    by venice — August 14, 2008 @ 3:37 pm

  529. Thanks for the WP 2.6 version! Seems to be running OK, although my page titles don’t seem to have changed from the WP versions. Not sure why.

    I’ll carry out a little more testing.

    Good stuff,

    Alex

    PS @venice - the WP 2.6 version is out!

    by Alex — August 16, 2008 @ 9:13 am

  530. [...] SEO Title Tag Plugin –NetConcepts [...]

    by Crumpled Notebook » WordCamp 2008 Presentations — August 16, 2008 @ 1:36 pm

  531. I just FTPd the plugin but it’s not showing up as one of my listed plugins.

    I’m on WP 2.6 (not 2.6.1)

    I first tried with the directories as is.

    Then tried only loading the sub-seo-title-tag directory instead of the parent one (which has the same name). No go.

    I noticed a problem on wordpress.org about an older version that wiped out databases if you had been using tags previously. Was that bug fixed? I assume so :)

    I had manually modified the header file to use custom fields to write my own post page title but I assume that’s not the problem for why this wouldn’t show up in the plugin panel.

    Thanks,

    Susie

    by Susie — August 16, 2008 @ 7:57 pm

  532. [...] SEO Title Tag [...]

    by SEO Tips from WordCamp | FocalPower...the blog — August 17, 2008 @ 1:38 am

  533. Great tool which I´ve implemented in a few minutes. Your description has been very helpful.

    by mig — August 18, 2008 @ 3:08 pm

  534. Hi,

    Looks like since I upgraded to 2.6.1 SEO title tag is adding a new instance of title_tag to the custom fields section. So… each time I save a post I get an additional title_tag in the custom fields.

    A little annoying…

    by Michael — August 19, 2008 @ 12:35 pm

  535. [...] SEO title tag [...]

    by A Review of the Thesis Wordpress Theme - Sugarrae — August 20, 2008 @ 4:34 pm

  536. @Michael - I looked into this issue and I believe it’s actually a bug in WordPress. However I implemented a workaround in the 2.3.1 version that should prevent this from happening.

    by Netconcepts — August 21, 2008 @ 10:25 am

  537. [...] SEO title Zorgt ervoor dat je Titel Tags goed zijn. Steun ons en stem::   [...]

    by 5 TOP SEO plugins om je wordpress te optimaliseren. | — August 22, 2008 @ 5:38 am

  538. [...] we change the title tags on our blogs? Well there is a great plug-in that does the job, its called SEO Title Tag. This plug-in allows you to change the title of your posts, your front page, your tags, and also [...]

    by Rank High With The SEO Title Tag Plugin » WordPressings — August 22, 2008 @ 8:33 am

  539. [...] of each and every post is your greatest opportunity to rank on Google and receive free traffic. SEO Title Tag SEO Wordpress Plugin is one of the best in allowing you to manage your title [...]

    by Optimize Your Wordpress Titles For SEO | Wordpress Jedi — August 23, 2008 @ 3:09 am

  540. [...] gave a great talk on giving your site a serious SEO makeover. He’s a big advocate of this SEO title tag plugin. Also discussed using the WP-Sticky [...]

    by WordCamp SF 2008 | DrumGit, Curtis Cunningham's blog. — August 23, 2008 @ 5:51 pm

  541. [...] Improve your WordPress or any CMS installation. “Title tags are arguably the most important of the on-page factors for search engine optimization (’SEO’). It blows my mind how post titles are also used as title tags by WordPress, considering that post titles should be catchy, pithy, and short-and-sweet; whereas title tags should incorporate synonyms and alternate phrases to capture additional search visibility.” [netconcepts] [...]

    by Headline Writing for Google, Social Media and Profit : Condomunity — August 24, 2008 @ 3:03 am

  542. [...] Stephan Spencer was impressive to hear as he discussed SEO Mistakes that Bloggers Make and ways to easily correct them. A few techniques he mentioned to help improve upon your rankings were to include tag clouds, tag pages, and tag conjunction pages. Stephan mentions that title tags are arguably the most important of the on-page factors for search engines. He developed a plugin to aid this process and optimize the title tags across your WordPress blog. You can read more and download the SEO Title Tag plugin that Stephan developed here. [...]

    by WordCamp 2008 | Search Feature — August 25, 2008 @ 3:10 pm

  543. Wow, great plugin for my site seo thanks

    by Çim Çit — August 26, 2008 @ 2:19 am

  544. [...] highly on search engines. Luckily, for WordPress users, Spencer offered us a free plugin called SEO Title Tag that could do just that. Is there an equivalent plugin for [...]

    by Hooking readers to your blog. The blog is the new resume. - Be the Voice — August 27, 2008 @ 12:21 pm

  545. [...] Improve your WordPress or any CMS installation. “Title tags are arguably the most important of the on-page factors for search engine optimization (’SEO’). It blows my mind how post titles are also used as title tags by WordPress, considering that post titles should be catchy, pithy, and short-and-sweet; whereas title tags should incorporate synonyms and alternate phrases to capture additional search visibility.� [netconcepts] [...]

    by How to Get Half a Million People to Visit Your Blog — August 28, 2008 @ 7:19 am

  546. [...] the two may be a matter of installing a plugin (Wordpress users can use SEO Title Tag) to do it automatically, or you must make a small change to your blog theme template, physically [...]

    by Blog SEO magic - boosting your search engine visibility | SEO WebMonkey — August 28, 2008 @ 3:25 pm

  547. [...] 1. Download plugin from official home page [...]

    by Seo Title Tag - optimizing title tags in Wordpress | SEO Script — August 31, 2008 @ 7:07 am

  548. [...] SEO Title Tag - ottimizza i title tag (ovvero il tag html utilizzato come titolo dalle pagine web) del blog per il SEO. [...]

    by CyberAngel’s Blog » 50 plugin consigliati per WordPress — September 1, 2008 @ 5:09 pm

  549. Hi there,

    Thanks for this great plugin! I’m having a bit of trouble, though. I’m using the 2.3.1 version of your plugin. I run two websites using WP as a CMS. Both sites use WP 2.5.1. When I edit a page that had a title tag previously, the title_tag disappears. If I go back into edit, add the tag again, and save, the tag reappears. I can work with it, but it’s a bit annoying.

    Any ideas?

    by Steve Mullen — September 1, 2008 @ 10:33 pm

  550. [...] can read the full information on how it works and what it does (and of course download it for free) here. Basically what the SEO Title Tag Plug-in does is it allows you to make your content title appear [...]

    by Search Engine Friendly Wordpress Themes — September 2, 2008 @ 8:01 am

  551. Outstanding! Spent a few hours trying to write this code for myself. Gave up and installed your plugin in about ten minutes. Brilliant product, solves WordPress’s woeful lack of support for SEO title tags - Thanks a million.

    by Charlie — September 2, 2008 @ 3:49 pm

  552. Thx a lot for that great seo plugin ! one simple question :is it normal when I tried to edit my ‘header.php’ file, it was already edited automatically ?

    by Nanoblog — September 4, 2008 @ 2:56 am

  553. [...] SEO Title Tag - allows you to make the page title and H1 post heading different…great for on page optimization. [...]

    by How to Migrate Blogger Powered Blogs to Wordpress | Search Engine Optimization for better search rankings — September 6, 2008 @ 2:05 pm

  554. I feel like the new version of the plugin dropped a key feature for me. How do I edit the URL structure for my blog? For example let’s say the home page of my blog is domain.com/blog/. I want the posts to be domain.com/blog/category/post-name.

    It looks like there isn’t an option. My blog is defaulting to domain.com/category/post-name.

    Did I miss something?

    Thanks.

    by Adam Kmiec — September 6, 2008 @ 6:37 pm

  555. Dear from this we can set Title of each page / post etc…

    But if we want to make Description also for each category then hows we can write description of category under “mete description”

    by Pakistan News — September 8, 2008 @ 5:10 am

  556. [...] SEO Title Tag - Overrides several limitations in creating search engine optimized title tags for blog posts and for Pages in the WordPress blogging platform. [...]

    by Best SEO Plugins for Wordpress | download — September 8, 2008 @ 5:13 am

  557. [...] SEO Title Tags- I previously developed a website that got an incredible amount of trafic (by my standards at least) , what surprised me was one of the most important thing search engines looked at was the title of your post. “Title tags should incorporate synonyms and alternate phrases to capture additional search visibility. Now, thankfully, there is a solution”. [...]

    by 19 Great Wordpress Plugins - A List | John Ryan’s Blog — September 9, 2008 @ 3:06 pm

  558. I can not get this to work at all. Followed all the instalation instructions. Have WP version 2.5

    Help!!!

    by Alexeo — September 10, 2008 @ 4:30 pm

  559. This is a very good plugin.

    However there is one thing to suggest: Why not add filter instead of customizing the theme header file?

    Why? It’s supposed to be a plugin. And Plugin suppose not to interfere with theming.

    I tried to use this plugin by just downloading and activating it. I was so frustrated when seeing no changes in the title. Now I know how.

    Anyway, thanks and I will use your plugin.

    by Binh Nguyen — September 12, 2008 @ 2:19 pm

  560. It’s absolutely not working at the moment.

    After I activated it, I went to the manage Title Tags page and entering some data into the Custom Title field. Sadly, when I click the Submit button, the fields become blank again.

    NO change has been made to the titles, no data was saved into DB… what’s wrong here?

    I’m using WPMU the 2.5.1 version of WordPress.

    by Binh Nguyen — September 12, 2008 @ 2:32 pm

  561. I noticed a problem on wordpress.org about an older version that wiped out databases if you had been using tags previously. Was that bug fixed? I assume so

    by prefabrik evler — September 15, 2008 @ 5:59 pm

  562. this absolutely doesnt work with wordpress 2.5. !!!!!!!!!! warning

    by Alexeo — September 15, 2008 @ 9:11 pm

  563. I am facing the same problem that “Binh” facing..Comment #560

    Using WP 2.5

    Quick response from the developers would be appreciated.

    by Maulik — September 18, 2008 @ 1:19 am

  564. [...] following plugin to do the above and though it installs properly, it does not work (with Thesis?). SEO Title Tag: A WordPress Plugin for SEO (Search Engine Optimization) Is there a better way to do the above? Anyone using the above plugin successfully with Thesis? [...]

    by Thesis and SEO Plugins - Page 3 - DIY Themes Forums — September 19, 2008 @ 1:02 am

  565. I cant thank you enough! I wanted to change my home page title and not use the WP settings, so my homepage showed subtitle but not the title because I wanted that different, but didnt want it on my homepage. Could NOT figure that out. Your plugin did it!

    by Kris — September 21, 2008 @ 1:42 pm

  566. [...] presents your content well, it uses nofollow to funnel your link juice well, etc. I still use the SEO Title Tag plugin on top of what Thesis provides and have a few specific tweaks of my own, but overall Thesis [...]

    by Review of the Thesis Wordpress Premium Theme - Is it Worth It? » Art of Blog — September 23, 2008 @ 1:54 am

  567. [...] the most effective Wordpress title optimization plugin is the SEO title tag plugin. This plugin allows you to create a unique title for your blogs’ home page, any supplemental [...]

    by Optimizing your Wordpress Blog for Google: Part 2 | Web Development - ifeed.ws — September 24, 2008 @ 7:24 am

  568. [...] some of them up. As of this writing, I’m using five plugins to maintain Blogger permalinks; optimize title tags for search engines; display prior blog post titles in comments; a plugin to enable new commenters to subscribe to [...]

    by How I Moved From Blogger to Wordpress — October 12, 2008 @ 12:46 am

  569. [...] Re: How much maintenance to run a blog site For "newoptimizer" I use a great plugin that allows you to generate custom titles for all your posts and pages from one master interface. So you can have your title tag be really SEO friendly but have a more reader friendly post title. See SEO Title Tag: A WordPress Plugin for SEO (Search Engine Optimization) [...]

    by How much maintenance to run a blog site - WebProWorld — October 17, 2008 @ 3:57 pm

  570. [...] and install SEO Title Tag by Stephan Spencer at Net Concepts. This gives you better control of the titles of all the pages on [...]

    by My WordPress Post-installation Check List | StyleWired — October 18, 2008 @ 5:08 pm

  571. First, thanks for this great plugin!

    I installed it on WP 2.6, and get the following error whenever I update a title tag:

    Warning: Invalid argument supplied for foreach() in /home/xxxxxx/public_html/xxxxxx/wp-content/plugins/seo-title-tag/seo-title-tag.php on line 931

    Is there an update in the works to fix this issue so it works properly in 2.6?

    by leoo — October 19, 2008 @ 9:29 am

  572. I am running SEO Title Tags on http://www.noodad.com

    I cannot get the tags to save. When I go into the administrator and type some custom text into the tags. When I save the page, it vanishes.

    I checked to see that the database componenets have been created properly. That seems to be in order. Did I perhaps miss something in the setup?

    Thanks for any help in advance.

    by the Michael Schneider — October 23, 2008 @ 9:06 am

  573. I should have mentioned that I am using WP 2.6

    by the Michael Schneider — October 23, 2008 @ 9:07 am

  574. Hi,

    the plugin doesn’t work properly for my site. I’m not able to change the title of an article or a page.

    But the strange thing is that no error message is displayed.

    I have activated the plugin.

    What can i do?

    by Simon — October 23, 2008 @ 4:30 pm

  575. not working in my blogs why:(:(

    i have change the title of a category but it is not updating:(

    by Love SMS — October 30, 2008 @ 11:41 am

  576. This is a great plugin. Just download it and going to give it try. Anyone loaded on wp 2.6.3 yet?

    by Niche Search — November 2, 2008 @ 8:28 pm

  577. I am really sorry to say that, after my activation and configuration, there is nothing happened to my title.

    by mecin — November 3, 2008 @ 2:23 am

  578. Thanks for this great plugin! I’m having a bit of trouble, though. I’m using the 2.3.1 version of your plugin. I run two websites using WP as a CMS. Both sites use WP 2.5.1.

    by cn.ibtimes.com — November 3, 2008 @ 2:25 am

  579. [...] to change the title tag of your pages, your posts, everything else. Once you install and activate SEO Title tags, then you can go to your settings page in your Dashboard and define a title tag for your home page [...]

    by Optimize Your Wordpress Blog’s Title Tags For SEO | Wordpress Jedi — November 4, 2008 @ 5:08 am

  580. [...] Here’s an excellent video with some SEO tips for WordPress-driven sites.  This was given by Stephan Spencer of NetConcepts.  He mentions his excellent “SEO Title Tag” plug-in, which can be found here. [...]

    by A great video with some WordPress SEO tips | MickMel SEO — November 5, 2008 @ 9:59 pm

  581. [...] below is made by Stephan Spencer the founder and president of Netconcepts and the author of SEO Title Tag Plugin for WordPress, which I might add should be #1 plugin on your list to install if you are just starting using [...]

    by Stephan Spencer Presentation - WordCamp 2008 — November 6, 2008 @ 7:08 am

  582. [...] met NetConcepts’ Stephan Spencer and learned of the idea. It seems Stephan, long a fan of WordPress and SEO, designed netconcepts.com entirely in WP. Truth be told, I don’t recall if I misheard him, [...]

    by Is Your Site (not your blog) Run By WordPress? Perhaps it Should Be | SEO'Brien - Search & online marketing blog — November 11, 2008 @ 5:40 pm

  583. [...] SEO Title Tag 2.3.2 - A very good plugin, has many features including overwriting titles, custom 404 pages, handle searches and much more. Click on the link to see all the features. [...]

    by Top SEO Plugins for WordPress | Sourcer SEO Blog — November 12, 2008 @ 6:21 pm

  584. Greetings,

    Thanks for your great plug-in! We have been using it with good success.

    We recently decided to try WordPress 2.7 beta3 Something in the new Wordpress breaks the management pages in the new Admin area. We can still add “Title Tags” through the “Custom Field” box.

    Hope you can repair this soon :)

    by Ministermark — November 20, 2008 @ 10:28 am

  585. Hi Stephan. I recently watched your presentation on common SEO Mistakes, which was what brought me here. Thanks a lot - it was very useful.

    I have one question though regarding this plugin: can I use it with MU or is it only for the regular version of Wordpress?

    Thanks again

    by Liz — November 20, 2008 @ 12:16 pm

  586. any idea on how can i add description to a tag page?

    by diegol — November 27, 2008 @ 9:15 pm

  587. Hi there,
    I’m using WP 2.6.5 and all-in-one seo pack. Do i still need to install this plugin ? need your advice.

    by Autopilot Blueprint — November 30, 2008 @ 2:54 am

  588. [...] SEO Title Tag - an easy way to tweak the page titles to help with search engine optimisation. [...]

    by Useful Wordpress Plugins — November 30, 2008 @ 1:14 pm

  589. SEO Title Tag 2.3.2 used with WP 2.7-RC1.

    In what used to be the Manage screen (now Tools > Title Tags) the tabs are not working: only Pages is active and it’s impossible to switch from Pages to Posts or Categories or anything.

    by moshu — December 2, 2008 @ 7:14 am

  590. SEO Title Tag is a great plugin, I use it on most of my customers blogs.

    by Janet — December 2, 2008 @ 1:42 pm

  591. Hello Stephan,

    My WP is hosted by Host Gator using Fantastico and WP 2.6.5 as of 12/4/08.

    1. I inserted the custom HTML to your header.php theme file, per line 4 in the Installation Instructions.
    2. Custom title tags do not save as many previous comments regarding earlier SEOTT versions.

    I had the issue escalated at Host Gator… their admin wrote back: That error looks like it’s something the script is pulling because it doesn’t like something in the input. I wasn’t able to quickly trace it, I recommend contacting the creator of that plugin as it is most likely a bug with the software.

    Hope to hear back as close to yesterday as possible. :)

    Thank you much in advance,

    Alan

    by Alan — December 5, 2008 @ 4:15 pm

  592. We are aware that there are issues with the plugin and we’re looking into them. Hopefully a new version with these issues corrected will be out by the end of the year.

    by Netconcepts — December 5, 2008 @ 7:35 pm

  593. [...] SEO for WordPress Plug-Ins • Stephan Spencer has a title tag plug in for WordPress that looks helpful. • Gabriel Goldenberg of SEO ROI has a [...]

    by Expert SEO for Wordpress Bloggers Tutorial « Nashville Search Engine Optimization, Ethical SEO, and Social Media Agency — December 5, 2008 @ 9:19 pm

  594. I added the SEO Title tag plugin but it was not saving the custom titles for my posts. I checked the code and I think the problem lies with using delete_post_meta before update_post_meta to update the custom field in the post. If you use update_post_meta for a non-existing field then it returns false. Since you delete the custom field before you try to update it then update_post_meta is always returning false. I changed update_post_meta to add_post_meta and it appears to be working correctly now.
    I am using version 2.5.1 of WordPress.

    by Gord Loukes — December 8, 2008 @ 7:22 pm

  595. Question - I have SEO Title Tag installed - love it! but I’m trying to determine how to get my page names from ?p=10 to the tag or something meaningful. I love how netconcepts.com has their site configured with each tag a category - easy to browse and great for SEO!

    by Jack — December 11, 2008 @ 6:12 pm

  596. SEO Title Tag (2.3.2) is not compatible with wordpress 2.7…

    But i found an easy fix!

    FIND “edit.php?”
    REPLACE WITH “?”

    Thanks for the great plugin!

    by Abi Xalmon — December 12, 2008 @ 3:36 am

  597. I love this plug-in. I won’t be upgrading to 2.7 WP until I know everything works. I look forward to your update!

    Thanks!

    by Tom Goering — December 12, 2008 @ 3:36 pm

  598. Is this plugin compatible with 2.7?

    by Steve — December 14, 2008 @ 7:52 pm

  599. Is a fix for 2.7 in the works? Due to the change in the admin panel layout, there is no longer a link for managing the title tags.

    by Michael — December 15, 2008 @ 2:01 pm

  600. [...] SEO Title Tag - “Professor� Spencer’s SEO home-run [...]

    by Santa SEO Melbourne Australia » Blog Archive » WordPress Plugins ~ Courtsey of Andy Beal of Marketing Pilgrim — December 16, 2008 @ 8:41 pm

  601. Hi Stephan, I first heard about your plugin at LV Pubcon 08 and totally liked the thin slicing method.

    I love your plugin, although it has problems in WP 2.7 but I was able to fix the issue with on my blog and the fix was quite easy. Here is my fix to the problem. http://cli.gs/titletag

    by Benj Arriola — December 17, 2008 @ 8:57 pm

  602. Hi,
    Will there be soon an update for this great plugin?
    Unfortunatly it doesn’t work with the new WordPress 2.7.

    by Andrea — December 18, 2008 @ 4:18 pm

  603. Whas the ETA for the plugin update please?

    Thanks

    by dee — December 20, 2008 @ 10:23 pm

  604. the tabs dont work on wordpress 2.7 :(

    any update??

    by Rioserver Web Hosting — December 24, 2008 @ 3:09 am

  605. Waiting for the official fix as well. Thanks again for the great plugin!

    by Cigar Inspector — December 25, 2008 @ 8:34 am

  606. Version 2.3.3 is now out and should fix issues people are having with 2.7

    by Netconcepts — January 2, 2009 @ 3:23 pm

  607. I upgraded SEO Title Tag to 2.3.3 on wp2.7 using revolution news theme 2.

    two issues… for the life of me I cannot see how to do mass edits of tags for posts. The settings is configured for 25 per page but that’s all I see, the most current 25 with no way to get to 26-50.

    And the screen goes blank when I submit changes to existing tags I am able to see and change

    by Bill Gram-Reefer — January 3, 2009 @ 4:53 pm

  608. I liked this plugin but found the all in one seo works better for me. I’m trying to uninstall this plugin and it won’t let me do it even through http://ftp. Any thoughts?

    by Rob — January 5, 2009 @ 9:40 pm

  609. Rob, I’m not sure why you can’t uninstall it. There isn’t really anything to uninstall. Just delete the plugin.

    by Netconcepts — January 6, 2009 @ 7:34 pm

  610. [...] 4. SEO Title Tags [...]

    by Top 10 SEO-Related WordPress Plugins « Amar’s Blog — January 8, 2009 @ 5:47 am

  611. Question - I have SEO Title Tag installed - love it! but I’m trying to determine how to get my page names from ?p=10 to the tag or something meaningful (similar to how NetConcepts does it).

    Does anyone have any insights on how to do this?

    by Jack — January 8, 2009 @ 12:45 pm

  612. [...] SEO Title Tag - “Professor” Spencer’s SEO home-run [...]

    by 21 Awesome WordPress Plugins That I Selfishly Kept to Myself Until Today — January 8, 2009 @ 4:55 pm

  613. I am using latest 2.33 version with wordpress 2.7. I can not save titles for Tags.

    by shob — January 11, 2009 @ 6:20 am

  614. [...] SEO Title Tag is a plugin you should use if you care about Seaarch Engine Optimization. This plugin lets you create a customized title tag for any post, static page, category page and literally any URL. [...]

    by 10 Essential WordPress Plugins To Kickstart WP Blog — January 12, 2009 @ 7:51 am

  615. Couple of major issues with the new 2.3.3…

    1) Title tags work on Posts but not Pages. If I create a unique title tag on a Page, it will show up in the Admin under both the Title Tag tool and at the Page level but will not show on the front end.

    2) There is no pagination on the Title Tag tool itself. As stated by Bill Graham Reefer >

    Please let us know when these two issues might be fixed or if there’s a temporary workaround. Thanks!

    by Jess — January 13, 2009 @ 12:57 pm

  616. Nice Plugin..
    But, whats the difference between other SEO plungs available?

    by Webmaster — January 16, 2009 @ 10:40 pm

  617. I uploaded the plug-in via FTP and it shows up in the plug-in area but it does not show up in my dashboard. I am using version 2.6 of WP.
    Any thoughts on why it is not showing up?
    Greg

    by Greg — January 18, 2009 @ 11:34 pm

  618. [...] to add the meta description tag, but that plugin conflicted with WP e-Commerce. So I am using SEO Title Tag and wrote the next part of the script to add the description tag. Basically, it simply adds the [...]

    by WP e-Commerce SEO Tutorial | MyWebtronics.com — January 21, 2009 @ 6:01 pm

  619. [...] example, a WordPress based site can employ the “mass edit” admin capability of our free SEO Title Tag plugin. It supports optimizing title tags and URLs (post “slugs”, more accurately) across many [...]

    by Optimizing A Large-Scale Web Site? Do The Two-Step — January 22, 2009 @ 7:24 pm

  620. do you have an update of WP 2.7 yet?
    I was eager to see if there would an upgrade to 2.7 as this hase been a great plugin.

    by Jason — February 5, 2009 @ 1:06 pm

  621. Posting again a few weeks later since no response was given. Can anyone help with the following?

    1) Title tags work on Posts but not Pages. If I create a unique title tag on a Page, it will show up in the Admin in the Title Tag tool and at the Page level but will not show on the front end.

    2) There is no pagination on the Title Tag tool itself. As stated by Bill Graham Reefer > Without this, how can we do “thin slicing”?

    Please let us know when these two issues might be fixed or if there’s a temporary workaround. Thanks!

    by Jess — February 10, 2009 @ 4:48 pm

Leave a comment




Related Articles

Netconcepts » SEO and Articles

  1. Is Your Retail Site Navigation Spamming Google? Tuesday, 3 February 2009, 9:48 am
    If your retail website has deployed filter-based n. […]
  2. New tricks for Old Pueblo Sunday, 7 December 2008, 12:55 pm
    In this article on Multichannel Merchant, Netconce. […]
  3. SEO Toolbox Tips Wednesday, 13 August 2008, 8:03 am
    How current is your SEO Toolbox? Do you have all t. […]
  4. A Natural Disposition for Search Thursday, 31 July 2008, 11:29 am
    Is the use of rich media and new web technologies. […]
  5. The Art of PageRank Sculpting Tuesday, 1 April 2008, 7:02 pm
    Are you keeping track of how much Google values yo. […]
  6. The Search Is On Tuesday, 1 April 2008, 4:53 pm
    How do you navigate your way through the promises,. […]
  7. When SEO Isn’t Really SEO Monday, 31 March 2008, 10:29 am
    Do you know what the difference is between SEO and. […]
  8. Content Optimization: Keyword Analytics Tools Wednesday, 26 March 2008, 12:42 pm
    Are you interested in doing some content optimizat. […]
  9. Being Off-Topic, Off-Message, or Off-Brand Can Be Good For Your SEO! Thursday, 20 March 2008, 1:26 pm
    Ok, perhaps I'm being a bit provocative here, but. […]
  10. Content Optimization: Keyword Suggestion Tools Wednesday, 12 March 2008, 12:25 pm
    In her article on content optimization, Director o. […]

Case Studies

Netconcepts » Case Studies

  1. Case Study: Cabela’s.com Wednesday, 27 June 2007, 6:03 pm
    GravityStream empowers Cabela’s marketing. […]
  2. Case Study: HSN.com Monday, 25 June 2007, 10:51 am
    1200% increase in Google indexation Over 25% of u. […]
  3. Case Study: Northern Tool Wednesday, 20 June 2007, 12:00 am
    Six-figure sales in the first month 14,000 produc. […]
  4. Case Study: REI Friday, 15 June 2007, 9:01 pm
    200% gain from overall natural search sales More. […]
  5. Case Study: figleaves.com Monday, 11 June 2007, 10:28 pm
    40% increase in natural search traffic Page 1 Goo. […]

Testimonials

Immediate ROI

300% jumpstart in search traffic

E-commerce consultancy service vital to their success

As critical partner, we made it happen

Partnered with Netconcepts for SEO success

See all Testimonials →

Seminars

Netconcepts » SEO and Seminars

  1. Mega Session: SEO Vets Take All Comers Friday, 22 May 2009, 4:42 pm
    This PowerPoint-free panel is made up of veteran s. […]
  2. Duplicate Content Solutions & The Canonical Tag Thursday, 21 May 2009, 4:57 pm
    Duplicate content has long been a worry of the SEO. […]
  3. Internet Retailer Conference 2009 Monday, 27 April 2009, 2:11 pm
    Netconcepts will be exhibiting at the upcoming Int. […]
  4. SEO: From Soup to Nuts Thursday, 29 January 2009, 1:42 pm
    Whether you are a developer or a marketer, a seaso. […]
  5. SEO Status Report Metrics Wednesday, 14 January 2009, 10:38 am
    How are your SEO efforts going from a technical st. […]

Newsletter

Web marketing virtuoso Stephan Spencer, shares a wealth of emarketing experience and hard-hitting, practical advice in our monthly newsletter. It's full of valuable insights...You should subscribe.








Latest posts
Latest comments


Contact Us

HEADQUARTERS
2820 Walton Commons West, Suite 123
Madison, WI 53718 USA
Phone: (608) 285-6600
Toll-free: 888 207-1109

NEW ZEALAND OFFICE
36 Anzac Rd., Browns Bay
Auckland, New Zealand
Phone: (+64) 9 476-4601
www.netconcepts.co.nz
infodesk@netconcepts.com

CHINA OFFICE
806 – Building 12, 93 Jian Guo Rd, Chao Yang
Beijing, China
Phone: (+86) 10 5820 7041
Fax: (+86) 10 5820 7042
www.netconcepts.cn
info@netconcepts.cn