This plugin will automatically generate and include HTML Meta Tags and Technorati Tags based on the full text of your post.
What’s it for?
The explosion of people with their own websites (often called ‘blogs) has gone hand in hand with the rise of automated aggregation systems, which attempt to filter out the irrelevant majority so that the end user sees more content that is useful. The digital equivalent of separating the wheat from the chaff.
Sites such as Technorati have taken this concept further by introducing the concept of tags. A tag is a word or phrase that describes what a particular web page is about. It’s essentially a proprietary version of the HTML meta tag – this plugin manages both kinds of tags for you.
Installation instructions
To use it:
Download this file – this is the stable release, which is what most people want – if you’d like to try an advance copy of the next version then scroll down- Unzip the file and copy it’s contents to your
/wp-content/plugins/directory (so that it’s path is/wp-content/plugins/autometa/). - Enable it on the plugins page.
- Look for the AutoMeta menu which appears on the plugins page once the plugin is enabled.
- Click the “Add the index” button to create the necessary indexes.
- That’s it.
Automatic Tag Generation
This plugin will automatically generate and include HTML Meta Tags and Technorati Tags based on the full text of your post. When you save your post (and before you publish it) the plugin checks to see if any tags have been associated with it.

If no tags are found then it generates them based on the content of the post.
Hand Written Tags
Automatic extraction of words can never be perfect, so once tags are generated they can be edited and improved by hand.
If, like me, your article goes through several drafts before publication then you’ll notice that the words are generated the first time you save the document, but then they remain unchanged as the finished document evolves. The plugin will automatically regenerate the tags whenever there is no autometa custom field, so if you click on the Delete action, you’ll get a fresh set of auto-generated tags that you can refine by hand.
Hints
I don’t recommend that you use the plugin without hand-tweaking the tags; instead, think of it as a useful guide. If you wish to include tags with a space such as “world wide web” then you should insert dashes where you’d like the spaces to be, i.e. “world-wide-web”.
FAQ
- Where can I see the tags/keywords in my output?Meta Keywords are added to the document header for each post (you won’t see them on the index page), so load one of a recent post in your browser (one that that you’ve written or saved since the plugin was installed) then view the source of the page. Near the top you’ll see a message detailing the version of autometa that’s in use, and a list of keywords. Technorati tags are either added to the footer (so scroll to the bottom) or, if you’re using a more recent release, the tags may have been included in the document body, so you’ll see them without looking at the source.
- The plugin is installed and appears to work, but I see just a set of empty quotes where the list of tags should be; what’s wrong?99 times out of 100 you are hitting a bug that existed for a very short time in WordPress 2.0 – it’s been solved as of WordPress 2.0.1, so the problem should disappear when you upgrade.
- How do I show the Technorati Tags in my sidebar/theme?If you want to add the tags to your sidebar, then that add
<?php AutoMeta::includeTechnoratiTags();?>to your theme wherever you want the taglist to appear. - Can I customize the output a bit?Yes, you can customize the output a lot. Use the more parameterized
<?php AutoMeta::echoTechnoratiTags("headline", "tail", "line prefix","line_suffix", "no_tags_message");?>, modifying the parameters as necessary to fit your theme. For example:<?php AutoMeta::echoTechnoratiTags("<h1>Technorati</h1><ul>", "</ul>", "<li>","</li>", "Zarro Taags!");?> - Do I have to have the tags on my page?No. Technorati can discover your tags from the feed (where the tags are included as categories), so (based on experience) it appears that you don’t need visible tags on your page, so just include them if you want to.
- I want to be as lazy as possible, can the plugin do it’s work when I publish without me having to save it?Yes, that’s the default behaviour, but there is a caveat. If you want to be lazy and just publish then that’s fine, you can, the plugin will still extract the most important words from the article and turn them into tags/keywords. The downside is that if you’ve not mentioned a term in an article then it cannot appear as a tag – so if (for example) you write an article about iPods and don’t mention Apple, then “Apple” can’t be a tag, so there’s an audience group that you’re possibly missing. This is why hand-finishing your tags is recommended.
- Can I create keywords/tags that are not just single words, like “mostly harmless”, “ford prefect” or “chesterfield sofa”?Yes. These can be created using either the minus or plus characters to separate the words you wish to join. The tags “ford-prefect” and “ford+prefect” both turn out as “ford prefect”. It is recommended that you use the “+” character; the “-” is a hangover from an earlier version and (if people request it) could one day be removed to allow for hyphenated tags.
Planned/Unplanned Features
I don’t have time to extend this at the moment, but I’d like to to have:
- default set of metadata/tags for use in non article pages
- a better admin interface
- user editable tag list length
- user editable the minimum word length
- user editable stop list
- thesaurus lookup, so similar words could be group scored
- Optional Visible/Invisible technorati tags
- Tag list in Admin side bar
Contribute
Embrace and Extend
If anyone would like to extend it, or use the code elsewhere, it’s released under a GPL license. Derivative works must also be free and must credit this work.
Alpha/Beta Testing
A development version of the next release is sometimes available too [nothing is currently available]. If you’re familiar with PHP and comfortable with wordpress hacking, then please, be my guest and help with giving it a jolly good shake to help get all the bugs out. If you’re feeling creative, invent a feature, or try implementing one of the ones listed above. Many hands make light work!
Feedback
Ideas, opinions and descriptions of problems are what can help this plugin get better – share your sparks of inspiration on the forum (or just describe the mists that are clouding your way).
Pingback: Automatic Meta & Technorati Tags for Wordpress
Pingback: » Websites to Note » Blog on a Stick
The only thing I worry about is the fact that the tags are hidden. Will that be bad for SEO? Will Google think we are spamming? Hummm
Meta Tags are always hidden, and Technorati Tags are just links to Technorati for the benefit of Technorati, so they still get found correctly.
I agree though, that it would be nice if the taglist could be made visible, so I’ll add that to the list of feature requests.
Why “boakes” gets added as a keyword?
Good catch thanks. That’s a hangover from the fact that I’ve been using it on this site for several months, so in cases where I hadn’t set a keyword at all I still wanted some content because it was on this site. You can safely remove it for now, or download the latest release in which it is removed.
Once there is an admin interface this’ll be something to add back in so it can be configured and used, but for now, if anyone wants to do similar, just uncomment lines 151 to 153 and change $keywords to whatever you want the default to be.
Thanks!
As you suggest, multiple keyword meta tags validate, so it falls to the interpreter of the document (GooleBot, MSNBot, etc.) to decide how to handle them. Anything that I (or just about anyone else) can suggest to describe how multiple entries are processed would be pure speculation since only those with access to the source of the major search engines can tell you exactly how data is processed.
So on to the bit I can answer… I have considered writing a “convert old documents” utility – it would actually be quite simple to do, but there are two hurdles. Firstly there’s no admin interface, yet, and it should really be a one-time button that exists there.
The second (and main) reason for it not existing is that I don’t want Technorati to be suddenly deluged with machine generated tags.
Having the machine generate tags, and then hand-finishing them is okay, but if the tags are just machine generated then that could reduce the overall effectiveness of Technorati to being no better than Google BlogSearch (i.e. a machine driven search engine). The unique selling point of Technorati is the human authored semantic markup – this plugin assists that, but doesn’t seek to replace it.
Having said that, you can add tags to old posts – just edit, and save the post, and the autometa plugin will spot that there are no tags, and add them for you, leaving you free to improve them by hand.
Pingback: icooltools.com » Wordpress Plugin - Automatic metatags | Automatic Technorati Tags
Thanks Rich,
Cool Plugin.
Graeme Sprigge – icooltools.com
Thank you very much for you answer
Pingback: doug-miller.net : Automatic Meta & Technorati Tags for Wordpress
Hey, the autometa doesnt find and generate keywords on my website. Could u have a look ?
Hi Jakob, there’s a signature in the plugin (which says the name and version of the plugin) that gets printed to every page to assist with remote debugging such as this. That signature is missing, so my guess is that you’ve maybe installed the plugin, but not enabled it.
I seem to be having the same problem Jakob has (or at least, similar symptoms)… autometa doesn’t seem to want to do its thing for me. It’s definitely enabled, as an autometa custom field is being generated on my write post page, but it’s empty. When using v 0.2, it did put “boakes” in, but that was it. Posts for which I have attempted to auto-generate keywords just have <meta name=”keywords” content=”" /> in their head
Looking at the source of slakethirst I can see the Autometa signature, but it’s not there on Jakob’s site, so they’re two separate issues I think.
C, your problem may just be that the autometa tag was generated before you added your text, if that’s not the case (RSVP!) then I have an idea of what the problem might be so a fix won’t take long.
Pingback: Marketing Tools Review » Technorati Automatic Tag Generation
Hey, Rich. I don’t believe that’s the case… I’ve tried deleting the custom field and re-saving the post(s) countless times, but nothing happens other than that a new, empty autometa field is created. Looking forward to hearing your ideas/fixes.
It’s time to break out the theory of what might be missing, and my guess is that it’s the full text index.
My first suggestion is that this SQL will fix the problem:
ALTER TABLE wp_posts ADD FULLTEXT post_related ( post_name , post_content )I’ll wrap this into the next version, but if it can be proven that it fixes the problem before that release then so much the better.
Pingback: Philippe PETER’s blog » Modifications de ce blog
Hiya Rich,
I’m having the same exact problem as C, except I’m a little wary on how to fix this SQL thing. How do I execute that code?
I’m not very good with this back end kinda stuff, I’m more of a make-things-pretty designer girl.
Hi Lara, if you’re not comfy with technical gubbins, then hold fast until the next release which will include the code so you don’t have to do anything.
Great thanks, do you know when the next release is due to be out?
I can’t seem to get the auto generation part to work. I have plenty of content but it doesn’t seem to create any tags of it’s own.
Thanks for the feedback everyone. I’ve created a 0.4 release (though I’ve not linked to it as the the main downloadable yet).
This version which includes an admin page under the Plug-ins tab. Once you install and activate this version, go to the admin page and click on the “Add the index” button. If all goes well it will tell you that the update was successful, and hanceforth automatic keyword suggestions should be generated.
It appears to work on my test blog but if someone who’s experienced the problem could have a go with it and confirm if this solves things for them, then that would be great. If/when I get confirmation of it working then I’ll link to it from the article.
Using 0.4 on 2.0 RC1 I get the following error:
I have the same error on all of my blogs.
I must be missing something. I’ve created a new post, saved it, and then published it. However, the following is all that I’m seeing when I vew the source:
I’ve also tried editing and saving existing posts with the same result.
After a little head scratching, hopefully 0.4a will solve any remaining problems for WordPress 1.5.
Download version 0.4a.Andy, I’m asking around for WordPress 2.0 information because I can see there is a change in the post_meta_data method which appears to be causing your problem.
Latest version works great for me!!
TwisterMc, great to hear thanks.
I’ve just released 0.4b which fixes a (stoopid) typo’ in 0.4a). I’ve tested 0.4b successfully on a vanilla blog so the people that have had problems should be able to use the plugin successfully now – fingers crossed & let me know if there are still any problems!
Download version 0.4a.
The plugin is adding tags now on the latest build of WP, but it still displays the error.
I do this, but when I view the source on my post the meta tag is nowhere to be seen.
What would be the best way to go back through 150 posts and add the tags?
Hi Ryan, looking at the site I can see the meta tag constuct correctly on every article, so it’s definitely installed and working. Also, I can see two of the articles have tag content, which looks like it’s generated by the plugin. So can you clarify what “nowhere to be seen” means (i.e. do you mean that the meta keyword tag “content” field is empty)?
As for going through “previous” posts, if anyone would like to submit a patch for a convenience interface then that would be useful. In the mean time I recommend using a tabbed browser such as Firefox – once you’re in the “Manage | Posts” section you can use the middle mouse button to edit multiple posts at once. This can significantly speed the process of tagging your existing articles.
Thanks for the prompt reply. Sorry, I managed to fix what I did shortly after posting that. It looks to be working now. I went through a few old posts but find it to be pretty daunting task. I’m content just having different meta tags to make sure google doesn’t think I have dup content. How does the Technorati part of this work exactly?
So, I’ve installed the plugin and enabled it, and a first glance it seemed to work correctly, except now that I’m looking at it, I’m seeing really weird things. There’s only output from the plugin in two places:
1)The meta keywords for the first post on the index page show up before the first post, as I would expect, but they only show up for that post, no subsequent posts show any autometa output for the meta keywords.
2)The technorati tags for the last post on the index page show up after the last post, at the very end of the code, but they only show up for that post, no subsequent posts show any autometa output for the technorati tags.
I use a modified index.php for the default them so that I can have a collapsible comments section on the post on the index page, so that might be causing the problems, or I could just be misunderstanding how it is intended to work. Should all of the posts displayed on the index have both keywords and technorati tages?
The good news- installed it and it worked quite nicely. Easy install, simple use, I like it.
The bad news- Since the Jagger update hidden text using css is a huge no-no, and when I looked in source and saw how that was handled . . . ooh no. Deactivated.
Any way you can get rid of that? Any way we can put the tech tags in the template where we want them AND visible? Oh, and why just a keyword meta, where’s the description meta?
I was working fine with WP 2.0 RC2, until I installed the 12/14 nightly build. Now I’m getting the “Warning: Invalid argument supplied for foreach() in MyURL/wp-content/plugins/autometa.php on line 169″.
I tried using 0.4b, no luck, and no tags. Any help would be appreciated.
And Kickass, you might want to try something like Ultimate Tag Warrior if you want your tags to display. Me, I didn’t want to clutter my posts up with a geeky tag cloud or a line of tags (but wanted Technorati to have something to eat), so I loved the fact that Autometa did invisible tags, and really didn’t care if Google lowered my PR, since it was non-existant anyway.
David, the plugin is behaving as I’d expect it to, you’ve identified something that needs improving. The way I use WP is that the index page is JUST an index, and you have to click on the story to read it. Other people use the index page to display several stories. The plugin was designed for the second kind of usage.
Kickass, the technorati tags are not intended for Google, they are intended for Technorati, that’s why they’re hidden. A future version could include a set of tick boxes in the admin page which woudl add technorati tags to the sidebar or add a function that woudl output them on demand. I’m too short on time to do this right now, but patches are always gratefully received.
Croak, there’s no reason for Google to lower your PR because you have hidden links. What they almost certainly will do is not increase the rating of the page you’re linking to.
Rich,
Any idea what changed in WP’s 2.0 RC2 nightly build that’s causing my error listed above?
“Warning: Invalid argument supplied for foreach() in MyURL/wp-content/plugins/autometa.php on line 169″.
Does this plugin also works with version 2.0 of wordpress?
I upgraded but received an error while opening my website
I’ve not installed it on a 2.0 version yet. Once I do I’ll know the answer to any 2.0 issues. In the mean time if anyone has success or works out any necessary tweaks, please feel free to paste a patch here and I’ll incorporate it.
So perhaps I’m misundeerstanding, but you state:
“The way I use WP is that the index page is JUST an index, and you have to click on the story to read it. Other people use the index page to display several stories. The plugin was designed for the second kind of usage.”
So, the plugin was designed for the people who use the index page to display several stories? If that’s the case, it doesn’t seem to be working as it should, as it only adds meta keywords for the first story, and technorati tags for the last story, and nothing in between. If it were designed to work on index pages that display a few stories, I would expect the meta keywords and technorati tags to be inserted for every story displayed on the index page.
Did you mean that it was intended to function with blogs that use the index page as you do, only as an index and not to display stories? If it was only intended to work on individual post pages, it’s behaving as I would expect it to. (Though Technorati still isn’t indexing my site according to those tags… I’m still trying to figure that out…)
Forgive me, but I’m a novice — and I don’t get it. I have added the Autometa plugin to my blog. It appears as a custom field on my “Write Post” screen. So I have it — and I guess it is working. However:
(1) Is it completely automatic on every post? Will Autometa do its thing — without me asking it to do something on each post?
(2) When I first start writing a new post, the Autometa field is NOT opened up on the screen. However, after my first save, it appears. So that tells me it is working. However, there are no keywords in the “values” box. Shouldn’t there be? Isn’t that the idea — that it creates them automatically?
(3) I don’t understand what this paragraph of yours means:
“If, like me, your article goes through several drafts
before publication then you’ll notice that the words are
generated the first time you save the document, but then
they remain unchanged as the finished document evolves.
The plugin will automatically regenerate the tags whenever
there is no autometa custom field, so if you click on the
Delete action, you’ll get a fresh set of auto-generated
tags that you can refine by hand.’
No, I DON’T have any words, even after the first save. But does this say what it sounds like it says — that after the first sve, no new keywords are added automatically. In other words, is the best way to make Autometa work to add keywords into the “Values” box manually?
And I sure don’t understand what you mean about hitting the delete button. When I do that, I do NOT get a fresh set of keywords — I’m still getting no keywords at all. So far, the only way I have gotten any keywords into that Values box is to add them myself.
What am I not getting? Thanks very much for your help.
Terry Hull
Warning: Invalid argument supplied for foreach() in /homepages/16/d141775704/htdocs/warbly/wp-content/plugins/autometa.php on line 169
getting this error since WP 2.0 upgrade.
any ideas how to get it working again?
Since I updated to WordPress 2.0, whenever the Autometa plugin is activated this line appears at the top of my site’s index page:
“Warning: Invalid argument supplied for foreach() in /hsphere/local/home/shortstu/burnstyle.net/surreality/wp-content/plugins/autometa/autometa.php on line 169″
I tried uninstalling and reinstalling the Autometa plugin, however this line continues to appear at the top of the page whenever the plugin is enabled. I’m using the newest version (0.4b).
Could someone help me get this fixed?
Pingback: Kapusta Brothers » Blog Archive » Technorati Tags with Wordpress
I installed WP 2 and am now getting the foreach error because of AutoMeta as well.
Hopefully there will be an update.
Pingback: Wordpress SEO · Rizm
I’m flying bling here (because I’m not on 2.0 yet) so this will be a stepwise process. I think the “Invalid argument” errors are caused by the
get_post_metamethod which no longer returns an empty array. I’ve added two fixes for this at lines 145 and 169, and assembled a 0.5a release. If it fixes the problem please let me know, and likewise, if it doesn’t, or if there are other errors once this one is hurdled, leave me the details and I’ll see what I can come up with (feel free to submit your own patches too if you find solutions).The official release is still 0.4b until I know this one works. Download 0.5a here.
0.5a cured the error display, but the keywords aren’t making it into the page source. All looks well on the admin side, keywords show in auto meta field, but not in page source on display page.
Bless you and your children and your children’s children.
Great plugin.
thank you so much for this plug in! this will really help a bundle!
Sorry my English.
Error:
Warning: Invalid argument supplied for foreach() in /home/goofree/public_html/wp-content/plugins/autometa.php on line
169
Thanks
Hi Rich
Loving your plugin… but can’t get it to work yet.
Got the “invalid argument for foreach..” problem on the 04.b on the wp2.0.
Problem disapeared again after installing 0.5a, but after editing a post I didn’t get any meta.
I hope you decide to upgrade your wp to 2.0… then I bet we would get a solution that works pretty soon
Crossing my fingers here..
/miko67
It doesn’t seems to work with wordpress 2.0
I ma getting the following error, quite suddenly I might add. It was working then this:
Warning: Invalid argument supplied for foreach() in /home/particle/public_html/wp-content/plugins/autometa.php on line 169
I am running WordPress 2.0
Any ideas?
Wow – LOADS of WP 2.0 interest! As you’ll see here, I’m upgrading to 2.0 tonight, so compatibility updates will follow.
The Good News: I’ve now upgraded to WordPress 2.0 and I’m happy to report that AutoMeta version 0.5a is working perfectly with it!
The Bad News: WordPress 2.0 has a bug which is what’s been affecting everyone
The Fix: If you can’t wait for 2.0.1, the fix is VERY simple – you just need to remove “[0]” from line 475 of
wp-includes/functions.php.Hi Rich
You are amazing – one little [0] gone and everything seems to work. At least I’m getting some keywords now.
One problem though:
(We are on WP2.0 with autometa version 0.5a and removed [0] from line 475 in wp-incudes/functions.php)
I only get 7 (seven) keywords out of a lengthy article that ought to provide me with a lot more keywords.
I changed the autometa.php in the plugin editor like this:
$autometa_threshold=1;
…
$autometa_maxWords=20;
end edited 5 (five) posts.
Still just 7 keywords…
What seems to be the problem?
I have analyzed each article and have more than one keyword in each article that is used more than the 7 (seven) but still they don’t get counted.
It’s like the plugin only reads to a certain length…
Hi Coffee – that’s an “easy” one to answer. The threshold is a score threshold, not a number of words to match. All words that score above the threshold value value will be returned. If there are n words that score above the threshold, then the highest of these are skimmed off the top and returned (using $autometa_maxWords).
So, if you want 7 words, try:
$autometa_threshold=0.1
$autometa_maxWords=7;
At least; that’s how it should work; so let me know if it doesn’t!
Hi Rich
Your prompt assistance is truly appriciated.
I have been fidling with autometa 0.5a now, and it appears to do what I want it to.
One detail keeps bugging me though: My blog is about coffee, I use the word a lot (usually no. one or two highest word count – common words aside), and yet the word coffee never made it to the autometa keyword section. Is that the way it is supposed to work?
(my website is http://www.coffeecoffee.be)
It does not indicate anything leaves incomplete. As sera the reason?
Thanks
Oscar
Nice plugin, rich!
I hacked the code such that the hidden div is visible instead of hidden. This way I can see the “links”, edit them if necessary while my readers get to click on them to find related blogs by searching in Technorati.
But as of version 0.5a, the plugin inserts the div even when the page in concern has no autometa. Would you consider changing the codes such that if there’s no autometa the plugin doesn’t insert the div at all please? Thanks.
(off topic) Btw the “bookmark on del.icio.us” link doesn’t work. I believe the correct format should be “http://del.icio.us/post?url=http://www.blablabla…”
Ah, excellent. It’s working a treat now that I’ve edited functions.php. Thanks!
One niggling detail: Technorati seems to prefer that links for multi-word tags use a + instead of %20 between words — at least, when one searches for a multi-word tag that isn’t found, the suggested format for the tag’s link is: <a href=”http://technorati.com/tag/tag+with+spaces” rel=”tag”>tag with spaces</a>. It doesn’t really seem to matter — %2B, + and %20 appear to be parsed the same by technorati — but it might be nice if Autometa treated a + the same as a – when generating keywords.
Pingback: plug Fakyr.com Ero and Fun Pics Blog plug
Pingback: Savvy Search Engine Optimization (SEO) Tips for Wordpress 2.0 : SavvySolo Small Business Blog
I would suggest that the plugin can also allow us to enter “description” for the meta tag. For the time being, we can only add “keywords”. How about “description”? It would benefit publisher if each post have their own description as well.
Btw, thanks 4 d plugin.
This is the Empty Word List for french :
$autometa_common = array( “à ”,”allô”,”aucuns”,”auriez”,”auxdits”,”aviez”,”ayons”,”bof”,”çà ”,”certaines”,”chez”,”comment”,”da”,”desquels”,”deviez”,”devras”,”doit”,”dues”,”dût”,”es”,”êtes”,”eurêka”,”excepté”,”fouchtra”,”fûmes”,”ho”,”hurrah”,”laquelle”,”leur”,”mazette”,”mâtin”,”ne”,”nulle”,”or”,”outre”,”pas”,”plein”,”pourraient”,”pourvu”,”pouviez”,”puis”,”pussent”,”que”,”quoi”,”saperlipopette”,”serait”,”sien”,”sommes”,”ta”,”telles”,”touchant”,”une”,”veuillez”,”voilà ”,”voudrez”,”voulante”,”voulue”,”vôtre”,”afin”,”alors”,”auquel”,”aurions”,”auxquelles”,”avions”,”aïe”,”boum”,”car”,”certains”,”chic”,”concernant”,”dans”,”devaient”,”devions”,”devrez”,”doive”,”duquel”,”eh”,”et”,”étiez”,”eus”,”eûmes”,”furent”,”fût”,”holà ”,”hé”,”le”,”leurs”,”me”,”miséricorde”,”ni”,”nulles”,”ôté”,”palsambleu”,”patatras”,”plouf”,”pourrais”,”pouvaient”,”pouvions”,”puisque”,”put”,”quel”,”quoique”,”sapristi”,”seras”,”sienne”,”son”,”tandis”,”tels”,”tous”,”unième”,”veuillons”,”vos”,”voudriez”,”voulantes”,”voulues”,”vôtres”,”ah”,”apr.”,”aura”,”aurons”,”auxquels”,”avoir”,”bah”,”bravissimo”,”ce”,”ces”,”chiche”,”contre”,”de”,”devais”,”devoir”,”devriez”,”doivent”,”durant”,”elle”,”étaient”,”étions”,”eusse”,”eût”,”fus”,”fûtes”,”hop”,”il”,”ledit”,”lorsque”,”merci”,”moi”,”nonobstant”,”nuls”,”ou”,”pan”,”pechère”,”plus”,”pourrait”,”pouvais”,”pouvoir”,”puisse”,”pécaïre”,”quelle”,”rataplan”,”sauf”,”serez”,”siennes”,”sont”,”tant”,”tes”,”tout”,”unièmes”,”veulent”,”votre”,”voudrions”,”voulants”,”voulurent”,”zut”,”ai”,”as”,”aurai”,”auront”,”avaient”,”avons”,”basta”,”bravo”,”ceci”,”cet”,”chouette”,”corbleu”,”debout”,”devait”,”devons”,”devrions”,”doives”,”durent”,”elles”,”étais”,”être”,”eussent”,”eûtes”,”fusse”,”grâce”,”hormis”,”ils”,”lequel”,”lui”,”merde”,”moins”,”nos”,”ô”,”où”,”par”,”pendant”,”plusieurs”,”pourras”,”pouvait”,”pouvons”,”puissent”,”pût”,”quelles”,”revoici”,”se”,”seriez”,”siens”,”sous”,”taratata”,”tien”,”toute”,”v’lan”,”veut”,”voudra”,”voudrons”,”voulez”,”voulus”,”aie”,”attendu”,”auraient”,”autant”,”avais”,”ayant”,”beaucoup”,”ç’a”,”cela”,”cette”,”chut”,”coucou”,”depuis”,”devant”,”devra”,”devrons”,”donc”,”dus”,”en”,”était”,”eu”,”eusses”,”évohé”,”fussent”,”ha”,”hors”,”jarnicoton”,”les”,”là ”,”mes”,”mon”,”notre”,”oh”,”ouais”,”parbleu”,”peu”,”pouah”,”pourrez”,”pouvant”,”psitt”,”puisses”,”qq.”,”quelqu’un”,”revoilà ”,”selon”,”serions”,”sinon”,”soyez”,”tayaut”,”tienne”,”toutes”,”va”,”veux”,”voudrai”,”voudront”,”vouliez”,”voulussent”,”aient”,”au”,”aurais”,”autre”,”avait”,”ayante”,”bernique”,”ç’aura”,”celle”,”ceux”,”ciao”,”couic”,”des”,”devante”,”devrai”,”devront”,”dont”,”dussent”,”encontre”,”étant”,”eue”,”eussiez”,”évoé”,”fusses”,”hein”,”hou”,”je”,”lesdites”,”ma”,”mien”,”morbleu”,”nôtre”,”ohé”,”ouf”,”parce”,”peuchère”,”pour”,”pourriez”,”pouvante”,”pst”,”puissiez”,”qqch.”,”quelqu’une”,”rien”,”sera”,”serons”,”soi”,”soyons”,”taïaut”,”tiennes”,”tu”,”vers”,”via”,”voudraient”,”voulaient”,”voulions”,”voulut”,”aies”,”aucun”,”aurait”,”autres”,”avant”,”ayantes”,”bien”,”ç’aurait”,”celles”,”chacun”,”clic”,”crac”,”desdites”,”devantes”,”devraient”,”dia”,”du”,”dut”,”endéans”,”étante”,”eues”,”eussions”,”fi”,”fussiez”,”hem”,”hourra”,”jusque”,”lesdits”,”made”,”mienne”,”motus”,”nôtres”,”olé”,”ouille”,”pardi”,”peut”,”pourquoi”,”pourrions”,”pouvantes”,”pu”,”puissions”,”qqn”,”quels”,”sa”,”serai”,”seront”,”soient”,”stop”,”te”,”tiens”,”tudieu”,”veuille”,”vivement”,”voudrais”,”voulais”,”vouloir”,”voulût”,”ait”,”aucune”,”auras”,”aux”,”avec”,”ayants”,”bigre”,”ç’avait”,”celui”,”chacune”,”clac”,”cric”,”desdits”,”devants”,”devrais”,”diantre”,”dudit”,”dès”,”entre”,”étantes”,”euh”,”eut”,”fichtre”,”fussions”,”hep”,”hue”,”la”,”lesquelles”,”mais”,”miennes”,”moyennant”,”nous”,”on”,”oust”,”pardieu”,”peuvent”,”pourra”,”pourrons”,”pouvants”,”pue”,”purent”,”quand”,”qui”,”sacristi”,”seraient”,”ses”,”sois”,”suis”,”tel”,”toi”,”turlututu”,”veuillent”,”vlan”,”voudrait”,”voulait”,”voulons”,”vous”,”al.”,”aucunes”,”aurez”,”auxdites”,”avez”,”ayez”,”bis”,”ça”,”cependant”,”chaque”,”comme”,”crénom”,”desquelles”,”devez”,”devrait”,”dois”,”due”,”dû”,”envers”,”étants”,”eurent”,”eux”,”fors”,”fut”,”heu”,”hum”,”ladite”,”lesquels”,”malgré”,”miens”,”na”,”nul”,”ont”,”ouste”,”parmi”,”peux”,”pourrai”,”pourront”,”pouvez”,”pues”,”pus”,”quant”,”quiconque”,”sans”,”serais”,”si”,”soit”,”sur”,”telle”,”ton”,”un”,”veuilles”,”voici”,”voudras”,”voulant”,”voulu”,”vu”);
Hi,
I’ve installed the plugin and for some reason the keywords are not showing up in the area where they should. I don’t know what I’m doing wrong. Can anyone help me?
Nevermind, I read one of the previous posts and removed the [0] from functions.php and it’s working great now!
Thanks for the plugin!
So, I’m having the most bizarre problem: The autometa plugin is placing the tags in the posts just fine, but Technorati isn’t indexing the tags for some reason. I’ve searched and not found anything, I’ve also submitted multiple trouble tickets with Technorati and no response, so I’m hoping someone can shed some light on things here. I use the default theme, completely unmodified minus the plugins I’m using. Pages validate as XHTML 1.0 transitional, and if I manually enter tag links in the body of my posts, they seem to get indexed by Technorati. However, there are two things I’m doing differently than the plugin, as far as I can tell, when I put the links in the body of the post: 1)I’m not using CSS to style them as hidden, and 2)I’m putting them in the body of the post, whereas the plugin puts them after the body of the post. I’m not sure if either of these things may be causing my problem, but I’m completely stumped. Can anyone suggest anything I need to look at, or read that might help me get this working? In case you’re not pulling it from above, the site is http://blog.theburrowfamily.net for anyone nice enough to look it up for me.
Thanks in advance!
Pingback: gobbledygook » Blog Archive » Updates on my blog
Hi,
Autometa doesnt work on my WordPress 2.0 installation.
I activate the plugin and after saving post changes I see this a list of errors like this:
WordPress database error: [Can't find FULLTEXT index matching the column list]
SELECT MATCH(post_content, post_title) against (‘este’) as score FROM wp_posts where id=41;
any help?
smdani: the 1st thing to check is that autometa has been configured properly. if you go into the wordpress admin screen and open the AutoMeta tab (which is under the Plugins tab) does it tell you that AutoMeta is “ready for use”?
Where are the meta tags being written. I see it on the “write” page of wordpress and it is populated with fields but I do not see it when I look at the source code for the post after publishing. I have already created the index as well from wordpress.
any ideas?
After ugrading from wp 2.0 to 2.0.1 your plugin is failing. Same error as smdani. Is this a common problem?
Regards,
Hans
Pingback: . » Updates
Hmm… it seems that with the new version of Autometa combined with WordPress 2.0.1, there are NO keywords in the source code of ANY of my posts, just two quotation marks side by side.
Pingback: The Musings of Chris Samuel » Blog Archive » Further continued adventures with WordPress
Well, I somehow managed to get autometa to start making tags, but now I have a new problem – the same problem the people above have been talking about. Autometa makes the tags fine and my entries get posted, but each time I make a post I’m brought to a screen that says this:
“Warning: uasort(): Invalid comparison function. in /hsphere/local/home/shortstu/vixenk.net/wp-content/plugins/autometa/autometa.php on line 73
Warning: Cannot modify header information – headers already sent by (output started at /hsphere/local/home/shortstu/vixenk.net/wp-content/plugins/autometa/autometa.php:73) in /hsphere/local/home/shortstu/vixenk.net/wp-admin/post.php on line 59″
2.0.1 failure duplicated here too.
Still looking at it.
The custom field does get added to the page.
And the admin page is there. I did have to add the full index.
When I do save and edit on an old post, the field is added, but the metadata is not updated.
If I manually update the field, the keywords are inserted.
So, it is definatly the generation that is broken.
I’ll see later what more I can find out….
This is fantabulous! Thanks for a great plug-in that works right out of the box.
Pingback: The Musings of Chris Samuel » Blog Archive » Bird Flu Found in Africa for First Time
Whats odd is that the plugin works fine if I’m posting via the write interface in the admin panel, but if I post via an XMLRPC client, it doesnt update the tags and also produces an error to the client. But the post still gets posted.. its strange.
Doesn’t seem to work with WP 2.0.1. When I post I get a lot of errors.
Hello, I have never used your plugin and it seems to be very powerfull and helpfull. I would like to test it. Unfortunately, I got a similar already described by Jonquil. The same error message and keywords added to my post (very strange). Any news about this potential bug.
My provider is “providing” WP 2.0.1, PHP 4.3.10, MySQL 4.1.15 under Linux.
Thx by advance for your answer.
I’m a smidge confused. (yes, a “smidge” – live with it. :p ) I do get automatically generated keywords (awesome, by the way!) but I don’t get the keywords showing up in the keyword meta tag in the html once all has been saved. Should I be adding some code to the “Single Post” (single.php) template? Or am I just not understanding how this thing works? I am assuming that it is supposed to add meta keywords into the html, right?
Thanks for the great plugin!!
On WP 2.0, Autometa plugin seems to create custom headers okay, but also produces the following error each time it does so:
“…uasort(): Invalid comparison function…”
This error seems to occur with every single post view.
I hope you find the time to look into this.
Otherwise thank you for a great plugin.
I am getting this error
Warning: uasort(): Invalid comparison function. in …./wp-content/plugins/autometa.php on line 73
Warning: Cannot modify header information – headers already sent by (output started at …./wp-content/plugins/autometa.php:73) in …./wp-admin/post.php on line 59
I’m having the same problem, running WP 1.52, where the plugin installed fine, I have the fulltext index installed and it’s reporting it’s installed fine.
The keyword tags are showing in the post, but no actual keywords are showing up in each individual post. Each post has keywords when I go to edit it, so they are there. They’re just not being displayed when the page is rendered.
Running the latest version of the plugin as well.
Pingback: Automatic Meta & Technorati Tags for Wordpress - boakes.org at go.
Hi Rich,
I just installed the autometa for my website. Everytime I initially save a post I get a number of error messages:
Warning: uasort(): Invalid comparison function. in /homepages/45/d153500400/htdocs/Blog/wp-content/plugins/autometa/autometa.php on line 73
Warning: Cannot modify header information – headers already sent by (output started at /homepages/45/d153500400/htdocs/Blog/wp-content/plugins/autometa/autometa.php:73) in /homepages/45/d153500400/htdocs/Blog/wp-admin/post.php on line 59
when I hit the “back” button and try again, there seems to be no problem.
I am fairly new to all of this so I was hoping you could tell me what the problem might be and how I might fix it.
Thanks.
Pingback: Bug in AutoMeta plugin for WordPress » The R Zone
Pingback: Automatic Meta & Technorati Tags for Wordpress - boakes.org at go.
FreakingGenius: your problem might be solved by or related to this codex article on “headers already sent” errors.
Anyone who’s seeing the “uasort bug” – I think i’ve fixed it. If you donwload the current version (0.5b) it should solve the problem.
Pingback: Automatic Meta & Technorati Tags for Wordpress - boakes.org at go.
Rich,
I checked both items (i.e. the Codex on “headers already sent” and downloaded 0.5b) and it seems to work fine now. Thanks a lot!
Thanks for the update FreakingGenius; glad it’s fixed the problem. If anyone with the uasort problem can confirm if it’s fixed that would be very helpful too.
Pingback: Automatic Meta and Technorati Tags for Wordpress - boakes.org at go.
Dear Rich,
I am running v0.5b in wordpess 2.0 and have added tags to an existing post and resaved the post but they don’t show up in the post. Viewing the page source for the Meta Tags shows no keywords:
I made a test post, saved it to generate tags and then published it but I see the same thign as aboe … no keywords anywhere in the page source.
I hope this information is helpful.
Best,
James
http://www.sns.ias.edu/~jns/
Thanks for the update James – I can indeed see some output in your blog, suggesting that the plugin is installed OK, so there’s some kind of operational issue here that we need to get to the bottom of. Before I start coming up with less likely possibilities, the first thing to check is that the Plugins>AutoMeta page shows that the plugin is correctly configured and ready to go.
Dear Rich,
I had the famous “uasort” problem. In last version 0.5b, the bug is fixed. Thank you very much!
It is the first time I am using your plugin and I am really impressed. Very good job!
Thanks to share with us your work.
Ustrici
Rich,
Hi. Yes it says the plugin is correctly configured and ready for use, the necessary indices have been created.
Best,
James
http://www.sns.ias.edu/~jns/
Rich,
I just found the tip about removing the [0] at the end of line 475 in wp-include/functions.php for wordpress 2.0 and it has fixed my problem.
Best,
James
http://www.sns.ias.edu/~jns/
Am I the only one having the problem where no keywords are published?
Looking at the source I have
foreach Post, it’s always empty. Can anyone give me a clue about what might be wrong?
You can check it out at http://www.ruicruz.com
Hi Rui, perhaps you’re seeing “the [o] bug” that’s in the current release of WordPress. The fix is very simple (see the linked comment from earlier). if this doesn’t solve your problem, let me know.
hum..
I’ve read the post but oddly enought I have another blog v2.0.1 and the Autometa fields don’t even show up when I’m editing a post. This problem is even worse. No one else is having this problem with version 2.0.1?
oops neverming, that was me panicking… it works great with version 2.0.1 I guess I’ll have to upgrade my other blog.
Thank you, this plug in is great.
Pingback: FilósofoEnParo » Si no se encuentra bien… Busquese mejor!!!
Thanks for the swift update! (0.5b / ‘uasort’ fix) — I am running it now and checking for errors. From what I’ve read, it sounds like a done deal. Thanks again for a great plugin!
Looking through these comments, I was beginning to wonder if I was the only person having the “headers already sent” issue under 2.0.1 (and therefore wondering if I had a horked WP installation)….however I’m apparently not alone. You might want to see this post over on the WP support site for an additional description of the problem.
In my case — any post that I make under WP2.0.1 which contains quotes generates a set of errors. E.g.,
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 ''today') as score FROM wp_posts where id=493' at line 1]
SELECT MATCH(post_content, post_title) against (‘today’) as score FROM wp_posts where id=493;
Warning: Cannot modify header information – headers already sent by (output started at [blah]/wp-includes/wp-db.php:102) in [blah]/wp-admin/post.php on line 59
Mike, thanks for pointing me at that; and for the debug info. Update follows when I twig what’s up.
I’ve just uploaded AutoMeta version 0.6, which sports a number of changes. First and foremost is a bugfix for the problem Mike just described.
To upgrade, delete your old autometa.php file and upload the new autometa directory to your plugins folder.
If you want it to “just work” then so long as the new plugin is enabled then that’s exactly what it should do.
The other changes in this release are the inclusion of the French stop-word set in the distribution (though you still have to manually configure which language to use; suggestions on how to code this so it’s automatic would be appreciated).
I’ve also had requests to make the Technorati Tags visible, and I’ve made a first pass at the necessary internal changes that make this possible. You can now opt to switch off the automatic insertion of hidden technorati tags, and directly call the method from within your theme as follows:
<?php technorati_tag(false, ", "); ?>this should include a non-hidden, comma separated, list of tags wherever it’s used.Feedback in the little box below would be appreciated as always!
Thanks! That seems to have done the trick.
Hello again, I posted back on page 9 of your comments about this problem I’m having. I’m have actual code to add to this:
As you can see, no keyword meta data is being added at all. Am I just missing a step in the installation process? Do I need to add anything to the code? It seems not seeing as the code already has a section labeled “AutoMeta Plugin.” I have confirmed that in the posts I am checking this with, I do have autometa data added to them.
Am I missing something? :/ Thanks.
Hi Ryan, the code you typed got stripped by the parser so I can’t see it. Anyhow, you shouldn’t have to do anything after you install the plugin and generate the index. You said previously that you do see automatically generated keywords, but they don’t end up in the page, is that correct? Can you give me an example of the keywords that were generated, but are not displayed, for your story about the revolution controller pics?
Sure! Thanks for taking the time to help. I LOVE the idea of what this plug-in does. I got your SmileTag message, btw, the next day – lol. Sorry about that.
Assuming you’re looking for the meta data for the ‘Revolution Images Leaked’ post:
The keywords “generated” during the writing of the post are: “images nintendo history fake book concepts authentic” I changed them up a bit to be the list I just posted, then clicked Update. Then I just clicked the “Save” button again to save the post. Assuming that is correct.
I’ll try to post the meta data again without HTML formatting… so use your imagination, lol:
!– AutoMeta Plugin for WordPress –
meta name=”keywords” content=”" /
!– http://boakes.org/autometa?v=0.6 –
That should be clear enough, assuming it does not get stripped again. This was pulled from the individual post page in the code AFTER updating the post. Does this help? If it does not come through, feel free to e-mail me using this comment’s address.
Really – thanks again.
Hi Ryan, I notice from your page source that you’re using WordPress 2.0, so can you also confirm if you’ve fixed the “[0]” bug?
Arg!! I’m sorry to have waisted your time. I wans’t even aware of that bug. I heard others talking about something, but didn’t research it. You’re da man. Thanks again!
Pingback: Andreas Matern’s Weblog » AutoMeta: Automatic Meta & Technorati Tags for WordPress - boakes.org
Hi again, I have to say that now that I’ve updated wordpress and I also updated you plugin too, it now works ok.
But there’s something I need to ask, now I get these technorati tags just before the closing of the body, how can I use then else where without using absolute positioning?
They look pretty strange where they are at and I would like to do more than just hidde them.
Hi Rui, making the tags visible is something that’s coming in a later release. I’ve received a few suggestions and patches lately so when I get time I’ll be putting out a new version.
but the tags are visible, take a look at the bottom of my website http://www.ruicruz.com.
This is a really nice plugin.
Right now it seems that each word is a seperate “key word” unto itself. Is there a way to make to where you can have phrases?
Sorry, just read a little more and saw how to do this – Thanks!
Pingback: Plugins para WordPress » O Blogue do Janio
It is a great plugin. I have a lot of information on my homepage, and often autometa wouldn’t give me keywords I like to have. Is it possible to have keywords generated by autometa for posts, but have manual meta tags for homepage. Thanks.
I’m growing more and mor fond of a “default” set of metadata, so I’ll look into the nicest way of adding tha for the next release.
Hello,
i have insert your plugin. it is not display the metas and the links in the footer.
can you help me?
I have install the and configured script .
Thx Mike
Hi Mike, you’ve got two initial problems that are stopping me from helping you. Firstly, you’ve altered the wordpress headers so that they don’t show the version you’re using. I need to know this. Secondly, you appear to have altered the code of the plugin so that it doesn’t print it’s version signature along with the metadata. Again, this is something I need to know, since you’re asking me to advise you on debiugging a system to which I have no access. I can see a referrer from your wp-admin pages in my logs, so I know you’ve got somehting of mine installed, but I have no visibility of what it is.
P.S. Since your domain contains what I shall call “fruity content”, I’ve taken the liberty of not republishing the URL due to the diverse readership of this site.
Hi there, have I missed somethign here, but none of my tags are visible on my posts (I have uploaded the latest version) and does the post have to be saved BEFORE publishing?
Cheers for your help!
Paul
Hi Paul, you don’t have to save before publishing, but if you don’t you’re not going to have the opportunity to hand finish the tags – the result will be totally automatic tags, which are never optimal. It’s not possible to generate the tags without saving (yet) because AutoMeta gets it’s words from the full text index… which is only generated on save.
Also, I notice from looking at your blog that you’re using on WordPress 2.0, so you’ll be affected by the “[0]” bug, so if things aren’t happening as you’d expect, then that’s the prime suspect.
Pingback: Technorati Tagging Plugin — Aardvark Salad Archive
Maybe I am just way too confused, but for some reason I was expecting to see a meta tag for keywords in my source code, but I see nothing.
I do see the tags being generated on the “write post” page, but how do I verify that it is actually in the source code being spidered by the search engines?
I have read through almost all of these post and am starting to get a little discouraged. Please help me understand how this works and where I can see the meta tags it generates.
Thanks in advance.
Hi Clifton, I’ve just looked at the source on your page and you’re using wordpress 2.0 and not 2.0.1, this measn you’re going to be haviong the same “[0] bug” problem as paul above. Upgrade wordpress to 2.0.1 and the lack of tags you’re seeing should turn into a plethora when the article is saved.
Building out a new blog and using this plugin. It works fine on permalinks, but I am getting the top posts meta tag info on the index page.
Hi Will, good-ish news. The index page issue you describe has been solved in the next release (thanks to one of Manuel Amador’s suggestions and code patches) so if you’re really keen to have a fix, you might like to try the alpha version which is linked in the article above. Alternatively, if you can wait a few weeks, that code will improve, stabilize and be “officially” released.
Hi,
I am using v0.5b with WordPress 2.0. I have applied the [0] fix and by viewing the page source on any of my site pages I see that Meta tags and Technorati tags are now added to all my old posts as well as new posts as I publish them.
However, I am unable to locate any of my posts via a tag search on the Autometa keywords in Technorati despite having waited 3 week or so. I can locate posts in technorati via the category tags. I have contacted technorati twice but have heard no reply. It is a little bit frustrating since my main reason for installing the plugin was for Technorati.
Can anyone who has faced this problem before give me any advice?
Thanks,
James
http://www.sns.ias.edu/~jns/
Hello,
Technorati just got back to me and said that my tags are on the main page of the blog rather than in the body of the posts.
I looked and their statement is partially true; it turns out that the tags for the most recent post are present on the main page (is this a bug?), however the tags are also present and correct for each post.
I have sent them an email to ask if tags appearing on the main page of the blog where recent posts are listed is a problem.
James
http://www.sns.ias.edu/~jns
Hi James, very useful info, thanks – and a synchonicity of sorts…
I mentioned just a smidge earlier, that the next release of the plugin removes the tags from the front page and now only includes them on the actual article pages. It also includes the tags as categories in the RSS feed (if anyone knows of a “better” way then let me know). Why they think front page tags might be confusing things I don’t know, but any insight you can throw up will be assimilated! If you’d like to try it, it’s available as an alpha.
I will wait for the update – thanks! Nice plugin.
Pingback: kiwi-design-blog » Oooh! Plug-ins
I’m using the alpha 0.7 version at the mo to see how it’s progressing. I’ve some feedback/suggestions for you:-
btw – I’m using WP2.02 on a windows/IIS sever (in case it’s relevant)
1) UPDATing the autometa from the WRITE POST screen usually works, but then results in a different outcome when the post is PUBLISHED. In other words – if I don’t mod the autometa and then publish a post (having already SAVED and CONTINUED) it will publish it as requested and then return the screen to a blank WRITE A POST page. If I do mod the autometa and then publish the post is actually published, but you can’t tell from the screen because it stays the same (e.g. you don’t end up with a blank WRITE A POST screen). So – I guess it works, but you don’t know it by default until you view the post status or view the site front page.
2) I note that the tags are no longer displayed on the index page in this alpha release, however they seem to be displayed after the footer as a bullet list instead for each post. I’d suggest enabling the tags to be displayed either directly after the post, or within the post rather than after the footer of the page as it looks crap and ‘outside’ the context of the post, especially if he post is short, but the page/sidebars/design is longer. Just a thought.
I am running wordpress 2.01, autometa 6 and i am getting no meta keywords – only empty “” in the keyword block generated on my page….. sounds like the ‘old’ pre 2.01 errors – I just can’t get it to work. I have removed, re-added the plugin, etc – it just does not want to work
Any help would be great; Thanks;
Chris
Hi, I’m having problems calling the technorati tags manually – I’m using the code but seem to get the following error – “Fatal error: Call to undefined function: technorati_tag() … etc.,”
I’m using wp 2.0.2, and the auto (hidden) tags work fine if I set them to true, so any help would be great as I really want to use this plugin.
Thanks in advance
Hi Dave, I think this is a simple one… you need to specify the class name as well as the method name – this ensures two plugins with the same method name never clash.
… and you might want to try the 0.7alpha version since this has been specifically re-written to better display tags inline using the following php snippet:
<?php AutoMeta::includeTechnoratiTags();?>Chris Donnan, I’ve just looked at the top story on your blog, and the tags are there. Seems like you got it working… any idea what was up in case someone else travels the same path?
Coyote, thanks for those thoughts. Point 2, re: tag positioning… you can now specifically place the tags anywhere in your template
<?php AutoMeta::includeTechnoratiTags();?>but if you don’t then the code is automatically added to the page footer and (eventually) the tags will be hidden using CSS.I’m still trying to understand your first point – I think I get it – and I think it’s something I may not be able to fix, but I’m not sure, ’cause it’s all to do with which filter hooks can be used. Lats see how 0.7 progresses.
Rich, thanks for your help, I’ve downloaded the beta and used the suggested tags and it works a treat – all I need to do is config my css – thanks again, this is an excellent plugin.
Hi Rich, hope you don’t mind me asking another question – I’m trying to call in the Technorati tags manually, it works if I use the AutoMeta::includeTechnoratiTags() etc, but it’s loading as a list, I’d ideally like the tags to just load one, two, three, etc in a line with a comma separating them – can I just do this with AutoMeta::includeTechnoratiTags(‘something in here‘) or will I have to use a custom css style?
Thanks in advance.
Hi again – it’s ok I think I have sorted it.
Pingback: oda.com » Upgrading to WordPress 2
Pingback: Viam Pacis » New Wordpress plugins
Pingback: oda.com » Autometa Plugin
Hi everyone,
I’ve been testing Christoph Boecken’s Lush theme for WordPress 2.0.2 and it seems that it conflicts with autometa 0.6. I’ve checked the plugin was active and tested it with different other themes and it works.
Has anyone else experienced this problem?
A
Hi Alex, can you describe the error, or pop up a copy of a page which has borked? I’ve taken a 20 second look at lush and it’s a “theme++” (insofar as it looks like it includes some quite advanced capabilities) that (a) may be assuming that other plugins won’t have altered the content or (b) may be altering the content so that the regular expressions used to add the analytics code no longer work properly.
It’s because of a missing wp_head() function, which provides the ability for plugins to include stuff in the header. Until last week, I did not know that a function like this existed. I’m currently wrapping up the new version with many bugfixes as well as some new functionality. And yeah, it makes heavy use of AJAX, but that shouldn’t conflict at all with this plugin (or any plugin at all…)
@Alex and everyone else: It was some sort of coincidence that I found your comment. For further questions, please use my site as this is my main source for requests, wishes, error reportings and so on.
Cheers, Christoph
Pingback: Cregy » Autometa Plugin
Pingback: momblog » Blog Archive » Momblog maintenance
What am I missing? WP 2.01, AutoMeta 0.7, theme Automatic Midnight, which does add some basic title/description data on its own.
I can see the keywords generated in the Custom Field after Save and Publish, but not in the source code. No keyword metadata at all? http://rickleonard.com
how do I remove the technorati tags from pages like this?..
http://www.solaceincinema.com/2006/03/31/bad-bad-films-coming-your-way/
at the bottom of the page,
I want to keep them in the meta but remove them visually….
Added the plugins, off to blog about it and see what happens.
Oh, BTW, some of the clearest plugin installation instructions I’ve ever read.
Pingback: The Musings of Chris Samuel » Blog Archive » Autometa Strikes Back
Suggestion: Right now one has to save the post before actually publishing it. If there’s anyway you could get the plugin to do it’s work when a post gets published, without having to save it, that would be useful for lazy bums like me.
Hi Alan, good question – I’ve added it to the FAQ.
Great plugin — thanks!
One thing (which I may have missed the correct procedure for) is that I’d like to be able to use phrases. When I hand input them into the meta form on the blog entry, I can connect them using “+” symbols. In the outputted entry, in my inline Technorati Tags the + symbol gets stripped, but it shows up in my meta keywords tags; I’d sure like this to be the other way around.
Any tips for what I’m trying to do?
Hi Jesse, can you give me an example of some tags you’d like to be able to use; then I can have a more effective poke.
Thanks, Rich.
I just looked at your source for this page, and it seems to be doing what I want to do (bar the + symbol, which I’m not entirely sure is necessary.)
You use the phrase “technorati tags” – how did you input that in your list on the meta update text field in your wp-admin?
Good question – adding it to the FAQ.
Thanks for adding that to the FAQ, Rich. But the weird thing in my install, it still properly strips the “+” sign out of the inline Technorati Tags, but leaves them in the hidden meta keywords. Wonder why that might be happening…
Pingback: PHPSUN.com :: 关注开æºPHP项目 » AutoMeta: Automatic Meta & Technorati Tags for WordPress
I had a problem with this plugin that was really frustrating me for quite a while: some of my tags would be duplicated, despite the obvious steps that were taken within the plugin to eliminate duplicate tags. Turns out that the solution was to add checking for backslashes in the $autometa_quotes array, i.e. added “\”. Problem solved!!
BTW, thanks for this plugin! It saved me the time of porting over my popular MovableType MTKeywords plugin — and it does almost exactly the same thing! I kinda miss the functionality of including high-frequency bigrams, though.
)
hint, hint…
Sorry for all the posts! I just solved my problem with “Warning: Invalid argument supplied for foreach()” message in my RSS feed: in your copy of the getTagArray function, swap the “$result = array();” and “if ($tagarrays) {” lines — I believe they are lines 242 and 243. The problem is that $result sometimes isn’t defined and the function doesn’t return an array object…
Pingback: idano.net Web Site Review » idano - Dan Masters on Web Design, Blogging, and SEO
Thank you for designing this plugin. I just completed my first wordpress theme and I’m making it a resolution to update my new blog every single day. Plugins like this will save me a lot of time that I can devote to writing good posts. Ofcourse I’ll still hand edit or finish off my best posts, but for an average update auto tags seem GREAT. Thanks again.
Pingback: Kembali Ke Awal « Cosa Aranda
great plugin!
my thoughts:
instead of generating tags by some algorithms or what ever why don’t use a list of ‘my tags’. So everybody could edit his own list of tags that are matched against the post content. That would be great and you don’t have to edit tags manually anymore!
thanks!
Pingback: Sekoyen’s » Blog Archive » Meta content for search engine friendly
It doesn’t write a tag for the front page, only archives. it is suppose to work this way?
Pingback: Viche » Plugins para o WordPress
How was this sorted out – because this is exactly what I would like to do rather than have a list.
Thanks,
Pingback: Yoshi’s Hot-Blog » Blog Archiv » Die besten Wordpress Plugins
I like this a lot.. I think it helped google recognize my site, I just wish there is a button that would show all the meta tags in all the pages. like you click this, you see tags per page. if you click this you see tags for the whole site.. etc etc..
that way theres gonna be more information. and people using it will be more comfortable cuz they see its effects. thanks for working on it
Thanks for Developing the plug-in, it’s saved me some time with Custom Fields. Seems to be working great.
Rich:
I installed and activated the autometa plug-in on one of my blogs (Georgia Consumer Bankruptcy blog). This plug in looks like it will be a help in keeping the search engines updated with new content.
I sent you a contribution for tea, which I hope you enjoy.
Jonathan
Pingback: AutoMeta and K2 at paulr.us
Pingback: chasingdaisy.com » Blog Archive » Commenting is fun
Trying out the development version because the stable one just left the custom field blank and never generated any keywords. As soon as I tried to install it, I got a PHP syntax error. There’s an extra close-parenthesis at the end of line 287. Removing the parenthesis fixes it.
Figured out the problem with the blank tags, by the way (at least my own problem). Fulltext MATCH() AGAINST() searches are broken in some versions of MySQL 4.0, but OK in the latest 4.1.
Pingback: » Keyword Optimization - Another Seo Wordpress Plugin Marketing Blog - Make Money Blogging
Hey Rich,
I really like the idea behind this plugin, but I’ve having one major issue (and one very minor one)
The minor issue is that in alpha 2 that you have for download, on line 287 there’s an extra right parenthesis
The major issue is that I’m not getting any keywords generated (WordPress 2.0.3). When I “manage” a post and save it, I get a page full of error that look like this:
WordPress database error: [Can't find FULLTEXT index matching the column list]
SELECT MATCH(post_content, post_title) against (‘here’) as score FROM jordan_posts where id=71;
Quite annoying, I’m sure you can imagine. Any idea what could be causing this?
Thanks!
Hey again,
Okay, I got rid of the page of errors by using the following SQL command:
ALTER TABLE `jordan_posts` ADD FULLTEXT `post_related` (
`post_name` ,
`post_content`
)
However, I still don’t get tags that are generated (just one that says autometa).
Sorry to nearly spam your comments section – using that SQL command did not in fact get rid of the error. Saving any given post twice gets rid of the error and leaves only autometa as a choice.
Hi Jordan, post away, you have a lot of useful stuff to say
The error you see may be because you’ve jumped straight in and not read the installation instructions.
Something very similar to the solution you came up with is already part of the plugin. The creation of the necessary indexes should be handled when you do this:
I hope… if it’s not, then it might eb a quirk of your software versions which might need to be understood.
As for the “Alpha-release-bracket-issue” – thanks – I’ll check and update.
Hey Rich, thanks for replying.
I don’t have an “Add to index” button. The page says everything is okay and “Correctly configured and ready for use”. Is there a way to have a button on there to “Re-add the index”? It sounds like that’s what I need.
Thanks!
Pingback: Home Business Incomes » Blog Archive » Auto Meta Tag your blog posts
Hi
I’ve installed the plugin and it works great. Is there a way to include the get the tags to center on the page better? I’ve managed to remove the and I’ve got the text to wrap by doing the following:
function includeTechnoratiTags($hidden = false) {
if (isset($autometa_technorati_shown)) return;
if ($hidden) { echo ”, ”, ‘, ‘
);
if ($hidden) { echo ”; }
}
Regards
Everton
Pingback: Plugin Junkie at The Politburo Diktat
Sir , i use BlogDesk , to do my publishing .
Will the plugin work , even if i use it or should i use the “Write Page Option ” of Dashboard , for the plugin to work .
Can the plugin automatically , add keywords , even if i post using the Blog client .
I think my install got messed up because initially the db user in my wp-config.php did NOT have ALTER permissions …
Now, I get zero suggested keywords.
Here’s what I get if I run the select from the plug-in itself:
select match (post_content, post_title)
against (‘TV’) as score
from wp_posts where id = 66;
+——-+
| score |
+——-+
| 0 |
+——-+
1 row in set (0.04 sec)
Of course, I chose a post where “TV” was repeated a couple of times:
(“http://www.stabile.org/just_watch_tv/2006/03/30/television-good-for-kids/news/”)
Am I understanding your code correctly? Is there any way to re-initialize this?
Thanks for creating this — it just bums me out that I messed it up.
Sorry. That last post was a dumb mistake on my part. I didn’t realize that you were filtering out words whose length was less than three.
I tried a different value and post and got a score of ~ 2.73.
Guess I’ll have to try another new post and see if it works now …
Thanks.
Cool! I updated to WP 2.03 and Autometa 0.7 and it actually works.
Didn’t need to re-initialize the plug-in after all.
Thanks for all your work on this.
Pingback: Connected Internet: The latest tech news » My First Week With WordPress: 10 Plugins That I Can’t Live Without
Excellent, excellent plugin but I – and a few others here – desperately need to edit the styling of tag list outputted. Ideally, I’d have “one, two, three four” etc. Is there any way to achieve this without hacking your lovely code?
Well, now it is actually generating tags, but only on posts that I’ve never clicked “Save” on with the plugin enabled before.
Once I get these few other posts tagged, I’ll be a happy…uhh…clam!
Thanks
I am using WP 2.0.3 and AM 0.7 and it does not work. I have also tried this with 1.5 to no avail. When originally configuring it, it tried to build and index of some type, to which I don’t think worked properly. To top it all off, I have one SQL database for 4 different blogs (3 have been added as tables), so I am not sure what kind of dictionary would be formulated. The first one I tried running it on on 1.5 is a huge blog.
It seems to do the same thing….it gives me a message in the source both in the header and footer with the little bloakes dealie telling me it isn’t working for the respective section.
nn
I don’t see anything in the write post box at all relative to AM.
I must be missing something simple here…
Thanks,
James
Pingback: » Autometa :: Gutes von Morgen
Awesome plugin, thanks for that.
Pingback: Plugins, themes and the like - how I made this blog | The DotComDosh blog
Pingback: The Balance Of Judgement » Some plugin links
This is really driving me nuts, Ive used your plugin before, and it worked great. but in the recent build… it still works great, but I cant find a way to hide the technorati tags, i dont want them to show in my page… just in the code so that technorati can pick them up. Meanwhile ive set the includeTechnoratiTagsInFooter = false to avoid displaying the tags in the page, but they arent showing in the code.
also… I already have a meta keywords tag in my template for my whole site, so this plugin adds another one with the keywords just for the post that is displayed. Is that ok with search pages and stuff? having 2 meta keywords tags?
Thanks a lot, and great plugin
Pingback: Joseph Alex Martin’s blog » Geeking Out… With Widgets…
Pingback: james-lloyd.com » Blog Archive » Plugins
In case there are no tags to show, two ‘n’ used to print in the footer, which turned out to be the echo statement in line no 299.
Pingback: Joseph Alex Martin’s blog » AutoMeta Include Technorati Tags Widget
I’ve copied the autometa folder to the appropriate directory, but it’s not showing up on the plugins page for me to activate it. Is this a common problem?
Hi Felix, I’ve not heard of it before – could it be down to permissions? i.e. does the server have read permission on the autometa.php file (and it’s parent/sub directory)?
Hi, Is there any way to tag posts that are already in the blog?
I have about 1000 posts and it would be great to get them all tagged this way….
Thanks
Hi Damian, that capability does not exist yet. When I get more time I’ll add it (because people keep asking).
(In the mean time if anyone would like to submit a patch, please do, it shouldn’t be too much, just a query and then a loop that calls the plugin a few times…)
Hey, I finally got it up and activated on http://www.cleaverfever.com. It successfully added meta tags to the two posts from today- one before I activated and one after, but for everything posted previous to today, it enters “no keywords available for meta tag” in a comment tag.
Autometa is working great! Just one quick question. How can I get meta tags for desciption and keywords on only the index page?
Thanks!
Felix:
Try opening up the ‘old’ posts, clicking ‘save and continue editing’ and see whether it creates a new ‘autometa’ custom field…
I’m just looking for a meta tag plugin for WordPress as it doesn’t publish meta data by default
Pingback: About them tags on the bottom of the posts | The Blorg
I installed AutoMeta tonight and it’s generating meta tags just fine, as well as technorati tags.. however when I click the generated tags, my posts aren’t listed on technorati.. I was using SimpleTags previously, and that worked well but I want something automated.
Have I set something up wrong?
Hi Steve, nice site you have there; it all looks to be setup correctly, so it might be worth contacting Technorati. I’ve known times when their tracking/ranking machines have needed a poke in order to get stuff appearing, but if they know of a technical reason for a failure to pickup the tags, then please let me know and I’ll update as necessary.
Hey there!
The plugin is not working for me
can you check my blog and tell me what I’m doing wrong?! I installed it and activated it. And I clicked that “index” button. But when publish a new post … nothing happens … any help is appreciated! Thank you!
Hi Michael, I’ve just taken a look and I don’t see the plugin signature in the page – the signature shows me which version you’re using and also confirms that the plugin is getting hooked into the page creation process, so do you have it disabled or is this an indication of the problem?
Absolutely wonderful plugin! I have been trying to figure out some method of including tags/meta keywords which were relevent for each post and had just begun looking at plugins but this one was by far the simplest and does exactly what I want it to an nothing else.
Brilliant. Thanks again.
Just wanted to reply again to say it’s working perfectly now, looks like it was a delay with Technorati.
I checked a tag from one of my recent articles, and it’s listed now on: http://technorati.com/tag/terraforming
thanks again for the awesome plugin!
Nice plugin. I have a small request tho:
Would it be possible for the plugin to look at the subject of the post too and not just the body? Quite often I don’t bother to duplitate stuff from the subject into the body of the message.
Hi Noemi, the plugin already partially does this. The titles of the posts that already exist are searched, but the title of the current post is not part of the search terms that are used against the database, so I’ll add this for the next version.
Pingback: » AutoTechnoratiTagging - relab.ch - Business 2.0 whitepaper â„¢
It would be cool if you had an option that would just generate the keywords on the fly without having to go in and enabling them for each post.
Excellent plugin, since I am using wordpress mainly as a CMS solution this plugin fits perfectly in bringing together ease of use and SEO – all in one easy plugin.
Great work.
Paul.
Hey Rich,
Great plugin – very helpful. Perhaps you’ve already answered this – is there a reason why my tags are showing at the bottom of every page? I don’t remember trying to include them on the page, so is it a default setting?
Thanks again! Keep up the great work!
Steve
Hi Steve – I just looked at your site and I see you’re running version 0.6. The latest version, 0.8, changes the default behaviour such that tags are not included in the article content by default, so updating should fix it for you.
Hi,
How can I edit the metatags after I publish my blog? Thanks..
Hi Norman, when you edit the post there is a section called “Custom Fields” under the post content. Open up this section and you’ll see the autometa data. Edit this, then save the post.
Is there an easy way to add the “description” field to this plugin, so that there is the option to write the text that will show up in the search results? Nice job on this though!
The “copied the autometa folder to the appropriate directory, but it’s not showing up on the plugins page” is happening to me also, and the suggestion given by Rich is not the answer to my problem. The server has read permissions for the folder(s) and the php file. I’m stuck!
Pingback: Har’s Site » Blog Archive » Final Thoughts on Flock’s Blog Editor (for now…) - Web, Technology, and Small Business
The tags aren’t showing up in my source. Only the categories from my WP template. What am I doing wrong?
Hi Dave, looking at the source here, I can see what look like a whole gaggle of autometa tags… did you fix it, or are these manually entered, or, perhaps you were just looking on the front page…?
D’oh. I was looking for them to be closer to the post in the code, not above all the scripting. I’m sorry about that, my bad. And BTW I love this little pluging.
OK I got me another question.
I post my blog. Then I head on to technorati and do a search on my tags. First I use my category tags, and my blog post pops up. Then I use the tags from autometa and do a search and they never pop-up. Am I doing something wrong here or is the plug-in not working?
I’ve installed autometa and it generates the custom field entries but I see nothing in my pages for the keywords meta tag or the autometa version tag. What am I doing wrong?
Pingback: The 6 WordPress plugins that make my life a little easier » Bunch of Nerds - A Collection of All Things Different
Hi warlord0, since you say the plugin is generating tags ok, but not displaying them, the first suspect is your theme, which may not be triggering the “wp_head” action. Just seach for “wp_head” and if it’s not there, adding “wp_head();” within a php section or <?pgp wp_head(); ?> within an html section of your header should fix it.
/me crosses fingers
Wow, this sounds like an awesome tool, cant wait to give it a go on my wpblog which is I am about to release.
Well, I solved my own problem (#243), so I’ll share the solution. When I extracted the contents of the zip folder, it made an ‘autometa’ folder. Inside this folder were three other folders, one of which was also named ‘autometa’. The solution was to only upload the INNER folder to the ‘plugins’ folder. ( I had previously uploaded the outer folder. )
Pingback: Southern Discomfort » Inintended consequences of plugins (apologies to RadGeek)
Can’t get the plugin Visible to be able to activate it.
I’ve just installed WordPress 2.0.3 and have created the folder autometa under the plugins folder and uploaded it to the server but can not see it in the plugins that are listed to be able to activate it.
I’ve tried uploaded the contents of the folder i’ve downloaded. didn’t work.
I’ve followed the Professor advice above
“Well, I solved my own problem (#243), so I’ll share the solution. When I extracted the contents of the zip folder, it made an ‘autometa’ folder. Inside this folder were three other folders, one of which was also named ‘autometa’. The solution was to only upload the INNER folder to the ‘plugins’ folder. ( I had previously uploaded the outer folder. )”
and it did not work either. the other plugins I have work fine.
Any ideas?
thanks
Pete
Pingback: Just Another Blog » WordPress rocks!
Pingback: Sean’s House » Blog customization
I have just started to use this plugin (had no idea the other plugin I was using wasn’t even working. This is really a helpful tool. I find the auto-generated key tags a very useful guide for clearly defining the page. I don’t know if it generates the tags the same way a search engines look at a site, but if it does, it really gives keen insight on why a page may not be getting better results than you think it should. And it can even be used as a pointer for how to better edit the actual content of the post as well. Thanks.
I have a site that is a compilation of all my blog posts. Every time I post on one of my blogs, my tool autoposts onto my compilation blog (it uses the rss feeds for my sites). I love your plugin but unfortunately it won’t create technorati tags for my autoposts. Do I have to physically press the publish button for the tag generator to work? Help!
Pingback: Wordpress Blogging Update at politburo diktat 2.0
Autometa Doesn’t work on WordPress 2.03, I guess. I just upgraded from wp 2.03 to 2.04 and now it seems to work
Pingback: 5 simple ways to get more traffic instantly at toxicle.org
Pingback: » After Your WordPress Blog Is Installed…Websites, Blogging, and Small Business - Har’s Site » Blog Archive
Pingback: IneffibleMind » Blog Archive » How my site is currently configured
Pingback: Backstage: What Makes This Blog Run: Inside the CBC
Pingback: Balises Meta sur WordPress
It looks like a great plugin, but can it also do META descriptions? I need to be able to generate both META description and keywords.
Hi Fred, you could rig it to duplicate the content of the meta keywords and call them the description, but that would defeat the point because the description field is supposed to be “concise and attractive to a user”. I’ve not really thought of adding a description field, but the prime candidate for me would be to add the first 200 words or all words until the “more” tag (whichever comes first).
Pingback: Portagemma Web Design CMS Web Hosting » WordPress Plugin - AutoMeta: Automatic Meta & Technorati Tags for WordPress
Hi there. I’ve found a couple of quirks/features/bugs.
1) For some reason (most likely another misbehaving plugin), my site is not creating the “post slug” until I publish the message. Your plugin adds the autometa attribute when I “save and continue editing”, but it comes up blank. If I manually enter a slug (and do everything else exactly the same), the automatic generation of the keywords kicks in just fine.
2) If an autometa attribute already has been added to an article, there seems to be no way to have the plugin regenerate the tags again. The update button doesn’t seem to do anything different than saving the article again. To me, the update button should regenerate the keywords. Perhaps, if there are already words there, a dialog should appear confirming that you wish to replace the existing ones with auto ones.
Maybe that’s the way that button is supposed to work, but whatever is causing my slugs to not appear could be messing with your plugin. I’m still fairly new to WordPress and I’m experimenting with a lot of plugins to find the ones I like and don’t. I’m willing to work with you to help troubleshoot this.
Thanks in advance!
Pingback: Stealth Fiction » Technorati: Get Noticed
Pingback: 99 Resources for Online Marketers » Top 10 Wordpress Plugins
Pingback: Ruben’s blog » Blog Archive » Wordpress plugins
Pingback: unsure.org » Blog Archive » links for 2006-09-06
Pingback: My Bloody Great Nutshell » Blog Archive » 28 Wordpress 2 Plugins that I favour
I followed the directions on this page but nothing ‘autometa’ related is showing up in my wordpress admin area for plugins. I’ve tried a few times now. Anything I should be looking for that might stop it from showing up? Thanks
-Cassie
Hi Cassie, I’ve looked on your whattheblog site and can’t see any evidence of the plugin’s fingerprint, so this is purely an installation issue, which is very difficult to assist with. If you see the plugin in the list, make sure it’s activated. If it’s not in the list of plugins, then it’s a lower level issue.
Pingback: blog.romanlagunov.ru » Blog Archive » Autometa wordpress plugin.
Pingback: Chrome Blog @ LoTekk.net » Fire and forget for META Tags
I’ve been using this plugin for a while now and think it’s great.
The only feature I would really like to see (I noticed it was on the list of things to do) is default tags for non article pages. I’ve hacked the source for now but it would be nice to just use the plugin as is.
I love this plugin, how ever I am interested in knowing how to use it to create related posts when viewing a single post based on the contents of the auto-generated tags (much like the ones you have on your website). Could you please give some information on how to do something like that? Thanks for your plugins.
Pingback: Under Construction v2.0 / Now to business…
Pingback: New Uber Blog! at hallidaysblog
Awesome concept.
I’m having some difficulties with it, though – I can’t seem to make it work. I can’t figure out what I could possibly be doing wrong! I set it up, followed the directions, and nothing. I wouldn’t consider myself tech-unsavvy, either – but why it isn’t working is beyond me
My install of wordpress is a little weird, though – I have a lot of trouble with LJ-Xpost too.
I’ll keep poking at it, though – this is the only worthwhile technorati tag plugin I’ve seen
–Kristin
Nevermind! Of course now that I’ve said it wasn’t working, it’s started working.
Did you build it with a sense of humour?
Anyway, it works like a charm, now. Thanks for the awesome plugin!
–Kristin
Pingback: BULLETPROOFsoul » Blog Archive » Auto-meta plug-in
I changed my theme and the autometa tags vanished. I’m on WP 2.0.3 and Autometa 0.8. And if I go back to the first theme I used with Autometa, it returns.
Just upgraded to 2.0.4 and that didn’t fix it. I see the meta keywords in the code but not the technorati links that used to appear at the bottom of the page.
Works just great – thanks!
Cool and useful
Backslashes at end of word (/w\/) in the text cause autometa (0.7v) to barf with database errors. I had to deactivate the plugin to get such a post to save.
The backslash doesn’t get escaped, so when it is passed into a SQL statement, it is treated like it is escaping the quote character in the SQL:
WordPress database error: [You have an error in your SQL syntax near ''word') as score FROM wp_posts where id=60' at line 1]
SELECT MATCH(post_content, post_title) against (‘word’) as score FROM wp_posts where id=60;
Nice plugin…
Does the work for post but not for the main page, perhaps aggregating the meta for the post of main page could be used to generate the meta keyword for the main page, even though this content will change very often.
I did not read all the post but there is only the meta tags keyword that is generated how about
description
abstract
robot
…
is there any option that can enable these, or this feature does not exist yet…
i’ll take a look at the code to see if i can draw something from it.
Thanks for the great work…
Cheers
Re my problems with 287-288, is there a way to do a complete uninstall so that all Autometa stuff is removed from the database, too? I would like to attempt a complete clean re-install.
Pingback: Dream Wonderland » AutoMeta: Automatic Meta & Technorati Tags for WordPress
Pingback: Signal 46 » Blog Archive » Testing, testing…1..2..3..
Pingback: A Different Idea? » My WordPress Plugins Directory
Pingback: The Online Developer
Pingback: Shelagh Webdesign » Blog Archive » map24
Pingback: Codename: Euphoric Affinity » Blog Archive » Easy SEO… cause it’s automated!
Pingback: Wordpress meta-tags - Platinax Business Forums
Pingback: Autometa en alldeles lysande, måste ha grej - Rudolf.nu - vare sig du gillar det eller inte!
Pingback: Must-Have Wordpress Plugins at Balanced Life Coaching - Tips and Advice
Pingback: Even geduld alstublieft! « grafisch-vormgever.com
Pingback: Autometa är en lysande plugin till Wordpress - Rudolf.nu - vare sig du gillar det eller inte!
Pingback: Nighto.net » Blog Archive » links for 2006-11-17
Pingback: Peekaboo / more techy stuff
Pingback: blog.Firesnake.net » Tagging and Technorati
Pingback: META tags, keywords, tags: picking the right plugin « N0T a Blog
Pingback: Search Engine Optimization (SEO) Tips for Wordpress 2.0 | Articlexpose | Free Articles | Submit Article
Pingback: Interesting Internet Stuff » Just Added Technorati Tags to My Wordpress Blog
Pingback: AppleSwitcher » Useful WordPress Plugins
Pingback: Typer Tappers » Blog Archive » Autometa just installed.
Pingback: HART-Empire.com » Quickies - December 21, 2006 (HART-EMPIRE NETWORK)
Pingback: Sam’s Blog » Blog Archive » Search Engine Optimization (SEO) Tips for Wordpress 2.0
Pingback: HART-Empire.com » Quickies - December 27, 2006 (HART-EMPIRE NETWORK)
Pingback: Hastings Reads
Pingback: Theme and plugins used on michaelvisser.com.au » Michael Visser
Pingback: roarin’ reporter » Blog Archive » WordPress Plugins
Pingback: SEO (Search Engine Optimization) For Wordpress at Swiecki's Blog- Web 2.0 Design | Development
Pingback: Lost in Anywhere » Greffons Wordpress
Pingback: e-home of the developer » Blog Archive » Pradžių pradžia
Pingback: Dragos Dehelean - Relatii Publice si comunicare online » Blog Archive » Ce sunt tag-urile Technorati si de ce conteaza?
Pingback: Added some more Plugins today at elgey.co.uk
Pingback: Make$ Money$ » Autometa Wordpress plugin from Boakes.org
Pingback: Banalità » Tag
Pingback: HART-Empire.com » Finally: A Review of The Plugins Activated In My Blogs (HART-EMPIRE NETWORK)
Pingback: Piccoli aggiornamenti….
Pingback: Le blog d’Arnaud Vallière » Mise à jour
Pingback: Upgrading to Wordpress 2.1…a How To guide with links
Pingback: Optimizarea blog-urilor in Wordpress pentru motoare de cautare (partea II)
Pingback: whatithink
Pingback: Top 10 most favorite wordpress plugins | sam stories
Pingback: webgrrrl.net
Pingback: More Great Plugins
Pingback: Adworkz - Website Marketing Solutions » Quick SEO for a Wordpress Blog
Pingback: Zechary White » Archive » WordPress: Plugins Suggestion
Pingback: Vintera Systems » Wordpress SEO Tips
Pingback: credmp » Blog Archive » Taking care of tags
Pingback: Wordpress Plugins Themes Download » Blog Archive » AutoMeta: Automatic Meta & Technorati Tags for WordPress
Pingback: Adobe Photoshop » Blog Archive » Przydatne pluginy do WP
Pingback: whatithink
Pingback: 28 Wordpress 2 Plugins that I favour » My Bloody Great Nutshell
Pingback: Make$ Money$ » My favourite 10 Wordpress plugins
Pingback: at Zechary White
Pingback: SEO: for WordPress Blog at Zechary White
Pingback: HART-Empire.com » I Can’t Live Without These Plugins - So I Am Now Standardizing All My Blogs To These Ones (HART-EMPIRE NETWORK)
Pingback: My-WhiteBoard’s Favorite WordPress plugins | my-whiteboard
Pingback: Plugins that works in Wordpress 2.1.2 | Arhi
Pingback: Blogger Interview : Lilian aka 5xmom of chanlilian.net at WPThemesPlugin.com - Wordpress Themes | Plugins | Blogs
Pingback: Convert HTML to Wordpress Theme part 1 · Techbites on Discombo
Pingback: Nuker.nl : Blog Archive : Wordpress Plugins Top 10
Pingback: Yowie’s World » AutoMeta: Automatic Meta & Technorati Tags for WordPress
Pingback: Maximize Exposure With These Tips And Plugins » Copywriting Blog By Copywriter Michel Fortin
Pingback: Expert Marketers Exposed » Boost Exposure With These Tips And Plugins
Pingback: Existential Ventures » Blog Archive » Tagging Technorati: AutoMeta and UTW
Pingback: Some tips to optimize Wordpress for Search Engines / Andrea Micheloni's blog
Pingback: Existential Ventures » Blog Archive » 5 Crazy Good Plugins
Pingback: ..: CRISTIAN ESLAVA | Diseño Gráfico / Web | Maquetación | Flash | Multimedia | 3D | FotografÃa :.. » Plugins para Wordpress
Pingback: 10 plugin poco conosciuti su Casperize
Pingback: Die besten WordPress Plugins - Seo » Tipps zur Suchmaschinenoptimierung
Pingback: How to Optimize Your Blog for Search Engines | Web Business Blog
Pingback: Akkam’s Razor
Pingback: christopher-dean.co.uk » The Wordpress Plugins I Use
Pingback: tookertime.com » Blog Archive » new theme
Pingback: Wanted: WordPress Tips - WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum
Pingback: Hitnews.net ..::Only Hit News::.. » AutoMeta: Automatic Meta & Technorati Tags for WordPress
Pingback: AutoMeta: Automatic Meta & Technorati Tags for WordPress
Pingback: 1802.eu :: valentin tomaschek live aus dublin :: ireland1802.eu » Bunny Technorati Tags deaktiviert
Pingback: 500 Server Errors When Posting Posts Gone Away–NOT!
Pingback: Financial Jungle - » Blog Updates: 3 Touch Ups To Boost Readership
Pingback: F-WPPlugins list : la liste des plugins WordPress de la blogosphère frenchie | Gonzague
Pingback: WordPress SEO plugins | Zidok.net
Pingback: Mise à jour du blog | Boris-Schapira.com
Pingback: Theme and plugins used on michaelvisser | Michael Visser
Pingback: WP Plugins DB » Blog Archive » Autometa
Pingback: spiced-apple.net » The climb up Google
Pingback: Complete Guide To Wordpress & Blogging - WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum
Pingback: Meta tag plugins интернет реклама SEO Ð¾Ð¿Ñ‚Ð¸Ð¼Ð¸Ð·Ð°Ñ†Ð¸Ñ ÑƒÐµÐ± дизайн и реклама в интернет
Pingback: Guide to making your first buck online - WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum
Pingback: blog » Blog Archive » Plugins for WordPress
Pingback: News Partner » Blog Archive » AutoMeta: Automatic Meta & Technorati Tags for WordPress
Pingback: tecacentre.net » Blog Archive » AutoMeta: Automatic Meta & Technorati Tags for WordPress
Pingback: Mama’s Bloggin » Blog Archive » It’s all about the customization: WordPress Plugins
Pingback: Project Day 5: Useful WordPress Plugins « spoonitnow
Pingback: dmoz.md!!! » test
Pingback: What are the MUST HAVEs plugins? - Bloggeries Blog Forum
Pingback: SEO | Likoma
Pingback: Will there be a Tag 2.0? at MuSMo - Free Music
Pingback: Rajesh Rana Dot Net » Useful Wordpress Plugins by Deziner Folio
Pingback: FatherStorm.com » wp-fatherstorm Wordpress Omni-Pack released
Pingback: Optimize search engine using META tags and Meta Tags plugins in Wordpress » Myo Kyaw Htun . com :: A programmer studies Web Development
Pingback: » Seo Tips for Wordpress
Pingback: Dalla Città Invisibile » Archivio Blog » Tema WordPress - Day Dream (in italiano)
Pingback: Success Enroute - The BloggerPreneur Haven
Pingback: Church and Sweet Tea » Blog Archive » Christian Blogs Reach People
Pingback: BloggerHolic » Blog Archive » Top 9 MUST USE Wordpress Plugins when setting up new Blogs. : Top 9 MUST USE Wordpress Plugins when setting up new Blogs.
Pingback: Test Post at Eatdoku Blog
Pingback: 27个ç»å…¸wordpressæ’件(2007æ•´ç†ï¼‰
Pingback: Tuen’s Blog » Blog Archive » Meta Tags and Autometa
Pingback: Must Have Wordpress Plugins at En Route to Mastery
Pingback: Paul Rossman » Blog Archive » AutoMeta and K2
Pingback: BloggerHolic » Blog Archive » How to insert Meta tags on your posts for better search engine visibility : How to insert Meta tags on your posts for better search engine visibility
Pingback: WordPress Plugins For Boosting Exposure
Pingback: Best Wordpress Plugins: Search Engine Optimization (SEO) | Double Black Design
Pingback: Fading Whispers: The Chronicles / Finally!!!
Pingback: Top 10 Most Wanted Wordpress Plugins | DavidTan.org
Pingback: 33 of the Best Wordpress Plugins | Prudent Musings
Pingback: Ten Terrific Technorati Tips
Pingback: WordPress de la blogosphère frenchie by Gonzague at Artistik Intelligence Agency
Pingback: Turk Hit Box » Blog Archive » Using keywords effectively with your posts
Pingback: Primer aniversario
Pingback: whatithink » WordPress Plugins Redux
Pingback: Ce pluginuri folosesc? at » piticu.ro
Pingback: Plugins úteis para wordpress | MaisBlogs - Centro de Informação
Pingback: Technorati. Что Ñто такое и Ñ Ñ‡ÐµÐ¼ его едÑÑ‚?
Pingback: SEO: Tối ưu hóa việc tìm kiếm cho WordpressSEO: Tối ưu hóa việc tìm kiếm cho Wordpress
Pingback: Los Angeles Online Search Marketing Firm | 17 SEO Wordpress and design wordpress plugins
Pingback: Wordpress themes and plugins for the week
Pingback: ИнтереÑный интернет - 14 Ñ„ÐµÐ²Ñ€Ð°Ð»Ñ 2008 | AltBlog.ru
Pingback: Basic SEO for Blogs - Money Bloggers
Pingback: Liste de Plugins Indispensables Pour WordPress
Pingback: Blogging With Wordpress | Kinshuk Sunil
Pingback: Similar Posts: WordPress Plugin | All Things Seen and Unseen
Pingback: Linux Experience» Blog Archive » Wordpress 2.5 et les plugins compatible
Pingback: Broken Plugins in WordPress 2.5 | Brad's Tiny World
Pingback: Linux Experience » Archive du blog » Wordpress 2.5 et les plugins compatible
Pingback: Brad The Blog Boy » Blog Archive » twitter
Pingback: WordPress Plugins That Don’t Work with 2.5.1 » Vancouver Blog Miss 604
Pingback: Quick SEO for a Wordpress Blog | Adworkz
Pingback: Top Wordpress Plugins | Webmasters Resources
Pingback: Search Engine Optimization (SEO) Tips for WordPress | Money4Website.com
Pingback: Kapta » Blog Archive » Hello world!
Pingback: Blog in progress | Le blog de Roland Crepeau
Pingback: KotoAnau.COM | Blogger, SEO, Warez Webmaster, Adsense, Windows XP
Pingback: Search Engine Optimization (SEO) Tips for WordPress | Busby SEO Test
Pingback: My GSTV » Blog Archive » Top Wordpress Plugins
Pingback: Jeffrey Zeldman Presents : Saved from the deep
Pingback: AutoMeta Wordpress Plugin | cogito
Pingback: Generate Technorati Tags For Wordpress Blogs Automatically
Pingback: Meta Tags For Wordpress | Work at Home, Make Money Online
Pingback: Autometa: Meta Tags for each post | InvestorBlogger
Pingback: Installing Wordpress & Plugins
Pingback: Basic Wordpress Blog Optimization Tips : Travs Output - make money online with an introvert and fight poverty
Pingback: Top 10 Most Wanted Wordpress Plugins | Quảng cáo trên Google
Pingback: 4 must have wordpress plugins before you write your first post | Cub Blogger
Pingback: Free Wordpress Themes, Free WP Themes, Premium wp plugins, rapidshare, megaupload, hotfile, fileshare » Search Engine Optimization (SEO) WordPress some of the techniques