
Google XML Sitemap
A lire aussi : Google Indexing - Free SEO Tool for Webmasters
To improve its indexing process, Google encourages webmasters to provide it with a file called sitemap. This file, in XML format, logically lists the pages of your website.
The goal is to allow search engines to crawl a website more easily and thus index its pages more quickly.
A voir aussi : Backlinks - Free SEO Tutorial
XML Structure
The XML structure is very simple to write. The following tags are mandatory:
- urlset: opening and closing of the file
- url: for each page
- loc: for each URL
<?xml version=”1.0″ encoding=”UTF-8″?>
<urlset xmlns=”http://www.google.com/schemas/sitemap/0.84″>
<url>
<loc>https://www.techniques-de-referencement.fr/index.htm</loc>
</url>
</urlset>
Simply copy/paste the <url> and <loc> tags for each new page. For example, you can check the sitemap of our site: Sitemap XML
Uploading
Once your file is created, you just need to upload it to the root of your server.
https://www.techniques-de-referencement.fr/sitemap.xml