Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/08/2008, 11:58
Avatar de nes24
nes24
 
Fecha de Ingreso: julio-2005
Mensajes: 746
Antigüedad: 18 años, 9 meses
Puntos: 3
De acuerdo Problemas con site maps

Hola mi site pal lo tengo de la sigiente forma

viendolo como xml


- <urlset xmlns="http://www.google.com/schemas/sitemap/0.84" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84 http://www.web.com/archivo.php">
- <url>
<loc>http://www.web.com/</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
- <url>
<loc>http://www.web.com/index.php?id=pat&id=91</loc>
<lastmod>2008-08-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
- <url>
<loc>http://web/index.php?id=path&id=90</loc>
<lastmod>2008-08-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
//
.... y asi cerca de 500

//


</urlset>

viendolo en codigo de fuente


<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.google.com/schemas/sitemap/0.84"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84
http://www.web/sitemapfer.php">


<url>

<loc>http://www.wev.com/</loc>

<changefreq>daily</changefreq>

<priority>1.0</priority>

</url>

<url>
<loc>http://www.web/index.php?id=seccion&amp;id=91</loc>
<lastmod>2008-08-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://www.web.com/index.php?id=seccion&amp;id=90</loc>
<lastmod>2008-08-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://www.web/index.php?id=seccion&amp;id=89</loc>
<lastmod>2008-08-25</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>



Por que en la seccion de webmasters de googgle, en mi analitys me aparece que :


esta URL no es valida, corrijala y vuelva a enviar la



agradesco la ayuda