Thursday, December 8, 2011

How to Create a Sitemap in Blogspot

Sitemaps are particularly needed by blog visitors to make it easy to explore our blog page.
To create a sitemap is as follows:

1. Log into Blogger.com
2. Click New Post


3. Click the Edit Pages


4. Click the New Page


5. Click on Edit HTML, Copy the script below and paste it in the post area

<link href="http://gut-cp.50webs.com/map.css" media="screen" rel="stylesheet" type="text/css"></link>
<script src="http://gut-cp.50webs.com/map.js">
</script>
<script src="http://your-blog.blogspot.com/feeds/posts/summary?max-results=1000&amp;alt=json-in-script&amp;callback=loadtoc">
</script>
<script type="text/javascript">
var accToc=true;
</script>
<script src="http://gut-cp.50webs.com/map3.js" type="text/javascript">
</script>

6. When finished click the Publish Page


7. Select Blog Tabs and click SAVE AND PUBLISH


8. View Page, Sitemap already visible in the Blog page.



Replace the script with the color green with the url of your blog.
Thank you for visiting this blog.

2 comments: