kikko86vi
04-04-2008, 07:55
Ciao ragazzi,
ho un problema con il sitemap x google.prendiamo l'esempio che io ho un sito di nome www.xxx.it e devo inserire una sitemap nella directory primcipale.Beh non riesco a capire se la urlset in questione
[
<?xml version="1.0" encoding="UTF-8" ?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<url>
<loc>http://www.xxx.it/index.html</loc>
<lastmod>2008-04-03</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
]
oppure se al posto di urlset xmlns= vada
[
<?xml version="1.0" encoding="UTF-8" ?>
<urlset xmlns=""http://www.sitemaps.org/schemas/sitemap/0.9"">
<url>
<loc>http://www.xxx.it/index.html</loc>
<lastmod>2008-04-03</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
]
o se invece devo mettere cosė
[
<?xml version="1.0" encoding="UTF-8" ?>
<urlset xmlns=""http://www.xxx.it/sitemap.xml"">
<url>
<loc>http://www.xxx.it/index.html</loc>
<lastmod>2008-04-03</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
]
in poche parole cosa bisogna mettere nella riga urlset xmlns=?????????
grazie aiutatemi
ho un problema con il sitemap x google.prendiamo l'esempio che io ho un sito di nome www.xxx.it e devo inserire una sitemap nella directory primcipale.Beh non riesco a capire se la urlset in questione
[
<?xml version="1.0" encoding="UTF-8" ?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<url>
<loc>http://www.xxx.it/index.html</loc>
<lastmod>2008-04-03</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
]
oppure se al posto di urlset xmlns= vada
[
<?xml version="1.0" encoding="UTF-8" ?>
<urlset xmlns=""http://www.sitemaps.org/schemas/sitemap/0.9"">
<url>
<loc>http://www.xxx.it/index.html</loc>
<lastmod>2008-04-03</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
]
o se invece devo mettere cosė
[
<?xml version="1.0" encoding="UTF-8" ?>
<urlset xmlns=""http://www.xxx.it/sitemap.xml"">
<url>
<loc>http://www.xxx.it/index.html</loc>
<lastmod>2008-04-03</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
]
in poche parole cosa bisogna mettere nella riga urlset xmlns=?????????
grazie aiutatemi