-->

How to made widget sitemap page for blogger

11:49 PM
Create a special page for the sitemap on your blog can simplify the search engines to index your blog. For example, look gspot-design sitemap. For wordpress, there is a plugin that will instantly make these sitemap. However, what about Blogger?

Sign in to Blogger with your account

At the Post tab> Edit Pages



Click New Page

Give the title page according to your taste, but I suggest give the title "Sitemap"

In the Editor select Edit HTML and copy and paste the code below:

<script src="http://gspot-design.googlecode.com/files/gspotsitemap.js">
</script>
<script src="http://gspot-design.blogspot.com/feeds/posts/default?max-results=9999&amp;alt=json-in-script&amp;callback=loadtoc">
</script>
On blue paper, replace with your blog URL...

Just that...