Sitemap pour mobile : erreur de GWT

WRInaute occasionnel
J'essais de faire valider par Google Webmaster Tools le sitemap de la version mobile de mon site, en vain.

Le ficher : h*tp://m.missloving.com/sitemaps_m.php

La ligne état qui me retourne l'erreur dans la console de Google Webmaster Tools :


URL à accès restreint par un fichier robots.txt
Nous avons rencontré une erreur en essayant d'accéder à votre sitemap. Assurez-vous que votre sitemap est conforme aux consignes et qu'il est accessible à l'emplacement que vous avez spécifié. Ensuite, essayez de nouveau.

mon robots.txt :

Code:
User-agent: *
Disallow: /

User-agent: Googlebot-Mobile
Disallow:
Disallow: /lib/* 
Disallow: /action/*

Je sèche :-/

J'ai testé d'autoriser tout dans mon fichier robots.txt mais rien n'y fait :?

Code:
User-agent: *
Allow: /
 
WRInaute occasionnel
Mon sitemap qui ne passe toujours pas (mondomain est bien entendu écrit uniquement pour l'exemple) :? :

Code:
<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"  xmlns:mobile="https://www.google.com/schemas/sitemap-mobile/1.0">

<url> 
	<loc>http://m.mondomaine.com</loc>
	<mobile:mobile/>  
</url>
<url> 
	<loc>http://m.mondomaine.com/garcons-et-filles-en-ligne.html</loc>
	<mobile:mobile/>
</url>


<url><loc>http://m.mondomaine.com/concours-photos-garcon-webmaster/</loc><mobile:mobile/></url>
<url><loc>http://m.mondomaine.com/concours-photos-fille-electro-girll/</loc><mobile:mobile/></url>
<url><loc>http://m.mondomaine.com/concours-photos-fille-dealeuze2bizous/</loc><mobile:mobile/></url>
<url><loc>http://m.mondomaine.com/concours-photos-fille-ladyzlaora/</loc><mobile:mobile/></url>
<url><loc>http://m.mondomaine.com/concours-photos-fille-kisscool83/</loc><mobile:mobile/></url>
<url><loc>http://m.mondomaine.com/concours-photos-fille-just-me/</loc><mobile:mobile/></url>
<url><loc>http://m.mondomaine.com/concours-photos-fille-*+*fly*+*/</loc><mobile:mobile/></url>
<url><loc>http://m.mondomaine.com/concours-photos-garcon-loukalou/</loc><mobile:mobile/></url>
<url><loc>http://m.mondomaine.com/concours-photos-garcon-floflo866/</loc><mobile:mobile/></url>

<url><loc>http://m.mondomaine.com/concours-photos-fille-mélo1903/</loc><mobile:mobile/></url>
<url><loc>http://m.mondomaine.com/concours-photos-fille-pinkparadiz/</loc><mobile:mobile/></url>
<url><loc>http://m.mondomaine.com/concours-photos-garcon-enviedetreaimer/</loc><mobile:mobile/></url>
<url><loc>http://m.mondomaine.com/concours-photos-garcon-bikkembergs/</loc><mobile:mobile/></url>

<urlset/>
 
Discussions similaires
Haut