Before I tell how it helps you create a sitemap know first what is a sitemap. sitemap is a page listing website which can be accessed by crawlers or users.
This can be a document in any form used as a planning tool for web design, or web page that lists the pages on the website. usually sitemap arranged hierarchically.
Sitemap example:
<url>
<loc> http://www.example.com/?id=who </loc> <loc> http://www.example.com/?id=who </ loc>
<lastmod> 2009-09-22</lastmod> <lastmod> 2009/09/22 </ lastmod>
<changefreq>monthly</changefreq> <changefreq> bulanan </ changefreq>
<priority>0.8</priority> <priority> 0,8 </ prioritas>
</url> </ Url>
<url> <url>
<loc> http://www.example.com/?id=what </loc> <loc> http://www.example.com/?id=what </ loc>
<lastmod> 2009-09-22</lastmod> <lastmod> 2009/09/22 </ lastmod>
<changefreq>monthly</changefreq> <changefreq> bulanan </ changefreq>
<priority>0.5</priority> <priority> 0,5 </ prioritas>
</url> </ Url>
<url> <url>
<loc> http://www.example.com/?id=how </loc> <loc> http://www.example.com/?id=how </ loc>
<lastmod> 2009-09-22</lastmod> <lastmod> 2009/09/22 </ lastmod>
<changefreq>monthly</changefreq> <changefreq> bulanan </ changefreq>
<priority>0.5</priority> <priority> 0,5 </ prioritas>
</url> </ Url>
</urlset> </ Urlset>
Now I'll show you how to create a sitemap, not to be confused in create a sitemap, you can make it quickly in http://www.xml-sitemaps.com way is as follows:
1. Enter your website address in the box provided
2. Set the frequency of your web site and the last time you modify (we recommend using use the server's respones)
3. Then automatically calculated priority select priority for your convenience
4. After that click start, wait a while and you will complete sitemap
5. After complete sitemap made you download and upload your sitemap in the root folder of your site's domain
6. After that, enter the site map at http://www.google.com/webmasters/
Finished you successfully make your site map
No comments:
Post a Comment