Pb plan sitemap en xml

Nouveau WRInaute
Bonjour à tous
j'ai crée un plan sitemap.xml voici son code:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="https://www.google.com/schemas/sitemap/0.84">
<url>
<loc>http://www.oujdavente.com</loc>
<changefreq>always</changefreq>
</url>
<url> <loc>http://www.oujdavente.com/index.php?option=com_adsmanager&page=show_all&text_search=&order=0&expand=0&Itemid=0/</loc>
<changefreq>always</changefreq>
</url>
<url> <loc>http://www.oujdavente.com/index.php?option=com_adsmanager&page=show_category&catid=2&text_search=&order=0&expand=0&Itemid=32</loc>
<changefreq>always</changefreq>

</url>
<url>
<loc>http://www.oujdavente.com/index.php?option=com_adsmanager&page=show_category&catid=4&text_search=&order=0&expand=0&Itemid=32</loc>
<changefreq>always</changefreq>
</url>
<url> <loc>http://www.oujdavente.com/index.php?option=com_adsmanager&page=show_category&catid=1&text_search=&order=0&expand=0&Itemid=27</loc>
<changefreq>always</changefreq>
</url>
<url>
<loc>http://www.oujdavente.com/index.php?option=com_adsmanager&page=show_category&catid=3&text_search=&order=0&expand=0&Itemid=27</loc>
<changefreq>always</changefreq>
</url>
<url>
<loc>http://www.oujdavente.com/index.php?option=com_adsmanager&page=show_category&catid=6&text_search=&order=0&expand=0&Itemid=32
</loc>
<changefreq>always</changefreq>
</url>
</urlset>


j'ai enregistré le fichier sous sitemap.xml
Le pb est que ce fichier ne s'ouvre pas il me donne le message d'erreur suivant :

Le symbole point-virgule était attendu. Erreur de traitement de la ressource file:///C:/Documents and Settings/TICMA/Bureau/sitemap.xml. Ligne 8, Position 70


<loc>http://www.oujdavente.com/index.php?option=com_adsmanager&page=show_all&text_search=&order=0&expand=0&Itemid=0/</loc>
---------------------------------------------------------------------^
Merci pour votre aide
 
WRInaute accro
il te manque "&amp;" entre chaque variable de tes urls

ainsi:
Code:
<loc>http://www.oujdavente.com/index.php?option=com_adsmanager&amp;page=show_all&amp;text_search=.......
 
Discussions similaires
Haut