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

Sitemaps?!

Dieses Forum ist für Informationen über Google gedacht (Ausser PageRank!).
Neues Thema Antworten
erzengel_2002
PostRank 1
PostRank 1
Beiträge: 8
Registriert: 30.06.2005, 09:43

Beitrag von erzengel_2002 » 30.06.2005, 09:50

Ich habe die Seitemap Datei erstellen lassen:

Code: Alles auswählen

<?xml version="1.0" encoding="UTF-8" ?>
<urlset
    xmlns="http&#58;//www.google.com/schemas/sitemap/0.84"
    xmlns&#58;xsi="http&#58;//www.w3.org/2001/XMLSchema-instance"
    xsi&#58;schemaLocation="http&#58;//www.google.com/schemas/sitemap/0.84
                          http&#58;//www.google.com/schemas/sitemap/0.84/sitemap.xsd">
<url>
    <loc>http&#58;//www.meinname.de/</loc>
    <lastmod>2005-06-30</lastmod>
    <priority>1.0</priority>
</url>
....
...
....
Lies sich auch als XML Datei anzeigen, nur dann sagte google mir das es validert werden muss.
BAUM!?


Bei google stand zu validerung das :

Code: Alles auswählen

<?xml version="1.0" encoding="UTF-8" ?>
<xsd&#58;schema xmlns&#58;xsd="http&#58;//www.w3.org/2001/XMLSchema"
 targetNamespace="http&#58;//www.google.com/schemas/sitemap/0.84"
 xmlns="http&#58;//www.google.com/schemas/sitemap/0.84">
<xsd&#58;annotation>
  <xsd&#58;documentation>
    XML Schema for Sitemap index files.
    Last Modifed 2005-05-24
  </xsd&#58;documentation>
</xsd&#58;annotation>

<xsd&#58;element name="sitemapindex">
  <xsd&#58;annotation>
    <xsd&#58;documentation>
      Container for a set of up to 1,000 sitemap URLs.
      This is the root element of the XML file.
    </xsd&#58;documentation>
  </xsd&#58;annotation>
  <xsd&#58;complexType>
    <xsd&#58;sequence>
      <xsd&#58;element ref="sitemap" maxOccurs="1000"/>
    </xsd&#58;sequence>
  </xsd&#58;complexType>
</xsd&#58;element>

<xsd&#58;element name="sitemap">
  <xsd&#58;annotation>
    <xsd&#58;documentation>
      Container for the data needed to describe a sitemap.
    </xsd&#58;documentation>
  </xsd&#58;annotation>
  <xsd&#58;complexType>
    <xsd&#58;all>
      <xsd&#58;element ref="loc"/>
      <xsd&#58;element ref="lastmod" minOccurs="0"/>
    </xsd&#58;all>
  </xsd&#58;complexType>
</xsd&#58;element>

<xsd&#58;element name="loc">
  <xsd&#58;annotation>
    <xsd&#58;documentation>
      REQUIRED&#58; The location URI of a sitemap.
      The URI must conform to RFC 2396 &#40;http&#58;//www.ietf.org/rfc/rfc2396.txt&#41;.
    </xsd&#58;documentation>
  </xsd&#58;annotation>
  <xsd&#58;simpleType>
    <xsd&#58;restriction base="xsd&#58;anyURI">
      <xsd&#58;minLength value="12"/>
      <xsd&#58;maxLength value="2048"/>
    </xsd&#58;restriction>
  </xsd&#58;simpleType>
</xsd&#58;element> 

<xsd&#58;element name="lastmod">
  <xsd&#58;annotation>
    <xsd&#58;documentation>
      OPTIONAL&#58; The date the sitemap was last modified. The date must conform
      to ISO 8601 &#40;http&#58;//www.w3.org/TR/NOTE-datetime&#41;. Example&#58; 2005-05-10
      Lastmod may also contain a timestamp. Example&#58; 2005-05-10T17&#58;33&#58;30+08&#58;00
    </xsd&#58;documentation>
  </xsd&#58;annotation>
  <xsd&#58;simpleType>
    <xsd&#58;restriction base="xsd&#58;string">
      <xsd&#58;minLength value="10"/>
      <xsd&#58;maxLength value="25"/>
    </xsd&#58;restriction>
  </xsd&#58;simpleType>
</xsd&#58;element> 

</xsd&#58;schema>
ok hab ich eingefügt aber geht nicht :S. was ist den nun der Fehler?