Cool SEO Redirection Feature in WordPress 2.3.xクールソのリダイレクト機能はWordPress 2.3 。
I accidentally discovered a super-cool re-direction feature embedded in WordPress 2.3.x.私偶然発見する機能をスーパークールに埋め込まれてWordPressの方向性を再2.3.x. Any blog may have multiple url pointing to the same blog.任意のブログの5月には複数のURLを指して、同じブログです。 For example blog.taragana.com may also be accessed as www.blog.taragana.com.たとえばwww.blog.taragana.com blog.taragana.comとしてアクセスされることもあります。 The proper practice, keeping SEO in mind, is to redirect all such URL to the canonical URL of the site.適切な練習、維持を念頭に置いてソは、このようにリダイレクトするすべてのURLを、正規のURLを、サイトです。 Now there is a simple way to achieve this.今すぐには、これを達成するために簡単な方法です。
Previously you had to modify .htaccess or httpd.conf to accomplish it.を変更するには、以前は次の。 htaccessまたはhttpd.confのを達成することです。 With version 2.3.1 and above, WordPress itself redirects (permanent redirect) all non-canonical URL to the single canonical URL for the site.バージョン2.3.1以降、差自体にリダイレクト(恒久的なリダイレクト)のすべての非正規のURLを正規のURLを、サイトの1つです。
The upside is that you don’t need to mess around with .htaccess or httpd.conf.の上値は周りを台無しにする必要はありません。 htaccessによりまたはhttpd.confのです。 A slight mistake in either of them can bring down your site or mess it up completely.のいずれかのミスをわずかに下げることがお客様のサイト、または台無しにすることを完全にします。
The downside is that WordPress uses a PHP based approach which is potentially slower than .htaccess or httpd.conf approaches.の下げは、 WordPressのでは、これは潜在的にPHPのベースのアプローチよりも遅い。 htaccessをまたはhttpd.confのアプローチです。 Nevertheless it should be a boon for novice bloggers.にもかかわらずブーンばならないのは、初心者ブロガーです。
Filed under提出されて Headline Newsニュースの見出し , 、 Open Source Softwareオープンソースのソフトウェア , 、 PHP PHPの , 、 Pro BloggingプロBlogging , 、 Programmingプログラミング , 、 SEOソ , 、 Webウェブ , 、 Web 2.0ウェブ2.0 , 、 WordPress WordPressの | |
| |
RSS 2.0 RSS 2.0を | |
Trackbackトラックバック this Article |この記事|
Email this Article電子メールこの記事
You may also like to readを読むようにすることも可能 |





February 6th, 2008 at 12:41 pm 2008年2月6日は12:41 pmの
Yes, canonical URLs are “built-in” to WordPress 2.3+, however, as you mention, the redirection is happening at the PHP level, which is slower and requires more server resources than if it were happening directly through Apache.はい、正規のURLは、 "ビルトイン"をWordPressの2.3 + 、しかし、おっしゃるとおり、リダイレクトが起きては、 PHPのレベルでは、これは他のサーバーのリソースを必要と遅くなることが起こっている場合よりも直接Apacheのです。 This built-in PHP redirection is perhaps good for users of WordPress 2.3 who don’t have access to httpd.conf/htaccess, but for users of older versions of WordPress, or for those of us who prefer to handle URL redirection via Apache, there isこのビルトインのPHPのリダイレクトは、おそらく良いのWordPress 2.3のユーザーのアクセスをhttpd.confのwhoはありません/ htaccessに、しかし、ユーザーの以前のバージョンのWordPressのか、または問い合わせwhoを好む方のためのURLを処理するApacheのリダイレクト経由で、ある a much better solution for permalink canonicalization固定リンクはるかに良い解決策を正規化 .です。
February 7th, 2008 at 12:15 am 2008年2月7日の午前0時15分
If you’re interested, Mark Jaquith has a full writeup on the Canonical URL featureもし興味があるなら、マークjaquithには、正規のURLを検索する機能をフルエディタ hereここで .です。