This Is How I Increased My Traffic By 150%

By default,this plugin add list automatically right after the post content,But I think this would impact user experience, so i disable it so can anyone tell ...

how can I manually put the plugin code into the single.php below the comment form??
 
Nice share! Definitely going to try this. Hopefully it helps relatively new sites as well.
 
Step 1: SEO SearchTerms Tagging 2 Plugin

HTML:
http://wordpress.org/extend/plugins/searchterms-tagging-2/

You add the "popular search terms", "recent search terms", and "popular terms in category" widgets in your appearance section.

You then set the configuration to show 100 instead of 10.

Ok, set the configuration to show 100 on the widgets, or the plugin, or both?
 
Ok, set the configuration to show 100 on the widgets, or the plugin, or both?

See this post:

Code:
http://www.blackhatworld.com/blackhat-seo/2162139-post165.html

For the widgets, I'd set it to 10 or 15.
 
I use WP-Robot and now my blog has more than 350 posts, then i try this plugin and installed it to my WP and put it on the widget but it still show nothing, 24 hours passed and still show nothing. do you think this is work with autoblog?
 
Joalp It will work.You will just have to wait more. I had the same problem, 72hours no added search terms but after that they started to show ;)
 
I use WP-Robot and now my blog has more than 350 posts, then i try this plugin and installed it to my WP and put it on the widget but it still show nothing, 24 hours passed and still show nothing. do you think this is work with autoblog?

Joalp It will work.You will just have to wait more. I had the same problem, 72hours no added search terms but after that they started to show ;)


This Plugin Works With AUTOBLOG :) but you have to wait a little bit longer. It takes 5 days for me LOL!
 
thanks for the tips bobbylove. you've been conributing a lot and i wish i could give you a rep...
btw, i have a couple of questions;
1. do you have adsense sites?
2. if you do, do you use this plugin for your adsense sites?
thanks !
 
thanks for the tips bobbylove. you've been conributing a lot and i wish i could give you a rep...
btw, i have a couple of questions;
1. do you have adsense sites?
2. if you do, do you use this plugin for your adsense sites?
thanks !

My partner has adsense sites, and yes he does have the plugin Search Terms for his adsense site.

I'd recommend setting the number to 15 for an adsense site.
 
With the SEO SearchTerms Tagging 2 Plugin widgets in the sidebar you have the option to link to the search page for the keyword. Would it be best to do this is as it seems it may leak too much PR.
 
You can get penalized by the big G for keyword stuffing by using this plugin improperly. I believe it actually got one of my sites sandboxed. I would look up info on suggested settings for this plugin and info on how to remove the footprint as well.
 
What about "Convert search terms into links:"? Should you check "Yes, link to search page" or "No"?
 
Does SEO Booster pro have any additional options that this free plugin doesn't use? I can't think of any tbh...
 
Great info, btw how can we get the misspelled tags? any ideas
 
if you want to hide search term from visitor but still visible by search engine
- remove Text and code for list header: "Incoming Search ..."
- Text and code before and after the list:
HTML:
([COLOR="Red"]1[/COLOR])Before:<div style="display: none;"> after </div>
- Text and code before and after each keyword:
HTML:
Before: leave it blank after: ,(coma)

or you can add this code to footer, to spam search term

PHP:
<?php if(function_exists('stt_recent_terms')) echo stt_recent_terms(1000) ;?><br>
<?php if(function_exists('stt_popular_terms')) echo stt_popular_terms(1000) ;?>

1000 search term at the footer. without break themes, bcoz we use code #1.

this methode give me more traffic :) to main site.
 
Back
Top