Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/09/2008, 10:11
Gustavo1973
 
Fecha de Ingreso: abril-2007
Ubicación: Merlo
Mensajes: 314
Antigüedad: 17 años
Puntos: 3
sitemap para google

Hice el sitemap xml para el robot de google, pero me lo rechasa.
el archivo se llama sitemap.xml
Código:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.distribuidoramarks.com.ar">
   <url>
      <loc>http://www.distribuidoramarks.com.ar/</loc>
      <lastmod>2008/08/16</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
   </url>
   <url>
      <loc>http://www.distribuidoramarks.com.ar</loc>
      <changefreq>weekly</changefreq>
   </url>
   <url>
      <loc>http://www.distribuidoramarks.com.ar/?=1</loc>
      <lastmod>2008-08-16</lastmod>
      <priority>0.8</priority>
      <changefreq>monthly</changefreq>
   </url>
   <url>
      <loc>http://www.distribuidoramarks.com.ar/?=2</loc>
      <lastmod>2008-08-16</lastmod>
	  <priority>0.8</priority>
      <changefreq>monthly</changefreq>
   </url>
   <url>
      <loc>http://www.distribuidoramarks.com.ar/?=3</loc>
      <lastmod>2008-08-16</lastmod>
	  <priority>0.8</priority>
      <changefreq>monthly</changefreq>
   </url>
   <url>
      <loc>http://www.distribuidoramarks.com.ar/?=4</loc>
      <lastmod>2008-08-16</lastmod>
	  <priority>0.8</priority>
      <changefreq>monthly</changefreq>
   </url>
  <url>
      <loc>http://www.distribuidoramarks.com.ar/?=5</loc>
      <lastmod>2008-08-16</lastmod>
	  <priority>0.8</priority>
      <changefreq>monthly</changefreq>
   </url>
   <url>
      <loc>http://www.distribuidoramarks.com.ar/?=6</loc>
      <lastmod>2008-08-16</lastmod>
	  <priority>0.8</priority>
      <changefreq>monthly</changefreq>
   </url>
</urlset>
me tira el siguiente mensaje

Cita:
URL restringida por robots.txt
Google ha detectado un error al intentar acceder a su sitemap. Compruebe que cumpla con nuestras directrices y que puede accederse al mismo desde la ubicación proporcionada. A continuación, vuelva a enviar la información.
A que se debe????
Gracias