Auto SEO Tags

Did it Work?
VN:F [1.9.10_1130]
Rating: +17 (from 29 votes)

Auto SEO Tags


VN:F [1.9.10_1130]
Rating: +17 (from 29 votes)
VN:F [1.9.10_1130]
Rating: 9.3/10 (21 votes cast)

[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

Auto SEO Tags, 9.3 out of 10 based on 21 ratings

Also See: Software , , , , , , , , , , , , , , , , , , ,


18 Responses to “Auto SEO Tags”

  1. chris says:

    Let me know if you’ve got any questions / comments on the plugin. Cheers!

    VN:F [1.9.10_1130]
    Rating: 5.0/5 (1 vote cast)
    VN:F [1.9.10_1130]
    Rating: +2 (from 2 votes)
  2. 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

    VA:F [1.9.10_1130]
    Rating: 3.0/5 (1 vote cast)
    VA:F [1.9.10_1130]
    Rating: +1 (from 1 vote)
    • chris says:

      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)

      VN:F [1.9.10_1130]
      Rating: 0.0/5 (0 votes cast)
      VN:F [1.9.10_1130]
      Rating: 0 (from 0 votes)
  3. JSDK says:

    Where is the generated Tags ?

    VA:F [1.9.10_1130]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.10_1130]
    Rating: 0 (from 0 votes)
    • chris says:

      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

      VN:F [1.9.10_1130]
      Rating: 0.0/5 (0 votes cast)
      VN:F [1.9.10_1130]
      Rating: +1 (from 1 vote)
  4. Shane says:

    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!

    VA:F [1.9.10_1130]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.10_1130]
    Rating: 0 (from 0 votes)
  5. Silence ;) says:

    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 :) )

    VA:F [1.9.10_1130]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.10_1130]
    Rating: 0 (from 0 votes)
  6. ND Poker says:

    Great plug-in, i find it very useful! Thanks a lot

    VA:F [1.9.10_1130]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.10_1130]
    Rating: 0 (from 0 votes)
  7. sampurn says:

    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.

    VA:F [1.9.10_1130]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.10_1130]
    Rating: 0 (from 0 votes)
  8. amr says:

    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

    VA:F [1.9.10_1130]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.10_1130]
    Rating: +1 (from 1 vote)
    • amr says:

      the problem it doesn’t support any language except English. no Hebrew or Arabic.

      VA:F [1.9.10_1130]
      Rating: 0.0/5 (0 votes cast)
      VA:F [1.9.10_1130]
      Rating: +1 (from 1 vote)
  9. sherif says:

    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

    VA:F [1.9.10_1130]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.10_1130]
    Rating: 0 (from 0 votes)
  10. franck says:

    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.

    VA:F [1.9.10_1130]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.10_1130]
    Rating: -1 (from 1 vote)
  11. [...] 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. [...]

  12. Jass says:

    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.

    VA:F [1.9.10_1130]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.10_1130]
    Rating: 0 (from 0 votes)
  13. Alexander says:

    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?

    VA:F [1.9.10_1130]
    Rating: 5.0/5 (1 vote cast)
    VA:F [1.9.10_1130]
    Rating: +1 (from 1 vote)
  14. [...] Takes incoming queries from search engines and adds these queries as tags to that post. Sample page here. [...]

  15. Vlad says:

    hi, is there any way I can reduce tags to 10 only, thanks

    VA:F [1.9.10_1130]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.10_1130]
    Rating: 0 (from 0 votes)

Leave a Review of Auto SEO Tags

Software

Coupon Comrade 2010