Auto SEO Tags
[Download Auto SEO Tags here (2 kb)]
Description
Auto SEO Tags is a wordpress plugin that takes incoming queries from search engines and adds these queries as tags to that post. This post, for example, is running the plugin.
Installation
To run just activate the plugin, no settings need to be adjusted.
Notes
Input is sanitized but not moderated (you can manually remove tags once added, premoderation will be added in the next version), and to prevent overtagging no more than 20 tags are added to a post.
Search Engines supported: Google, Yahoo, Bing, Altavista, Yandex.
Support
Leave a reply to this post so the world can hear and I’ll get back to you!
License
Release under the GPL v2
Also See: Software 100dayloans complaints, 50 off match com coupons, airtran baggage coupons to print, allegiant promo codes, auto-seo-tags-testing-the-auto-tagging-works, bestskinsever promo code, codes prizee, coupon code, coupon comrade, fonts com coupon 50 off, fonts coupon 50 off, iadhadhaaenodhaoey iii, nordictraklogo, pizza hut coupons code online orders, quicken special offer code 50, slickdeals spirit air promotional code, travelocity com, zchocolat, zchocolat comlogo, zchocolatlogo


Let me know if you’ve got any questions / comments on the plugin. Cheers!
Nice work.
Question: Is it possible to feed the resultant into another field?
Why? We have a forms handler that sends responder info to our in-house database. Before using WordPress, we’ve maintained the query string with source and keywords using .asp functions. I’m wondering if we could use yours to pass it through too.
Thanks,
HG
Hi Hunter,
I’m not sure I understand what you mean though I expect it is possible – the plugin code is very simple.
If you mean wordpress doesn’t see the refferrer/search term, then change the line:
$referer = $_SERVER['HTTP_REFERER'];
To something like
$referer =$_GET['reffy'];
and load wordpress with index.php?reffy=referrer
If you mean you want to store the search terms as a custom field rather than as tags, change the line from:
wp_add_post_tags($thePostID, $target);
to something like:
add_post_meta($post_id, $meta_key, $meta_value, $unique);
(see http://codex.wordpress.org/Function_Reference/add_post_meta)
Where is the generated Tags ?
Hi JDSK:
They are added to your existing tags. For example:
1) Search for a post (not the home page) on your site in Google and click the result
2) Reload the page and you will see your search term now added to the list of tags
Hey Chris,
Do you have an expected timeline for the next release? I’d like to use this on a project I’m working on, but would rather wait until you add a moderation function
Thanks!
Thanks for the plugin – I used to use my stats plugin and google webmaster tools to see what terms people were using and then go manually add them as tags to the posts. This plugin has automated what I found to be a particularly tedious task
)
Great plug-in, i find it very useful! Thanks a lot
Hi,
On my site http://www.justflashed.com, I activated the plugin, and even tried the steps you gave above. But I dont see the tags being added somehow.
Thank you but I think there is a problem with this hack, I always get “-” not keywords after any search result.
for example if the search takes me to yahoo post in my blog, I get this tags
tags: tech, mail, shopping, -,
not
tags: tech, mail, shopping, yahoo,
thank you
the problem it doesn’t support any language except English. no Hebrew or Arabic.
i use arabic lang when i used your plugin th tag add like this _
dash with url in it not the search word how can solve this probleme
any answer . please help me
hello,
No plugin not registered accents. é è in …..
Do you know a change that can address this concern.
Thank you in advance
Franck
nb / I use google translation, thank you for your understanding.
bonjour,
le plugin n enregistre pas les accents. è é à …..
Connaissez vous une modification qui permet de régler ce souci.
Merci d’avance,
Franck
nb/ j’utilise google traduction merci de votre comprehension.
[...] Auto SEO Tags And my first request: Something like Auto SEO Tags but rather than simply add tags, has the capability to append to the title. __________________ Traffic Trades – TGP & Toplist, Thumb & Text | Porn Reviews | Deutscher Porno Report >>Draupnir Traffic Trading Script This is the most automated trade solution available. [...]
Is there any option to set the limit how much tags would be added in one post using this plugin. For instance if i want first 10 searches to be added as tag and after that it should not add any incoming search into tags, so we can avoid keyword stuffing.
Hi Chris,
Your plugin works nicely, but not for me. I have a russian characters blog, where search engines direct cirylic key words. After processing by your plugin I am getting abra-cadabra as a tag.
Also, I noticed that sometimes I am getting “_” sing as a new tag or even an empty space tag. Not nice…
Do you have any solution?
[...] Takes incoming queries from search engines and adds these queries as tags to that post. Sample page here. [...]
hi, is there any way I can reduce tags to 10 only, thanks