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. 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 이상, wordpress 그 자체로 리디렉션 (영구 리디렉션) - 정식 url하지 않는 모든 사이트에 대한 단일 정식합니다.
The upside is that you don’t need to mess around with .htaccess or httpd.conf. the 거꾸로가 주변을 어지럽히는 필요가없습니다. 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 직업적인 블로깅 , 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분
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. 예, 표준 태그가 "건설 -에"를 wordpress 2.3 + 그러나, 여러분이 언급, 리디렉션이 일어나고에 php 수준, 느린을 요구하는이 일어나는 경우보다 더 많은 서버 리소스를 통해 직접 아파치합니다. 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 / htaccess지만 wordpress의 이전 버전의 사용자를 위해, 또는 이들을 처리하는 브라우저를 통해이있는 우리에게 좋아한다 아파치, 있다 a much better solution for permalink canonicalization 정규 훨씬 더 나은 솔루션을 영구 링크 . 합니다.
February 7th, 2008 at 12:15 am 2008년 2월 7일에서 오전 12시 15분
If you’re interested, Mark Jaquith has a full writeup on the Canonical URL feature 관심이있다면, 마크 jaquith는 정식 url 기능을 완전 편집기에서 here 여기에 . 합니다.