Unlimited $1.99 domain names - We use goDaddy Illimitato $ 1,99 nomi di dominio - Usiamo GoDaddy
Powered by MaxBlogPress Powered by MaxBlogPress

Blogging errore: non si utilizza 301 redirects | JTPRATT's Blogging Errori
JTPratt's blogging errori


Home Casa » Blogging Mistake: Not Using 301 Redirects »Blogging errore: non si utilizza 301 Reindirizzamenti



Posted in: Posted in:

blogging categoria immagineblogging-errori categoria immagineWordPress categoria immagineWordPress-moduli di categoria immagineWordPress-Seo categoria immagine
1,529 views 1.529 punti di vista


Please note: This page was originally written in English. Nota: Questa pagina è stata scritta originariamente in lingua inglese.

The original post can be viewed Il post originale può essere visualizzato here qui .

Please note: This page was originally written in English.

The text has been translated using an online service such as Google or Babelfish.

The original post can be viewed here.


If you are not using 301 Redirects you are making a blogging mistake. Se non stai utilizzando reindirizzamenti 301 si sta procedendo a una blogging errore. 301 Redirects are easy to setup, save your google pagerank and link love, and save your visitors from a nasty “Error 404 - Not Found” page. 301 reindirizzamenti sono di facile installazione, salvare il tuo Google PageRank e link amore, e salvare i visitatori da una brutta "Errore 404 - non trovato" pagina. What is a 301 redirect? Che cos'è un reindirizzamento 301? It’sa single line you add to you “.htaccess” file (more on this later) that says ‘anyone that visits that URL - send them to that URL instead’. Si tratta di una singola linea si aggiunge a voi ". Htaccess" file (più su questo più tardi) che dice 'nessuno che le visite che URL - invia loro di URL che invece'. The redirect can happen witin your site, you can redirect to an external site - it’s basically from any URL to any URL. Il reindirizzamento, può accadere witin il tuo sito, è possibile reindirizzare a un altro sito web - è fondamentalmente da qualsiasi URL a qualsiasi URL.

Here are some scenarios where you would use a 301 redirect: Ecco alcuni scenari in cui si utilizza un reindirizzamento 301:

  1. You’ve changed your permalink structure Hai cambiato la struttura del permalink
  2. You’ve accidentally deleted a post and need to recreate it Hai eliminato accidentalmente un post e necessità di ricrearlo
  3. You wish to change the post slug (url) to make it more seo friendly Se desideri modificare il post slug (url) al fine di renderlo più amichevole seo
  4. You have a bunch of 404’s for pages that don’t (and maybe never) existed Avete un mazzo di 404's per le pagine che non (e forse mai) esistito
  5. You recently moved from one blogging platform to another (drupal, blogger, movable type, etc., to wordpress) Hai recentemente spostato da una piattaforma di blog a un altro (Drupal, blogger, Movable Type, ecc, a wordpress)
  6. You changed, recreated, or renamed your categories Si è modificato, ricreato, o rinominato i tuoi categorie

If you’re using Wordpress, you can try and install a module to add redirects directly from your admin panel. Se si sta utilizzando Wordpress, si può provare e installare un modulo per aggiungere reindirizza direttamente dal tuo pannello di admin. I personally have not had luck with this plugin, but some have - you’re welcome to try the Personalmente, non hanno avuto fortuna con questo plugin, ma alcuni hanno - hai la possibilità di provare la Objection Redirection Wordpress 301 Redirect Plugin Obiezione Reindirizzamento wordpress plugin di reindirizzamento 301 and see if it works for you. e vedere se funziona per voi.

If it doesn’t (or if you’re not using Wordpress), you’ll need to edit your .htaccess file yourself. Se non (o se non si sta usando Wordpress), devi modificare il tuo. Htaccess file di te stesso. If using Wordpress, you should already have a file called “.htaccess” in the root of your web site. Se si utilizza Wordpress, si dovrebbe già disporre di un file chiamato ". Htaccess" nella root del vostro sito web. If not, you’ll need to create it. Se non, devi crearla. Open up any text editor (notepad) on your PC. Aprire un qualsiasi editor di testo (blocco note) sul PC. You’ll need an FTP account and FTP access to your web site to do this. Hai bisogno di un account FTP e FTP accesso al tuo sito web per farlo. If using Wordpress, download your .htaccess file. Se si utilizza Wordpress, scarica il tuo. Htaccess file. It should already look something like this: Dovrebbe già qualcosa del genere:

 <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . <IfModule Mod_rewrite.c> RewriteEngine su RewriteBase / RewriteCond% (REQUEST_FILENAME)!-F RewriteCond% (REQUEST_FILENAME)!-D RewriteRule. /index.php [L] </IfModule> / / index.php [L] </ IfModule> 

If you’re not using Wordpress, download your .htaccess file and open it (or create a new one if you don’t have one already). Se non si sta usando Wordpress, scarica il tuo. Htaccess file e aprirlo (o crearne uno nuovo se non avete già uno). Basically - you’re going to add one line for each redirect. Fondamentalmente - che si vuole aggiungere una riga per ogni reindirizzamento. It’s very simple: E 'molto semplice:

Redirect 301 “/blog” http://www.yourwebsite.com Redirect 301 "/ blog" http://www.yourwebsite.com
Redirect 301 “/page.html” http://www.yourwebsite.com/page.html Redirect 301 "/ pagina.html" http://www.yourwebsite.com/page.html
Redirect 301 “/subdir/oldpage.html” http://www.yourwebsite.com/subdir Redirect 301 "/ sottodirectory / oldpage.html" http://www.yourwebsite.com/subdir
Redirect 301 “/blog” http://www.anotherwebsite.com Redirect 301 "/ blog" http://www.anotherwebsite.com

I tried several ways to do this, and this is the one that works for me every time. Ho provato diversi modi per farlo, e questo è quello che funziona per me ogni volta. I’m hosted on a Linux server running Apache. Ho ospitato su un server Linux in esecuzione Apache. Every line starts with “Redirect 301 “. Ogni riga inizia con "reindirizzamento 301". Then (always in quotes) is the path on your server to redirect. Poi (sempre tra virgolette) è il percorso sul server di reindirizzamento. I always start it with a slash (that means from the root of your site). Ho sempre iniziare con una barra (che significa dalla radice del tuo sito). There is no need to write out your full domain name in the first part. Non vi è alcun bisogno di scrivere il vostro nome del dominio completo nella prima parte. You can redirect a directory, a page, a page in a sub-directory, etc. Then just write the full URL to the page you are redirecting to. È possibile reindirizzare una directory, una pagina, una pagina in una sotto-directory, ecc Poi scrivere l'URL completo per la pagina che si stanno riorientando. You can redirect to a page in your site, a sub-directory, or a page in a sub-directory. È possibile reindirizzare a una pagina del tuo sito, un sotto-directory o una pagina in una sotto-directory. You can even redirect from your site to another (external) web site. Potete persino di reindirizzamento del tuo sito a un altro (esterno) sito web.

That’s it! Questo è tutto! Save you file and FTP back to the root of your web site and you’re done! Risparmiare file e FTP ritornare alla radice del tuo sito web e il gioco è fatto!

The reason I had to setup some 301 Redirects is because I migrated one of my web sites from Drupal to Wordpress. Il motivo ho dovuto setup alcuni reindirizzamenti 301 è perché ho migrato uno dei miei siti web da Drupal per Wordpress. With the date based permalink structure in Wordpress, the URL’s of all of my important pages with pagerank was screwed up. Con la data permalink struttura basata su WordPress, l'URL di tutti i miei importante pagine con pagerank è stato avvitato. They say if you redirect a page that had google page rank (to a new page) the (old) page rank will be passed on to the new page. Dicono se si reindirizzare una pagina che ha avuto Google page rank (a una nuova pagina) il (vecchio) page rank verrà trasferito nella nuova pagina. I can’t verify this myself, because my redirects haven’t been in place long enough to tell. Non posso verificare questo me stesso, perché il mio reindirizzamenti non sono stati in luogo abbastanza a lungo da raccontare. I will update after they’ve been online awhile. Mi viene aggiornato dopo che sono stati in linea un po '.


2 Responses to “Blogging Mistake: Not Using 301 Redirects” 2 risposte a "Blogging errore: non si utilizza 301 Reindirizzamenti"

  1. How to Setup 301 Redirects at search-optimization-school.com Come il programma di installazione a 301 Reindirizzamenti ricerca-ottimizzazione-school.com Has the following to say... Ha le seguenti dire ...

    [...] On my personal blogging site JTPRATT’s Blogging Mistakes, I just wrote a post about setting up 301 redirects. [...] Sul mio sito blog personali JTPRATT's Blogging errori, ho appena scritto un post su come configurare 301 reindirizzamenti. If you don’t already know how to setup 301 directs, what they are, or how to use them - you [...] Se non si sa già come impostare 301 dirige, quello che sono, o il modo di utilizzare loro - si [...]

  2. JP JP Has the following to say... Ha le seguenti dire ...

    Hello, I found your site while trying to find some advice on how to do 301 redirects. Ciao, ho trovato il tuo sito durante il tentativo di trovare alcuni consigli su come fare 301 reindirizzamenti. I just moved my blog from Blogger to Wordpress and need to forward the PR and links to the new blog. Ho appena spostato il mio blog da Blogger per Wordpress e la necessità di trasmettere le PR e collegamenti con il nuovo blog.

    I tried your redirects but it actually works without the quotes. Ho cercato i tuoi reindirizzamenti ma effettivamente funziona senza le virgolette.

    ie vale a dire

    Redirect 301 /webpage.html Redirect 301 / webpage.html http://www.yourwebsite.com/anotherpage.html

    Maybe it’sa different version of Apache or something? Forse si tratta di una versione diversa di Apache o qualcosa?

    Anyway thanks a bunch! Grazie comunque un mucchio!
    JP =;;
    JPs last blog post.. JPs ultimo post sul blog .. Wordpress move almost complete! Wordpress spostare quasi completa!

Question or Comment?? Domanda o commento? Spill it Now... Ricadute che ora ...

Saltare di gioia più di commenti!

We Reward Comments! Siamo ricompensa commenti!


We dofollow links, and get your latest blog post as a byline under every new comment from the "CommentLuv" plugin! Siamo dofollow link e ottenere il vostro ultimo post del blog come sottotitolo ogni nuovo sotto osservazione da parte del "CommentLuv" plug! Top commenters for every month are listed on every page of this site in a sidebar widget linked back to your URL! Top commenters per ogni mese sono riportati su ogni pagina di questo sito in una barra laterale gadget legati al tuo URL! We would like to reward you for becoming part of our community! Vorremmo ricompensa per aver scelto di far parte della nostra comunità! Your comment is valuable not only to us, but also all the other readers of this blog! Il tuo commento è prezioso non solo per noi, ma anche tutti gli altri lettori di questo blog!


Click to add smilies to your post! Fare clic per aggiungere smilies per il tuo post! == []^ = (= ((= (|=) r= | 8= 0=) ~= 00= (=;;=)]=;;;