Come rimuovere un Web page dall'indice di Google e da altri motori di ricerca
Inviato il 1° gennaio 2009 a 5:20
Così avete generato un Web site o un Web page e voi indossano? la t desidera chiunque altrimenti potere accedergli di destra? Quello? la punta dello S.A. di un problema una volta Google, Yahoo, MSN, o un certo altro Search Engine lo sposta ad incrementi!
Una volta che un Web page o un Web site è spostato ad incrementi, può essere trovato da chiunque sul pianeta con un collegamento del Internet. Se desiderate nascondere una pagina o un Web site dai motori di ricerca, potete farli in parecchi sensi.
I? prova del ll da camminare voi con il metodo più facile in primo luogo perché richiede meno conoscenza tecnica. Basicamente, potete aggiungere una linea del codice al vostro HTML page o potete installare il vostro web server per proteggere una lima o un indice.
Fortunatamente, appena circa tutti i motori di ricerca segua un campione dei robot di fotoricettore mentre Web site striscianti denominati Protocollo di esclusione dei robot. Come proprietario di Web site, potete usare la lima di robots.txt per dare le istruzioni ad un Search Engine su che cosa all'indice e su che cosa da non spostare ad incrementi.
Così come questo lavoro? Esso? semplice realmente eccellente di s! In primo luogo, generate una lima di testo denominata robots.txt usando Notepad o qualsiasi sistema di editazione testi. Ora lasci? opinione che di s desiderate ostruire il vostro intero Web site dall'indirizzamento dai motori di ricerca, in modo da aggiungereste queste linee alla vostra lima di testo:
Utente-agente: * Respinga: /
Utente-agente si riferisce al robot che sta strisciando il vostro Web site, cioè. Google, Yahoo, ecc. * mezzi tutti i robot. Si noti che un robot, quale un robot dello Spam, può ignorare la vostra lima complessivamente se ritiene come.
Usi soltanto una lima di robots.txt per ostruire il soddisfare dall'indirizzamento dai motori di ricerca importanti, non per le informazioni nascondentesi. Se qualcuno viene al vostro Web site, una lima di robots.txt non li impedirà l'accesso a del quel Web page e l'esame esso. Vi assicurate così appena capire che cosa la lima fa, esso impedite il vostro luogo rivelare in pagine di risultati di ricerca di Google (Yahoo e MSN anche).
Potete anche ostruire gli indici o le diverse pagine sul vostro luogo che usando robots.txt archiviano invece di ostruire l'intero Web site. Per ostruire un indice, potreste aggiungere le seguenti linee:
Respinga: /cgi-bin/ respinge: /tmp/ respinge: /~secret/
Si noti che dovete soltanto aggiungere una volta la linea dell'utente-agente, a meno che desideriate ogni robot ottenere un insieme differente delle istruzioni. Se desiderate ostruire una pagina, potreste usare questo:
Respinga: /private_file.html
Inoltre, verific la sezione di aiuto a Google per imparare più sopra come generare una lima di robots.txt . Once you have finished writing up the file, you just need to upload it to the root of your website so that it can be accessed as follows:
http://www.example.com/robots.txt.
The next time the robot visits your site, it will read the information and follow the instructions. If this seems too complicated, you can also block access to your website or webpage using META tags.
The noindex meta standard is also followed by all of the major search engines. To use it, you have to add a line of code to the HEAD section on the webpage. To prevent all robots from indexing a page on your site, add this line to the HEAD section:
<meta name="robots" content="noindex">
When Google or any other search engine sees that line on the page, it will automatically drop the page from the search results, even if other pages link to it.
So those are the two ways you can hide a page from Google and other search engines. If you are not able to get this to work, post a comment and I will try to help you out.
Also, check out my previous post if you are looking for a way to remove your name from search engines like Google, etc that are on other peoples websites. Enjoy!
» Filed Under Google Software/Tips
Save this page |
Stir it up on Mixx |
|
Add to Reddit |
Related Posts
- Why you should stop worrying about avoiding the duplicate content penalty
- Windows Live Search Webmaster Center open to public
- Common Search Engine Optimization Mistakes
- A complete list of search engine friendly (SEO) WordPress plugins for your Blog
- Google Custom Search Engine for Businesses - Custom search for your website without any ads for $100 a year
Save this page
Stir it up on Mixx
Add to Reddit






















Keep in mind that if you place a line in robots.txt, it might have the opposite to the desired effect because you’ll be announcing that the file exists.
For example if you put
Disallow: /topsecretfile.html
then (most) search engines will ignore it, but any human that loads your robots.txt will learn of it’s presence.