• I’m using WordPress 3.1 and SEO SearchTerms Tagging 2 1.52 .. I’ve a problem with the plugin.

    The plugin saves Google search keywords to database table wp_stt2_meta, that’s OK. But it saves the keywords with post_id=0 value. So, the keywords can’t be listed in specific posts.

    How can I fix that ? Thanks..

Viewing 2 replies - 1 through 2 (of 2 total)
  • There are two main reasons why the certain keyword has post_id = 0 value.

    1. Visitor came from search engine by clicking the link to the homepage of your site instead of clicking the link that redirect to the specific post in your site. If this situation happened, we cannot do anything since it came from the search engine.

    2. Your site has custom content type; it means the type of the content page is outside of the post/page in WordPress. You can do a little trick how to solve this condition.

    Actually, I am trying to find the solution regarding the reason number 2 above. It’s a quite simple solution, I think. Of course, this will need modification in table structure and the script that used by this plugin.

    I will write an article regarding the solution I found. So please be patient! ??

    As I promised a few hours ago, here is the article I wrote regarding the solution how to overcome this problem:

    How to Make SEO SearchTerms Tagging 2 Plugin Can Display the Actual Link to Search Terms Which Not Derived from WordPress Post or Page

    Hopefully this will help for those of you who need it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: SEO SearchTerms Tagging 2] Plugin doesn't work properly, it saves post_id=0 value’ is closed to new replies.