Note: SEO Title Tag 2.1.0 adds compatibility with WordPress 2.3!
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.1 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. 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.
- For users of the UltimateTagWarrior plugin (which should be everybody!), incorporates the tag name into the title tag on “tag pages” (sorry for the confusing use of “tag” in two contexts here — as in tagging and HTML title tags).
- New for v2.0 (When used with Ultimate Tag Warrior) Customize the title tags on tag pages, and on tag conjunction pages too (e.g. http://www.netconcepts.com/tag/seo+articles). The latter is done through Manage -> Title Tags -> URLs; see this screenshot for an example.
- 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
Installation instructions
- (If upgrading from a prior version of SEO Title Tag, be sure to deactivate the old version beforehand.)
- Upload the seo-title-tag directory and the files within it to your wp-content/plugins directory.
- Activate the plugin.
- Under Presentation -> Theme Editor in the WordPress admin, select “Header” from the list and replace:
<title><?php bloginfo('name'); wp_title(); ?></title>(or whatever you have in your <title> container with:
<title><?php if (function_exists('seo_title_tag')) { seo_title_tag(); } else { bloginfo('name'); wp_title();} ?></title> - 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, and enable the UltimateTagWarrior support if using that plugin. 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.
- 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.
- Define custom title tags for your existing posts, static pages, category pages, tag pages and tag conjunction pages (if using UltimateTagWarrior) in the admin under Manage -> Title Tags.
- 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.
- 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
- move the UTW tags to an extra table (like categories)
- autocheck if plugin upgrade is available (like Podpress does)
- 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.
About the Author
This plugin was developed by Netconcepts, a web agency specializing in SEO, ecommerce, and blog marketing. Clients include Montgomery Wards, LL Bean, Skechers, Ralph Lauren, Pottery Barn Kids & Teen, Hello Direct, Home Visions, Bellacor, Charles Keath, Your Kids Direct, Northern Tool, TireRack, The Guild, Sur La Table, Abbey Press, Toolfetch, Cabela’s, Hancock Fabrics, Invitations by Dawn, Innsite, Zappos Shoes & High Heels, Metro Style, Brylane Home, Woman Within, the Discovery Channel Store, 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.






[…] 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
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
I offered some feedback at http://www.milpe.com. And by the way, great plugin!
by Pedro — August 25, 2006 @ 8:30 am
[…] 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 鈥渙pen source鈥 under the GPL license. […]
by SEO for Blogs: Multiply your visits — August 25, 2006 @ 8:36 am
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
[…] Der Blogname geh枚rt ans Ende des Titels - Tutorial WordPress Titel 盲ndern, au脽erdem kann man mit dm Plugin 鈥濻EO Title Tag鈥 arbeiten […]
by Optimiere deinen Blog - bueltge.de [by:ltge.de] — September 2, 2006 @ 12:29 am
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
Great plugin, I’m using it for my site
by mike — September 5, 2006 @ 7:06 pm
Thanks for the great plugin, will play around with this plugin.
by llh — September 8, 2006 @ 2:28 pm
[…] Download SEO Title Tag […]
by WordPress Plugins needed to Optimize your Blog for Search Engines - JohnTP.com — September 12, 2006 @ 3:19 pm
[…] 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
[…] 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
[…] 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
[…] 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
Do you have a guide for how to implement this plugin for K2?
by Brett — October 5, 2006 @ 7:53 pm
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
[…] 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
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
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
[…] Optimal Title moves the position of the 鈥榮eparator鈥 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
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
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
[…] www.netconcepts.com/seo-title-tag-plugin […]
by Dynn’s Blog » Blog Archive » Wordpress Tools For SEO — November 2, 2006 @ 3:24 pm
[…] The SEO Title Tag plug-in allows you to override a page鈥檚 or a post鈥檚 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
[…] 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
[…] 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
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
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
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
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
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
[…] 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
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
[…] 1. SEO Title Tag Gets rid of the 鈥渂log 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鈥檚 traffic is gone. […]
by Optimize Your Wordpress Blog In 14 Steps — November 28, 2006 @ 3:18 pm
Excellent Plug-in guys… this certainly does the trick for SEO purposes.
by Justin Harrison — November 30, 2006 @ 7:04 pm
[…] 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
[…] 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
[…] 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
[…] SEO Title Tag: A WordPress Plugin for SEO (Search Engine Optimization) 11/30 23:19, 2006 寮曡堪 :銆嶵itle tags are arguably the most important of the on-page factors for search engine optimization (鈥漇EO鈥). This WordPress plugin 鈥淪EO 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 鈥渙pen 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
[…] 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
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
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
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
[…] Download and use the 鈥淪EO 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
[…] 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
Absolutely a fantastic plug in
Thanks
by Maldives — December 21, 2006 @ 6:17 am
[…] 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
[…] - Adhesive: Allows 鈥渟ticky鈥 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鈥檚 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
[…] 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
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
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
Great plugin… just what I was looking for to spruce up the page titles.
by Milan Cole — January 22, 2007 @ 12:23 am
[…] 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
[…] 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
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!
www.eJabs.com
by Matt Jabs — January 29, 2007 @ 12:50 pm
[…] 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
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
Does this plugin work with Wordpress 2.1 ??
Thanks
by Jan van der Reis — February 4, 2007 @ 4:29 pm
This pulgin is Great!
Thank you! Stephan.
by Slowworker — February 5, 2007 @ 4:14 pm
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
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
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
[…] 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
[…] 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
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
thank you for that plugin. it works great..
by Sohbet — February 21, 2007 @ 10:21 am
[…] 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
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
Works like a charm for my blog sites. Thank you very much!
by Paul — February 27, 2007 @ 8:47 pm
[…] 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
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 www.acquainter.com
by Alon — March 7, 2007 @ 11:31 am
[…] 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
[…] would possibly search for 鈥淲idget 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鈥檚 […]
by Set yourself up for Success 鈥 Basics for New Bloggers — March 12, 2007 @ 11:05 am
[…] (and Google) are really interested. There are at least two existing plugins that address this鈥擲EO Title Tag and Optimal Title鈥攂ut 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
Very nice plugin… thanks so much!
by BRAD from BradFitzpatrick.com — March 15, 2007 @ 10:48 am
[…] 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
[…] 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
[…] 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
[…] 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
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
Hey Stephan. Thanks a lot for the Plugin. J眉rgen
by J眉rgen — March 17, 2007 @ 9:10 am
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
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
Actually, wow. It’s not functioning at all. In no way. I’m really confused now.
by Jeanette — March 17, 2007 @ 7:33 pm
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
[…] 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
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
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
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
[…] 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
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
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
[…] 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
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
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
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
It killed UTW, too. Uh-oh.
by Jeanette — March 19, 2007 @ 9:44 pm
Loved the first version, downloading this one now
by Richard Curry — March 19, 2007 @ 9:45 pm
[…] SEO Title Tag 2.0beta Search engine optimize your blog鈥檚 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
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
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
[…] 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
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
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
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
I am also another 2.1.2 user with the same problems as above.
by TJantunen — March 21, 2007 @ 9:09 am
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
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
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
working on wpmu 1.1.1 too now
many thx for the quick fix
by ovizii — March 21, 2007 @ 4:22 pm
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
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
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
I’m having the same CREATE TABLE issue as Chachi…
by BrilliancesDotCom — March 21, 2007 @ 11:35 pm
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
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
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
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
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鈥檓 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
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
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
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
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
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
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
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
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
does NOT amend any of my pages!
by Syl — March 26, 2007 @ 11:39 am
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
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
Hey Stephan, thanks 4 the plugin. John
by John — March 27, 2007 @ 2:03 pm
[…] 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
[…] 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
[…] 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
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
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
[…] 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
[…] 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
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
[…] SEO Title Tag Plugin […]
by Speedlinking: wordpress bookmarks for March 07 : Wordpress guy — March 29, 2007 @ 3:11 pm
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
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
[…] 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
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
[…] 1. SEO Title Tag […]
by Boost Exposure With These Tips And Plugins » Copywriting Blog By Copywriter Michel Fortin — March 31, 2007 @ 7:21 pm
[…] 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
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
[…] 10. SEO Title Tag […]
by Top Ten Popular and Useful Wordpress Plugins — April 1, 2007 @ 10:15 am
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
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
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
[…] 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
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
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
I had the same problem as people above, ie. I was getting this in the title tag:
WordPress database error: [Table 鈥榤ydb.wp_seo_title_tag_category鈥 doesn鈥檛 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
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
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
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
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
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
[…] 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
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
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
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
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
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
hello, I am refering to this excerpt from your instructions above: Under Presentation -> Theme Editor in the WordPress admin, select 鈥淗eader鈥 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
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
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
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
sorry… nothing got deleted. Caching problem, had to refresh. My fault.
by Daniel — April 6, 2007 @ 8:35 am
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
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
[…] 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
[…] y use correctamente el siguiente plugin SEO Title Tag plugin o haga lo […]
by Caminante » SEO para WordPress — April 7, 2007 @ 5:56 pm
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
[…] 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
It鈥檚 really works for me.Thanks dude.
by forum — April 8, 2007 @ 11:17 am
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 鈥榳ordpress.wp_seo_title_tag_url鈥 doesn鈥檛 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
[…] 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
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
[…] 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
[…] 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
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
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
[…] 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
[…] 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
[…] 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
[…] 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
[…] 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
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
Why does the plugin include the (page number) in the title for static pages?
by Ethan — April 11, 2007 @ 5:40 pm
[…] 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
[…] 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
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
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
[…] 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
[…] 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
[…] 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
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
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
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
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
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
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
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
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
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
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
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
Great Stephan.
Got everything fixed with new uploads.
Excellent job!
by Trium — April 19, 2007 @ 12:05 am
Thanks for great plugin.
by Dusan Drndarevic — April 20, 2007 @ 2:53 pm
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
sorry.
i think i found where the problem is.
thx for your help.
your plugin rocks!
by pat — April 21, 2007 @ 4:55 pm
sorry.
why words still clump togehter?
thx
by pat — April 21, 2007 @ 4:57 pm
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
[…] 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
[…] 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
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
[…] 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
I鈥檝e got the same issue with custom category titles not showing up in WP 2.1.2. What鈥檚 weird is I can set the Title Tag options to use the category description and it pulls that just fine, but it won鈥檛 pull custom titles.
by sohbet odalar谋 — April 26, 2007 @ 5:23 am
I鈥檝e got the same issue with custom category titles not showing up in WP 2.1.2. What鈥檚 weird is I can set the Title Tag options to use the category thanks
by sohbet — April 26, 2007 @ 2:33 pm
[…] 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
[…] 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 鈥淪EO 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
[…] SEO Title Tag 2.0beta7 Title SEO […]
by Wordpress Plugins — April 27, 2007 @ 8:22 am
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
[…] - 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
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
[…] 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
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
[…] 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
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
[…] 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
[…] 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
I am still having a hard time with this plugin for some reason on my 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
[…] 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
[…] 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
Amazing plugin! One the most useful plugin I’ve ever tested. Thanks!
by Thale — May 9, 2007 @ 4:11 am
[…] 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
[…] 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
[…] 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
[…] 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
[…] 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
[…] 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
[…] 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
[…] 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
[…] 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
[…] SEO Title Tag […]
by SEO para Wordpress - Title Tags y Meta Tags | adseok — May 13, 2007 @ 3:59 am
[…] we got our posts with TAGs, we need TITLE to be TAGGED also SEO title TAG2 beta7Search engine optimize your blog鈥檚 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
[…] 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
[…] 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
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
[…] 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
[…] I use and recommend SEO Title Tag. […]
by Wordpress SEO: Optimize the Wordpress Page Titles | fiLi’s tech — May 16, 2007 @ 8:07 am
[…] 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
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
[…] 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
[…] SEO Title Tag 2.0 beta7 - Title tags are arguably the most important of the on-page factors for search engine optimization (鈥漇EO鈥). 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
[…] 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
[…] 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
[…] 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
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
[…] 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
[…] 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
[…] 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
[…] 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
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
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
[…] 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
[…] 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
[…] 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
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
[…] 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
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
[…] 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
[…] 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
[…] 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
[…] 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
[鈥] SEO Title Tag - This creates a more friendly SEO title tag for each of my pages. You鈥檒l 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
[…] 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
[…] 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
[…] 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
[…] 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
[…] SEO Title Tag […]
by Tech,Infomation,News,Make Money online with MyBlogGo.org » The Top wordpress plugin — June 7, 2007 @ 1:09 pm
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
[…] 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
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
my title tags show the post title before the category
by hikayeler — June 9, 2007 @ 11:39 pm
[…] 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
[…] Headspace - www.urbangiraffe.com/plugins/headspace2 2. SEO Title Tag - www.netconcepts.com/seo-title-tag-plugin 3. Subscribe Me - 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
[…] 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
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
[…] 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
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
[…] 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
[…] 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
[…] 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
[…] 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
[…] of Google. ;)) Are you asking, 鈥淗ow 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
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
[…] 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
[…] 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
[…] 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
[…] 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
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
[…] SEO Title Tag makes SEO friendly titles for your blog […]
by clickden.net » Blog Archive » BTTB DL Links — July 2, 2007 @ 3:40 pm
[…] 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
hi… simple tag include please
and tag pages no title
by ldogan — July 3, 2007 @ 6:41 pm
Super plugin, congratulation!
by Martino — July 4, 2007 @ 12:04 pm
[…] 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
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
Great plugin - thank you!!
by Peter Erbak — July 5, 2007 @ 4:45 am
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
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
[…] 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
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
[…] Feel free to add your own suggestions and tell us if we鈥檙e 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
[…] 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
Works
nice plugin.
Thx for your job stephan !
by buzovski — July 10, 2007 @ 3:51 pm
[…] 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
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
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
[…] 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
[…] 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
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
[…] 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
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
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
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
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
[…] 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
[…] 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
[…] 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
[…] There are a few tips there that I鈥檓 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
[…] the 鈥淭itle 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
[…] SEO Title Tags Plugin for Wordpress […]
by SEO Friendly Wordpress Templates — September 5, 2007 @ 12:32 pm
[…] 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
[…] 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
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
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
[…] 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
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
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
[…] 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
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
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
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
Very nice plugin - thanks.
by Julien — October 16, 2007 @ 2:52 pm
[…] 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
[…] 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
[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
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
Any word on if the plugin will be compatible with wp 2.3?
Thanks, Jeff
by Castelar Design — October 25, 2007 @ 3:09 am
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
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
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
**
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;withecho 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
As it was happening with backslash previous to version 2.0 RC2, it seems like the field for SEO Title Tags doesn鈥檛 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脙锟???脙锟??脙锟?脙锟矫偮硁 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
[…] SEO Title Tag by Stephen Spencer […]
by Magazine News Wordpress Theme » Art Culture — November 26, 2007 @ 7:38 pm
Using WP 2.3.1 and SEO Title Tag 2.1.1, the plugin fails to activate: 鈥淧lugin 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
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
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
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
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
[…] 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
[…] 2) SEO Title Tag […]
by 5 Must Have WordPress Plugins » Stone Soup of an Online Business — December 17, 2007 @ 10:57 pm
[…] 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
[…] 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
[…] 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
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
[…] 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
[…] Plugin Homepage […]
by SEO Title Tag_Wordpress plugin — January 22, 2008 @ 11:08 pm
[…] 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
[…] SEO Title Tag by Stephen Spencer […]
by Magazine News Wordpress Theme — January 25, 2008 @ 6:15 pm
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
[…] SEO Title Tag 1.0 Head META […]
by Plugins SEO pentru Wordpress « Laurentiu Vlad — January 26, 2008 @ 4:48 pm
[…] 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
[…] 3. Seo Title Tag […]
by Wordpress plugins to improve your website « Search Engine Optimization | Resources - Articles - Ideas — January 28, 2008 @ 12:46 am
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
[…] 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
[…] SEO Title Tag […]
by Wordpress SEO Plugins — January 28, 2008 @ 9:59 am
[…] 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
[…] 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
[…] 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
[…] 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
[…] 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
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
[…] 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
[…] 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
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
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
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
The extra slash issue should be resolved with the new release 2.1.3
by Netconcepts — February 6, 2008 @ 12:15 pm
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
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
[…] 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
[…] 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
[…] 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
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
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
Great and much needed plugin.
by seoreef — March 5, 2008 @ 6:02 am
[…] 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
[…] Stephan Spencer (SEO Title Tag) […]
by blog.detlog.org » Archive » WordPress Business Blog Standard Guidebook in Japan — March 15, 2008 @ 3:44 pm
[…] 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
[…] 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
[…] 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
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
I just tried it with Wp2.5 and it seems to work just fine
by Kenneth Lund — March 19, 2008 @ 2:13 am
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
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
Just what i needed. Thanks!
by seo — March 21, 2008 @ 2:35 pm
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
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