Bonjour,
Je suis actuellement chargé de réaliser le site web du chateau d'Aubry (cf http://www.chateau-aubry.com) et nous rencontrons un problème avec le sitemap. Les résultats de recherches de Google n'affiche pas les liens interne lorsque notre site est en première position (cf https://www.google.com/search?q=chateau+aubry)
Quelqu'un sait il d'où peux venir le problème?
D'avance merci,
Thibault
PJ: le code du sitemap
Je suis actuellement chargé de réaliser le site web du chateau d'Aubry (cf http://www.chateau-aubry.com) et nous rencontrons un problème avec le sitemap. Les résultats de recherches de Google n'affiche pas les liens interne lorsque notre site est en première position (cf https://www.google.com/search?q=chateau+aubry)
Quelqu'un sait il d'où peux venir le problème?
D'avance merci,
Thibault
PJ: le code du sitemap
Code:
<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.chateau-aubry.com/index.php</loc>
<lastmod>2009-10-08</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>http://www.chateau-aubry.com/hotel_valenciennes-hotels_valenciennes.php</loc>
<lastmod>2009-10-08</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>http://www.chateau-aubry.com/restaurant_valenciennes-restaurants_valenciennes.php</loc>
<lastmod>2009-10-08</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://www.chateau-aubry.com/salle-de-mariage_nord-valenciennes-salles-mariages.php</loc>
<lastmod>2009-10-08</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>http://www.chateau-aubry.com/salle-de-seminaire_nord-valenciennes-seminaires_entreprise.php</loc>
<lastmod>2009-10-08</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>http://www.chateau-aubry.com/salle-de-reception_nord-valenciennes-salles-receptions.php</loc>
<lastmod>2009-10-08</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.chateau-aubry.com/contact.php</loc>
<lastmod>2009-10-08</lastmod>
<changefreq>monthly</changefreq>
<priority>0.4</priority>
</url>
<url>
<loc>http://www.chateau-aubry.com/acces.php</loc>
<lastmod>2009-10-08</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.chateau-aubry.com/loisirs-au-chateau.php</loc>
<lastmod>2009-10-08</lastmod>
<changefreq>weekly</changefreq>
<priority>0.2</priority>
</url>
<url>
<loc>http://www.chateau-aubry.com/panorama.php</loc>
<lastmod>2009-10-08</lastmod>
<changefreq>monthly</changefreq>
<priority>0.1</priority>
</url>
</urlset>