ciao a tutti

Volevo sapere : io uso GSiteCrawler per generare la sitemap.

Quando la genera mette gli url anche di tutte le immagini ...oltre che a un'intestazione abb lunga...

Codice PHP:
<?xml version="1.0" encoding="UTF-8"?>
<?xml
-stylesheet type="text/xsl" href="gss.xsl"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84 [url]http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd[/url]">
Non sarebbe meglio avere una sitemap pulita, con solo i link di tutte le pagine e basta?

Inoltre, nei singoli link ....devo lasciare tutte le informazioni generate col programmino? tipo lastmod, changefreq
Codice PHP:
<url><loc>[url]http://www.logiss.eu/foto/usato/tmb_rulliera_estensibile.gif[/url]</loc><lastmod>2010-04-15T15:12:10+00:00</lastmod><changefreq>daily</changefreq><priority>0.50</priority></url> 
Oppure posso lasciarla cosi come me la da GSiteCrawler ???


ciao e grazie