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

Problem mit Google Sitemap Generator

Ein Spezialforum für alle SEO Tools und Suchmaschinenmarketing (SEM) Tools. Hier werden Fragen zur Interpretation der Daten, Funktionsweisen, Features und aktuelle Veränderungen der zahlreichen Tools diskutiert.
Neues Thema Antworten
26toto26
PostRank 1
PostRank 1
Beiträge: 8
Registriert: 16.02.2006, 11:33

Beitrag von 26toto26 » 05.06.2008, 17:04

Hallo Leute,

ich habe keine Ahnung was ich falsch mache. Ich möchte mit dem Google Sitemap Gemerator meine Sitemap erstellen.... Geht soweit gut fast schon zu gut. Ich bekomme alle Verzeichnisse und alle Dateien in dieses SiteMap rein. Das sind ca. 5792 Urls die er mir da rein schreibt.

hier mal meine Config

Code: Alles auswählen

<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap_gen.py example configuration script

  This file specifies a set of sample input parameters for the
  sitemap_gen.py client.

  You should copy this file into "config.xml" and modify it for
  your server.


  ********************************************************* -->


<!-- ** MODIFY **
  The "site" node describes your basic web site.

  Required attributes&#58;
    base_url   - the top-level URL of the site being mapped
    store_into - the webserver path to the desired output file.
                 This should end in '.xml' or '.xml.gz'
                 &#40;the script will create this file&#41;

  Optional attributes&#58;
    verbose    - an integer from 0 &#40;quiet&#41; to 3 &#40;noisy&#41; for
                 how much diagnostic output the script gives
    suppress_search_engine_notify="1"
               - disables notifying search engines about the new map
                 &#40;same as the "testing" command-line argument.&#41;
    default_encoding
               - names a character encoding to use for URLs and
                 file paths.  &#40;Example&#58; "UTF-8"&#41;
-->
<site
  base_url="http&#58;//diabetesexpert.de/"
  store_into="sitemap.xml"
  verbose="1"
  >

  <!-- ********************************************************
          INPUTS

  All the various nodes in this section control where the script
  looks to find URLs.

  MODIFY or DELETE these entries as appropriate for your server.
  ********************************************************* -->

  <!-- ** MODIFY or DELETE **
    "url" nodes specify individual URLs to include in the map.

    Required attributes&#58;
      href       - the URL

    Optional attributes&#58;
      lastmod    - timestamp of last modification &#40;ISO8601 format&#41;
      changefreq - how often content at this URL is usually updated
      priority   - value 0.0 to 1.0 of relative importance in your site
  -->
  <url  href="http&#58;//diabetesexpert.de/stats?q=name"  />
  <url
     href="http&#58;//diabetesexpert.de/stats?q=age"
     lastmod="2008-06-034T01&#58;00&#58;00-07&#58;00"
     changefreq="daily"
     priority="0.5"
  />

<!-- ** MODIFY or DELETE ** 
"directory" nodes tell the script to walk the file system and 
include all files and directories in the Sitemap.

Required attributes&#58;
path - path to begin walking from 
url - URL equivalent of that path 

Optional attributes&#58;
default_file - name of the index or default file for directory URLs

--> 
 
<directory
path="/srv/www/vhosts/diabetesexpert.de/httpdocs/"
url="http&#58;//diabetesexpert.de/"
default_file="index.php"
/>
</site>
was mache ich da falsch?

Danke für einen Tipp

Gruß
Torsten
https://diabetesexpert.de
Die Community für alle Diabetiker

Antworten
  • Vergleichbare Themen
    Antworten
    Zugriffe
    Letzter Beitrag