Skip to main content

Adding Table of Contents Page to Blogger – Simple and Clean !

how to create table of contents page in bloggerTable of contents page gives your users an easy way to navigate to through your posts. It also helps search bots to better index your pages. But adding one in blogger is not that easy. Some used to create a page with the name ‘sitemap’ and manually added their posts links to it. It is difficult because you’ve update the page manually each time you post something new.

But that is past. Now we can easily create a toc page that automatically updates each time you add a new post in blogger. See my table of contents page to check the demo. You can see the post arranged according to labels making it easily navigable. And plus this widget also tells the users which post is new and which old. So let’s create a page for you too.

Creating a Table of Contents Page

  • Navigate to Blogger Dashboard > Pages > New page > Blank PageSnap_2013.12.09_10h37m35s_002_
  • Firstly name the page like “Sitemap” or  “ Table of Contents” or “ TOC of XYZ”
  • Now switch to HTML mode and paste the below code into it.
<!--Table of contents by BloggsLab Start -->
<script src="https://dl.dropboxusercontent.com/s/l9u1upbt1uqyxvr/table%20of%20contents.js">
</script>
<script src="http://www.bloggslab.com/feeds/posts/summary?alt=json-in-script&max-results=1000&callback=loadtoc" type="text/javascript">
</script>
<!--Table of contents by BloggsLab End –>
Replace www.bloggslab.com with you site url.
HTML Mode in blogger post editor
  • Now Publish the page. Done.
Now you just created a simple and clean table of contents page for you blog. Hope it was helpful and all went perfectly. I’ll in my upcoming posts surely share a more customized and stylish version of the table of contents page. Thanks for stopping by.Thumbs up

Comments

Popular posts from this blog

Automatic Read More With Thumbnails for Blogger

Blogger gives us an option to add jump break to posts. It enables us to display a a short summary of the post on the homepage of our blog with a link to the full post. Most of us add jump break to our posts, because displaying a short summary instead of the full post on the main page has many advantages. The main reason is that it increases page views and the visitors can easily get a selection of your posts.

Responsive Recent Posts Slider Widget for Blogger

Here is one amazing responsive featured post slider for your blogs. This slider is Here i am with a fully automated featured posts slider for blogger blogs. This widget features a complete responsive design and is coded to fetch the most recent posts automatically from your blog. Yes i said fully automated, you only need to add your blog url in the code.

Recent Comments Widget for Blogger Blogs using simple JavaScript and Feeds

Recent comments widget show the feed of latest comments on your blog in your sidebar. It helps you to boost the engagement of your readers in your blog and also shows the new readers what’s happening on your blog. We have many ways to add one to your blogger blog. And today i’ll share with you two simple methods of adding one to your blog.