Nous sauvegardons dans notre exemple le sitemap sur le bureau. Il ne reste plus qu’à l’envoyer à la racine de votre site sur le serveur qui l’héberge puis le donner en pâture à Google. A noter, iGooMap est en version d’essai, le logiciel ne prend en compte que 11 des entrées et non les 14 inscrites dans le fichier.
Voilà le code source produit par notre manipulation, cela vous donne un gabarit pour ensuite augmenter ou diminuer le nombre d’entrées à l’aide de TexEdit par exemple.
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://www.hecube.net/</loc> <lastmod>2009-03-09</lastmod> <changefreq>weekly</changefreq> <priority>0.5</priority> </url> <url> <loc>http://www.hecube.net/mentions</loc> <lastmod>2009-03-09</lastmod> <changefreq>weekly</changefreq> <priority>0.5</priority> </url> <url> <loc>http://www.hecube.net/presentation_agence_web/index</loc> <lastmod>2009-03-09</lastmod> <changefreq>weekly</changefreq> <priority>0.5</priority> </url> <url> <loc>http://www.hecube.net/references/index</loc> <lastmod>2009-03-09</lastmod> <changefreq>weekly</changefreq> <priority>0.5</priority> </url> <url> <loc>http://www.hecube.net/accueil</loc> <lastmod>2009-03-09</lastmod> <changefreq>weekly</changefreq> <priority>0.5</priority> </url> <url> <loc>http://www.hecube.net/services_web/gestion_de_site_web</loc> <lastmod>2009-03-09</lastmod> <changefreq>weekly</changefreq> <priority>0.5</priority> </url> <url> <loc>http://www.hecube.net/contact/index</loc> <lastmod>2009-03-09</lastmod> <changefreq>weekly</changefreq> <priority>0.5</priority> </url> <url> <loc>http://www.hecube.net/services_web/creation_de_site_web</loc> <lastmod>2009-03-09</lastmod> <changefreq>weekly</changefreq> <priority>0.5</priority> </url> <url> <loc>http://www.hecube.net/expertises_web</loc> <lastmod>2009-03-09</lastmod> <changefreq>weekly</changefreq> <priority>0.5</priority> </url> <url> <loc>http://www.hecube.net/expertises_web/index</loc> <lastmod>2009-03-09</lastmod> <changefreq>weekly</changefreq> <priority>0.5</priority> </url> <url> <loc>http://www.hecube.net/references</loc> <lastmod>2009-03-09</lastmod> <changefreq>weekly</changefreq> <priority>0.5</priority> </url> </urlset> |
Pour les plus téméraires, Il y a toujours la marche à suivre préconisée par Google à partir du script python que Google mets à votre disposition.
Il vous faudra installer le language Python pour Mac OS X
http://www.python.org/download/mac/
Ensuite cette page vous présente la marche à suivre pour utiliser leur script.
https://www.google.com/webmasters/tools/docs/en/sitemap-generator.html
Pour les plus curieux, les outils et sites recommandés par Google pour servir un sitemap.
http://code.google.com/p/sitemap-generators/wiki/SitemapGenerators