Danke für die Klarstellung, dann brauche ich das gar nicht zu versuchen!
"nur wenn man die Anzeige per site: künstlich provoziert."
Das tönt super, vielen Dank!! Ist nämlich genau das, was ich jeweils mache...

Herzlich willkommen im SEO Forum der ABAKUS Internet Marketing GmbH
registrieren registriertes Mitglied
Ich habe Dir ja schon zu verstehen gegeben, dass Du für mich der absolute Voll-Troll bist.mits hat geschrieben:Oder habe ich, als quasi dauerbekiffter IT-Nerd, nur ein "Brett vor dem Kopf"?
Code: Alles auswählen
User-agent: *
Disallow: /
Disallow: /index.php
Code: Alles auswählen
<!doctype html>
<html lang="de-CH">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>index.php</title>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
</head>
<body>
</body>
</html>
Code: Alles auswählen
<LocationMatch "/robots.txt">
ProxyPass http://nothing.mXXXXXXX.com/robots.txt
ProxyPassReverse http://nothing.mXXXXXXX.com/robots.txt
Header add X-Robots-Tag "noindex, follow"
RequestHeader set X-Robots-Tag "noindex, follow"
RequestHeader set User-Agent "Googlebot"
</LocationMatch>
<LocationMatch "/index.php">
ProxyPass http://nothing.mXXXXXXX.com/index.php
ProxyPassReverse http://nothing.mXXXXXXX.com/index.php
Header add X-Robots-Tag "noindex, nofollow"
RequestHeader set X-Robots-Tag "noindex, nofollow"
</LocationMatch>
<LocationMatch "/">
ProxyPass http://nothing.mXXXXXXX.com/
ProxyPassReverse http://nothing.mXXXXXXX.com/
Header add X-Robots-Tag "noindex, nofollow"
RequestHeader set X-Robots-Tag "noindex, nofollow"
</LocationMatch>
Code: Alles auswählen
HTTP/1.1 200 OK =>
Server => nginx
Date => Mon, 30 Jul 2018 20:21:39 GMT
Content-Type => text/html
Connection => close
X-Powered-By => PleskLin
Vary => Accept-Encoding
X-Robots-Tag => noindex, nofollow
X-Cache-Status => STALE
Code: Alles auswählen
HTTP/1.1 200 OK =>
Server => nginx
Date => Mon, 30 Jul 2018 20:22:37 GMT
Content-Type => text/html
Connection => close
X-Powered-By => PleskLin
Vary => Accept-Encoding
X-Robots-Tag => noindex, nofollow
X-Cache-Status => MISS
Code: Alles auswählen
HTTP/1.1 200 OK =>
Server => nginx
Date => Mon, 30 Jul 2018 20:27:26 GMT
Content-Type => text/plain
Content-Length => 46
Connection => close
Last-Modified => Mon, 30 Jul 2018 18:49:45 GMT
ETag => "1366030-2e-5723beccc4440"
Vary => Accept-Encoding
X-Robots-Tag => noindex, nofollow
X-Cache-Status => STALE
X-Powered-By => PleskLin
Accept-Ranges => bytes
Code: Alles auswählen
<LocationMatch "/robots.txt">
ProxyPass http://nothing.mXXXXXXX.com/robots.txt
ProxyPassReverse http://nothing.mXXXXXXX.com/robots.txt
Header add X-Robots-Tag "noindex, [b]follow[/b]"
RequestHeader set X-Robots-Tag "noindex, [b]follow[/b]"
RequestHeader set User-Agent "Googlebot"
</LocationMatch>