- Desde
- 24 May 2012
- Mensajes
- 1.956
Buenas a ver si alguien sabe a que es debido que en el webmaster tools google no da indexado mis entradas hace más de 2 meses:
No se si es debido al HTACCESS , Que tenga algo mal ... El htaccess que tengo es:
RewriteEngine on
RewriteCond %{REQUEST_URI} /+[^\.]+$
RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]
RewriteCond $1 !^(index\.php|images|css|js|robots\.txt|sitemap\.xml|sitemap\.php)
RewriteRule ^(.*)$ ./index.php/$1 [L]
RewriteRule ^sitemap\.xml$ sitemap\.php [L]
Y tambien muestro la estructura de sitemaps que utilizo:
<url>
<loc>
La URL DE LA ENTRADA
</loc>
<lastmod>2013-11-13T04:37:29-03:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
No se si es debido al HTACCESS , Que tenga algo mal ... El htaccess que tengo es:
RewriteEngine on
RewriteCond %{REQUEST_URI} /+[^\.]+$
RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]
RewriteCond $1 !^(index\.php|images|css|js|robots\.txt|sitemap\.xml|sitemap\.php)
RewriteRule ^(.*)$ ./index.php/$1 [L]
RewriteRule ^sitemap\.xml$ sitemap\.php [L]
Y tambien muestro la estructura de sitemaps que utilizo:
<url>
<loc>
La URL DE LA ENTRADA
</loc>
<lastmod>2013-11-13T04:37:29-03:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
Última edición: