Du befindest Dich im Archiv vom ABAKUS Online Marketing Forum. Hier kannst Du Dich für das Forum mit den aktuellen Beiträgen registrieren.

sitemap 404/200 problem

Dieses Forum ist für Informationen über Google gedacht (Ausser PageRank!).
Neues Thema Antworten
Bartenbach
PostRank 1
PostRank 1
Beiträge: 13
Registriert: 27.03.2006, 22:37

Beitrag von Bartenbach » 23.07.2006, 11:45

Hi, wollte gerade mal Google Sitmaps testen. Bei der Verivizyrung sagt google das:

Verification status: NOT VERIFIED
We've detected that your 404 (file not found) error page returns a status of 302 in the header.


kenn mich da nicht aus - was heißt das - was kann ich dagegen machen?

vielen dank bartenbach

Anzeige von ABAKUS

von Anzeige von ABAKUS »

SEO Consulting bei ABAKUS Internet Marketing
Erfahrung seit 2002
  • persönliche Betreuung
  • individuelle Beratung
  • kompetente Umsetzung

Jetzt anfragen: 0511 / 300325-0.


Indigo
PostRank 7
PostRank 7
Beiträge: 647
Registriert: 03.01.2005, 12:48

Beitrag von Indigo » 23.07.2006, 11:48

Wie hast du denn deine "ErrorDocument" in der .htaccess definiert ?

Bartenbach
PostRank 1
PostRank 1
Beiträge: 13
Registriert: 27.03.2006, 22:37

Beitrag von Bartenbach » 23.07.2006, 12:17

Hi,
ErrorDocument 404 https://www. xy.com/404.htm
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www. [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^(.*) https://www.%{HTTP_HOST}/$1 [R=301]

thx

Bartenbach
PostRank 1
PostRank 1
Beiträge: 13
Registriert: 27.03.2006, 22:37

Beitrag von Bartenbach » 23.07.2006, 12:32

nachtrag

der 301 fehler kommt wenn ich über metatag veriviziere - wenn icht mit der html versuche btingt google
Verification status: NOT VERIFIED
Last attempt Jul 23, 2006: We've detected that your 404 (file not found) error page returns a status of 200 in the header
so nochmal versucht mit meta und...
We've detected that your 404 (file not found) error page returns a status of 200 in the header.

ahhhhhhhhhh :bad-words:

jelem
PostRank 7
PostRank 7
Beiträge: 620
Registriert: 10.05.2006, 07:48

Beitrag von jelem » 23.07.2006, 14:25

...interessiert mich auch brennend, hab nämlich die selbe Meldung.
Überprüft mit "html Datei hochladen".
Any help?

oldInternetUser
PostRank 9
PostRank 9
Beiträge: 1250
Registriert: 19.03.2005, 12:52

Beitrag von oldInternetUser » 23.07.2006, 14:43

Bartenbach hat geschrieben:
ErrorDocument 404 https://www. xy.com/404.htm
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www. [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^(.*) https://www.%{HTTP_HOST}/$1 [R=301]
Ich habe zwar keinen Apache-Webserver.

Aber warum ist oben die Url mit https://www.xy.com/ angegeben? Da genügt doch ein relativer Verweis.

Ein winziger Blick in die Apache-Dokumentation https://httpsd.apache.org/docs/2.0/mod/ ... ordocument lehrt:
Note that when you specify an ErrorDocument that points to a remote URL (ie. anything with a method such as http in front of it), Apache will send a redirect to the client to tell it where to find the document, even if the document ends up being on the same server. This has several implications, the most important being that the client will not receive the original error status code, but instead will receive a redirect status code. This in turn can confuse web robots and other clients which try to determine if a URL is valid using the status code.
google kann also den Originalstatus gar nicht sehen.

Bartenbach
PostRank 1
PostRank 1
Beiträge: 13
Registriert: 27.03.2006, 22:37

Beitrag von Bartenbach » 23.07.2006, 15:11

Ha, genau das wars - vielen dank ;)

Indigo
PostRank 7
PostRank 7
Beiträge: 647
Registriert: 03.01.2005, 12:48

Beitrag von Indigo » 23.07.2006, 19:26

Genau das hatte ich mir auch gedacht.

Antworten
  • Vergleichbare Themen
    Antworten
    Zugriffe
    Letzter Beitrag