WordPress Blog Building, I recommend the installation of two plug-ins, one is wp-postviews, detailed can see "WordPress article Statistics plug-in: wp-postviews let your article read the amount of timely update", The other is what we call the Sitemap plugin today.
This plugin, which is shared today, can generate both Sitemap.xml and sitemap.html. Make your site more conducive to SEO, user experience better.
The first step, download wordpress sitemap plugin, at the end of the text given.
Step two, install the plugin. Backstage--Plugin--Install plugin--Upload plugin--Select File--Install now.
Upload Sitemap Plugin
Third step, enable the plugin just installed, click Settings.
Enable and set up plugins
Fourth step, set up the plugin in detail.
Generate MIP XML: choose not to generate. (99% blog users did not perform MIP modification)
Generate an XML map: tick.
Generate Html Map: tick.
Post article Automatic Updates: tick.
Generate only recent articles (less than 1000): recommended check.
Include Links: articles, pages, categories, label suggestions are all checked, but also according to their actual situation optional check.
Configuring Plugins in detail
After you have configured the plugin, click Submit and update the map to complete.
After the configuration, the plugin will automatically write sitemap.xml to the site robots.txt let the search engine crawler automatically crawl.
Fifth, put the sitemap.html file at the bottom of your website.
add <a href= "http//Your domain/sitemap.html" at the bottom of the blog's theme footer (footer.php) >Sitemap</a> code to show your sitemap to your users and achieve a better user experience.
All right, sitemap plug-in installation using the tutorial to the end of this, there are any questions on the following message consulting it.
Knowledge Supplement:
Remember to check the robots.txt of your website to add a sitemap to go Oh!
The robots.txt content of this site is as follows:
User-agent: *
Disallow:/wp-admin
Disallow:/wp-content/plugins
Disallow:/wp-content/themes
Disallow:/wp-includes
Disallow:/?s=
Sitemap: My URL/sitemap.xml
If your website is not robots.txt, create a new file locally, copy the above code, and change the URL to your own, save the upload.
Source: Ze Industry construction Station Network
This article by Tze Industry original, published in 51CTO blog
Website SEO essentials: Add sitemap plugin to your wordpress blog