SEO SearchTerms Tagging 2
Description:
The purpose of this plugin is to strengthen our On Page SEO by adding new internal linking to the blog post using the most popular keywords used by search engine visitors to find the blog post from a search engine ( incoming search terms ).
We can also display the most popular & recent search terms in the sidebar to get a side wide internal linking to the corresponding blog post.
New since version 1.25: Automatically convert popular search terms into Post Tags.
Click here and go to my sidebar to see the live example of this plugin in action.
Screenshots: (click to enlarge)
Admin Page:
Incoming Search Terms in single post/page:
Sidebar Widget:
SEO SearchTerms Tagging 2 Main Features:
- Display the search terms/keywords used by visitors from search engines for each blog post.
- Display the most popular search term for the entire blog posts.
- Display the most recent search terms for the entire blog posts.
- Display random search terms for the entire blog posts.
- Add the list of search terms automatically after the post content or manually by editing the template.
- Limit the search terms to be displayed.
- Display the search terms only or automatically change it into internal linking to the blog post or search page.
- Display popularity ( search counter ) after each keyword.
- Automatically delete unused search terms after X days.
- Automatically convert popular search terms into Post Tags.
- Display most popular search terms in the archive category ( courtesy of Pile )
- Delete unwanted search engine terms & delete all search terms ( reset ).
- Popular, Popular in Category & Recent Search Terms widgets ( you can find it on page Appearance » Widgets ).
- Block unwanted keywords/bad words.
Usage Instructions:
- Download it here. or search from WordPress Admin » Plugin » Add New.
- Install and activate from WordPress Admin » Plugins page.
- Go to the WordPress Admin Options page » SearchTerms Tagging 2, and set the options as you wish.
- If you decided not to select option “Add list automatically after post content”, please add this following code to display popular search terms in your single post and page template (single.php and page.php).
<div class="stt2"> <?php if(function_exists('stt_terms_list')) echo stt_terms_list() ;?> </div> - Use this following code to display 10 most popular search terms for all blog post, can be placed anywhere you want it
<div class="stt2"> <h3>10 Most Popular Search Terms</h3> <?php if(function_exists('stt_popular_terms')) echo stt_popular_terms(10) ;?> </div>If your theme supports widgets, it is better to use the “Popular Search Terms” widget.
- Use this following code to display 10 recent search terms for all blog post, can be placed anywhere you want it
<div class="stt2"> <h3>10 Recent Search Terms</h3> <?php if(function_exists('stt_recent_terms')) echo stt_recent_terms(10) ;?> </div>If your theme supports widgets, it is better to use the “Recent Search Terms” widget.
- Use this following code to display 10 random search terms for all blog post, can be placed anywhere you want it
<div class="stt2"> <h3>10 Random Search Terms</h3> <?php if(function_exists('stt_random_terms')) echo stt_random_terms(10) ;?> </div>If your theme supports widgets, it is better to use the “Random Search Terms” widget.
- Use this following code to display 10 popular search terms in category archive page.
<div class="stt2"> <h3>10 Popular Search Terms in This Category</h3> <?php if(function_exists('stt_popular_terms_in_category')) echo stt_popular_terms_in_category(10) ;?> </div>If your theme supports widgets, it is better to use the “Popular Terms in Category” widget.
Please note that the search term tags will not be displayed until there are any visitor coming from search engine into that blog post, until then, it’s still invisible.
Tags:Like many others SEO plugins, this plugin require your theme to call wp_head() hook on the HTML header. Put <?php wp_head(); ?> code between your <head>…</head> , usually on header.php file. Open file header.php on theme WordPress Default as a reference if you need to.
{searchTerms}




![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=1327b9e2-ea37-4681-aed6-a41a719f6a21)

akhirnya dengan versi yg baru bisa digunakan juga.
it is very power full Plugin. i use this plugin and than my SERP is Up to 100%
glad that you like it hadie
mas poer…
saya ingin menampilkan widget recent search term, tapi permalinknya ke search page, bukan ke content.
kode apa yang harus saya ubah y mas?
mohon pencerahan…
maaf klo pertanyaan saya lancang..
hihihi… ga papa kali mas, santai aja
coba ubah kode di fungsi stt_popular_terms_widget/stt_recent_terms_widget, bagian untuk menampilkan permalink diganti link ke halaman search aja.
kode untuk link ke halaman search:
$permalink = get_bloginfo( ‘url’ ).’/search/’.user_trailingslashit(pk_stt2_function_sanitize_search_link($term->meta_value));
kalau cuma merubah di setingan saja ke search apa beda sama masukin code di atas mas ?
yg di settingan untuk halaman posting mas, yg dia tanya untuk widget.
nanti memang bakal ada pilihan itu dihalaman widget, tapi ntar yaaaa *kaburrrrr*
saya menggunakan plugin stt2, terus kenapa tiap mau ngepost pasti error, seperti terlihat pada screnshot di http://farm5.static.flickr.com/4061/4686480033_eea26fcbe9_b.jpg
mohon dibalas ke email diatas, terima kasih
tabrakan sama plugin YARPP kang.
mas nanya gimana cara nampilin related search stt2 ini
related search itu kayak gimana ya mas?
related search yg saya maksud seperti kerja related post yang menampilkan postingan terkait.
jadi bisa nampilin kiwot hasil stt2 yg masih berhubungan dengan postingan lain yang masih se topik misalnya.
misal postingan 1 judul jenis buah2an: tag stt2 ada buah segar dan lainnya
terus postingan 2 judul pasar buah2an: tag stt2 ada toko buah dll.
nah saya ingin menampilan tag stt2 dari postingan 1 di postingan 2 dan begitu sebaliknya, karena saya menganggap 2 postingan tsb masih berkaitan.
maaf kalau membuat bingung
salam
boleh juga tuh idenya, ntar aku coba2 dulu ya mas
sip mas, di tunggu ya hihihi
ini khusus pake SE gugel yo mas? saya cari pake yahoo kok nggak ngefek mas? ohya untuk tutorial yahoo boss sudah berhasil, makasih.
mas gmn caranya ngrubah permalink tag wordpress di singel post tu ngelink ke search result?muup gak nyambung
mas kalo pluginnya dibuat file sendiri(bukan untuk plugin wp) trus digabung dengan google CSE/Bing/Yahoo boss bisa nggak ya.
jadi kita bisa buat auto generated content tanpa wp.
mas, barusan saya upgrade wp ke versi 3.0, kok title dari link to searchnya stt2 jadi title+title+title
cara setting biar title nya kembali ke title title gimana mas?
terima kasih
Plugins yang sangat bermanfaat. Terus berkarya mas. Salut!
Hello,
Do you know how to automatically remove searchterms that begin with “http” or “https” ??
Thanks
Will
please wait for v1.29, i add badwords filter feature, including “http”. it’s already done, just need to make sure there is no bug in it
Great !! Thanks a lot Poer.
Thanks mas plugin-nya, mas-mas mau tanya kira-kira tampilan bisa di miripin kayak tag cloud nya wordpress gak ya ?
Thanks ya bro. Sy sdh coba di WordPress 3.0 dan berjalan lancar. Keyword2 yg tdk kita duga sebelumnya bs automatic nempel di postingan kita. Sangat membantu buat optimasi. Rate bintang 5 dah buat plugin ini.
oh mas poer yg buat ya plugin ini…baru tahu saya, thanks mas.
Thanks mas poer for plug innya, tak coba di WP 3.0 lancar jaya…, oiya mas sedikit nanya, sebelumnya aku pake bstat di blogku, tapi setelah tak update ke WP 3.0 bstat gak jalan so setelah diotak atik tetep gak jalan (dalam artian hasil keyword yang dulunya tampil sekarang nggak tampil) aku cari alternanif dan nyampek ke blog njenengan…, donload install plugin and running ok.
yang mau tak tanyain bisa nggak ya database yang tersimpan di bstat dulu ditampilin oleh STT2 sehingga keyword2 yang dulu ditampilin bstat bisa tampil lagi…, maaf nih nanyanya ra ktrok…, emang nggak ngerti soale mas…
trims again.
ikuti petunjuk berikut ini mas: http://wp.me/p6hKA-6b
mau tanya ..
ada opsi untuk YES, link to search page. tapi pas saya coba kok malah error ya mas? padahal permalink nya udah /blog/search/title-posting
tapi pas di klik error no article katanya ?
apa ada yg harus di rubah ? saya pake wp 2.9.2 sama stt2 yg terbaru (donlod dari wordpress.org).
terima kasih
no article mungkin karena hasil pencarian wordpress tidak memberikan hasil mas. coba search manual untuk kata kunci itu lewat search formnya wordpress, ada hasilnya ga?
kalau mau search wordpress lebih bagus, coba install plugin search unleashed.
hey, this plugin work for pages too? or work just for posts? cause my websites i not use posts for content… btw its bery useful plugin =)
yes, it also work for pages.
Really appreciate for this great piece of plugin.
BTW, is there anyway to make it support UTF-8 encoding for using on non-english website? Right now it always show bunch of ????
Thhanks
Yes, you have to change the type of character encoding for stt2_meta MySQL table manually using PHPMyAdmin. Make sure you use the right character encoding for your language.
Will this plugin support Unicode soon?
thanx for sharing this plugin
There is a new version of SEO SearchTerms Tagging 2 available. View version 1.31 Details or upgrade automatically.
kalo upgrade otomatis beresiko ndak mas, takutnya nanti eror ato ga jalan. mohon masukannya. thanks
mantaabbb bgt om
thanks
Keren gan pluginnya, gw dah coba di beberapa blog gw dan hasilnya mantab euy
aku sudah download n instal stt2, tapi setelah aku instal…. recent document tidak bisa dijalankan/tiap kali klik isi recent document tampilan di web selalu not found. mohon penjelasanya tentang cara seting stt2 in. terima kasih
Hello im contacting you regarding wordpress SEO plugin CR post to Ping.fm
I have one plea and question.
In Czech language, characters with diacritics are inproperly viewed.
Instead of diacritics there are question marks.
This problem can be solved by manually editing MYSQL Table with Your plugin data.
You need to change collation or charset, im not sure now TO UTF8-general-ci
Then everything works.
I have too many blogs to do this manual, please help also others to make it in UTF-8 charset.
Regards,
Vit
Sry, bad plugin name. Its Seo SearchTerms Tagging, not Post to Ping.fm. V.
hi vit, i’ll definitely find out how to implement this in the plugin. bear with me please