Deskripsyon
WordPress uses 301 redirects to redirect URLs to their canonical version.
In cases where the non-canonical version will show the correct content,
it is possible to use the HTML5 history API to show visitors the correct
URL without the additional HTTP request.
This reduces HTTP requests, speeding up access for visitors and reducing
the load on your server.
It is strongly recommended you use this plugin in association with an
SEO plugin that adds canonical URL meta tags.
Pag-install
- Upload the rapid-canonical-urls folder to the /wp-content/plugins/ directory
- Activate the Rapid Canonical URLs plugin through WordPress’s ‘Plugins’ menu
- (Optional but recommended) If you haven’t already, install an SEO plugin which adds canonical URL tags
FAQ
-
Could this result in duplicate content?
-
It is possible. It’s strongly recommended you use an SEO plugin that adds
canonical URL meta tags to mitigate this. -
What happens in older browsers?
-
Older browsers will display the non-canonical version of the URL to the user.
The same is true for users who disable JavaScript. -
What SEO plugin do you use?
-
There are many plugins available, two to consider are
WordPress SEO by Yoast and
All in One SEO Pack.
Mga Review
Wala pang reviews para sa plugin na ito.
Mga Contributor at Developer
Ang “Rapid Canonical URLs” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.
Mga ContributorIsalin ang “Rapid Canonical URLs” sa iyong wika.
Interesado sa development?
Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.
Changelog
1.0
- Rewrite to use namespace following WP bump to a minimum of PHP 5.6
0.1
- Initial version