Cool SEO Redirection Feature in WordPress 2.3.x Cool seo funzionalità Reindirizzamento in WordPress 2.3.x
I accidentally discovered a super-cool re-direction feature embedded in WordPress 2.3.x. Ho scoperto accidentalmente un super-cool re-direzione incorporato in funzione di WordPress 2.3.x. Any blog may have multiple url pointing to the same blog. Qualsiasi blog possono disporre di molteplici url che punta allo stesso blog. For example blog.taragana.com may also be accessed as www.blog.taragana.com. Per esempio blog.taragana.com può anche essere letta come www.blog.taragana.com. The proper practice, keeping SEO in mind, is to redirect all such URL to the canonical URL of the site. Il corretto esercizio, mantenendo SEO in mente, è quello di reindirizzare tutti gli URL della canonica URL del sito. Now there is a simple way to achieve this. Adesso c'è un modo semplice per raggiungere questo obiettivo.
Previously you had to modify .htaccess or httpd.conf to accomplish it. Precedentemente avete dovuto modificare. Htaccess httpd.conf o di compiere. With version 2.3.1 and above, WordPress itself redirects (permanent redirect) all non-canonical URL to the single canonical URL for the site. Con la versione 2.3.1 e superiori, WordPress stessa reindirizzamenti (redirect) tutti i non-canonica URL per il singolo URL canonico per il sito.
The upside is that you don’t need to mess around with .htaccess or httpd.conf. Il vantaggio è che non c'è bisogno di pasticciare con circa. Htaccess o httpd.conf. A slight mistake in either of them can bring down your site or mess it up completely. Un lieve errore in uno di essi può far cadere il tuo sito o mess it up completamente.
The downside is that WordPress uses a PHP based approach which is potentially slower than .htaccess or httpd.conf approaches. L'aspetto negativo è che WordPress utilizza un approccio basato sul PHP che è potenzialmente più lento di quello. Htaccess httpd.conf o approcci. Nevertheless it should be a boon for novice bloggers. Tuttavia, dovrebbe essere un vantaggio per i blogger novizio.
Filed under Elencato sotto Headline News Headline News , Open Source Software Software open source , PHP , Pro Blogging Pro Blogging , Programming Programmazione , SEO , Web , Web 2.0 2,0 web , WordPress | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | questo articolo |
Email this Article Invia questo articolo
You may also like to read Si può anche leggere come |





February 6th, 2008 at 12:41 pm 6 febbraio 2008, 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. Sì, gli URL sono canonica "built-in" per WordPress 2.3 +, tuttavia, come lei citato, il riorientamento sta accadendo a livello di PHP, che è più lento e richiede più risorse del server che se fosse accadendo direttamente attraverso 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 Questo built-in PHP reindirizzamento è forse un bene per gli utenti di WordPress 2,3 che non hanno accesso a httpd.conf / htaccess, ma per gli utenti di versioni precedenti di WordPress, o per quelli di noi che preferiscono gestire il reindirizzamento URL tramite Apache, c'è a much better solution for permalink canonicalization una migliore soluzione per permalink canonica .
February 7th, 2008 at 12:15 am 7 febbraio 2008, 12:15 am
If you’re interested, Mark Jaquith has a full writeup on the Canonical URL feature Se sei interessato, Mark Jaquith ha una piena writeup sulla funzione URL canonico here qui .