Περιγραφή
Hate duplicate content? Hate wasting server resources?
Replytocom Controller gives you the option to remove “?replytocom” from comment urls and optionally redirect visitors & bots who try to use it anyway to a destination of your choice.
For those concerned about duplicate content for SEO purposes, the benefits should be obvious.
If you want to speed up your WordPress server, the redirection will let you stop wasting resources serving up the same page over and over again to a crawler bot. Even worse, pages with a question mark in the url aren’t typically cached by caching plugins like WP Super Cache. That means that those bot crawls are eating up way more resources then a normal url would. Now you can send them to a cached copy of that page, a less resource intensive page, or any other url.
Of course, the cost of all this is that visitors can’t have JavaScript turned off if they want to leave replies in threaded comments.
Borrows code from:
* https://wordpress.org/extend/plugins/all-in-one-seo-pack/
* https://wordpress.org/extend/plugins/replytocom-redirector/
Εγκατάσταση
- Upload the plugin to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings->Replytocom Controller if you want to override default settings
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“Replytocom Controller” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Replytocom Controller” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
2016/12/11 – 1.2
- Fixed parse error php < 5.4
2016/12/10 – 1.1
- Brought code up to date
2013/03/20 – 1.0
- Initial release