Another form of keyword tagging…
More Information:
- seomoz.org: Use “other users found this document for”
- How to increasing Number of Visitors – Good SEO article
Feel free to send me your translation to webmaster at saquery.com to share your work with the WordPress comunity!
I’ve just installed the plugin wp seo tags, can function well unless the search results pages, Sidebar is supposed to be on the right side turned out to be under the search results. How do I fix this?
[Translate]
Hello Anes,
You need to change the file “wp-seo-tags-template.php” so that it fits with your current layout.
Copy the content of “single.php” or “page.php” to “wp-seo-tags-template.php”. Try to find the body and replace it with the following code.
< ?php saq_wpseotags_printRealtedPosts(); ?>
The body means the PHP code which prints out the page or post.
Hop this helps.
[Translate]
Hello,
I like your plugin, its working fine but I have one thing that i would like to ask you. I dont use widgets in my blog. Is there a way to get all the tags generated by your plugin in the sitemap or in a extra site so that searchengines can index all the tag sites. When i go to /tags/ only the “preview …” msg is coming.
Thank you and go on
[Translate]
No.
I suggest
to extraxt the sidebar php code from plugin and implement it into one of your theme files (first choice).
to use XML Sitemap Plugin. I think there is an option to add userdefined urls.
to create a page or post and execute the sidebar PHP code from plugin with exec-php
The easiest way should be to set links manually.
[Translate]
hello, but for those who dont use widgets, even with a theme direct call, we can use the admin function, right ?
Also, this seo friendly accordind to “google panda” attack on irrelevant urls?
[Translate]
I suggest to use the moderate function to remove wrong written and not related keywords! All pages are true Internal Duplicates of content and marked as canonical.
These pages are also made for the user. They should associate certain keywords with the best relevant articles.
The google Panda Test is a Website quality test. It tests much more than only dublicate content.
[Translate]
Sa, thanks for your attention, I hesitated when it will replace the file wp-tags-seo-template.php. for fear of making mistakes.
But when I look at is before there are differences in placement with single.php file, so I try to move it after the before , it worked.
The code then becomes like this:
Nice plugin!
Best Regards
[Translate]
Hi Sa, I went back to ask, is it possible to put adsense ads on search Tags page? If possible, how?
[Translate]
You can insert your Adsense Code into the “wp-tags-seo-template.php”
[Translate]
Thanks Sa , I’ve done, I also have seen the trend of increased traffic.
Best Regards
[Translate]
Sorry for my bad english
in the french translation there’s an issue with encoding for the “Latest Search” text that show up in the widget (and also in admin)
In french “Latest Search” translate to “Dernières recherches” but the è is wrong when used on utf-8 templates
I think that the solution to avoid encoding issue is to use è instead of è but I don’t know where I can change this.
I hope that you’ll see this message and solve the issue in future version
Thanks.
[Translate]
Hello! I noticed that the URLs that are generated in the widget are for SEF-Urls-enabled blogs only. I.e. if I don’t use mod_rewrite with my blog (I know that it may sound strange
), the widget urls lead to 404 page. Is there any way to overcome this issue?
[Translate]
Hmm,
I think it is not possible to use WP SEO TAGS without mod rewrite.
Do you prefer cryptic URLs instead of human readable URLs?
Why not change your permalink settings? That would be better for all of us
Best regards.
[Translate]
Hi! Thanx for your reply. Ok, I see, but unfortunately I cannot change my URLs as my blogs are involved in a link-exchanging program and when I change URLs the partner system considers it errors of my blogs. Pity, but that means that I cannot use your nice plugin
[Translate]
Hello Again,
I’ ve thought a little bit about your problem.
I’ m not shure if this equals the default setting for WordPress URLs, but each post has a short link. For example http://saquery.com/?p=1094 points to http://saquery.com/google-chrome-experiments-in-webgl/.
I have never tested any one, but there are several Plugins available that handles 301 (Moved Permanently) state. You could Google a little bit about your problem. There are many ohter sites out there handled changes in permalink structure. Even Google gives many tips for webmasters.
Best regards.
[Translate]
magic!
[Translate]
hello, nice work the plugin
only one problem i have…
can a make a change that the page (wp-tags-seo-template.php) become a site title like the tag?
Kind regards
[Translate]
Hello Kay,
it depends on your current theme. You can customize an existing file from theme for example “page.php” or “single.php” and save it as “wp-seo-tags-template.php”. To be sure it fits the current layout this is so far the way I prefer to create a new “wp-seo-tags-template.php”. You can also create a new php file from scratch. You only have to note that the command “saq_wpseotags_printRealtedPosts()” is called anywhere in the PHP code. This implements the HTML code into the accessed web page.
Best regards.
;
[Translate]
Hi,
I’ve a problem with title tag: they appears like:
Tags Keyword1-keyword2-keyword3 …
example:
Tags Diet-low-fibers
I’d want only Diet low fibers as title of the page. How can I achieve this?
Thanks!
[Translate]
Hello Joe,
seems you have to change the source code so that it fits your needs. Take a look at
add_filter('the_title', ...inwp-seo-tags.phpBest regards…
[Translate]