4 Arten, Seiten aus dem Google Index zu entfernen
Verfasst: 25.01.2006, 14:37
Habe mal ein bischen geforscht und 4 Lösungen gefunden, wie man Seiten aus dem Google Index entfernen kann:
1)
<?php header("Status: 410 Gone\nContent-Type: text/plain");?>
2)
<?php header("Status: 404 Not found\nContent-Type: text/plain");?>
3)
<?php header("Status: 301 Moved Permanently\nContent-Type: text/plain");?>
4)
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
Ich habe vor diese Kombi-Lösung einzusetzen:
<?php header("Status: 410 Gone\nContent-Type: text/plain");?>
<html>
<head>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<head>
<html>
Was haltet Ihr davon?
1)
<?php header("Status: 410 Gone\nContent-Type: text/plain");?>
2)
<?php header("Status: 404 Not found\nContent-Type: text/plain");?>
3)
<?php header("Status: 301 Moved Permanently\nContent-Type: text/plain");?>
4)
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
Ich habe vor diese Kombi-Lösung einzusetzen:
<?php header("Status: 410 Gone\nContent-Type: text/plain");?>
<html>
<head>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<head>
<html>
Was haltet Ihr davon?