Saturday 23 January 2016

How To Create SiteMap on Blogger in 2016

On Blogspot or Blogger there are feeds that can be used as a sitemap or table of contents. How to create a table of contents or sitemap very easy or easy, that is to put a bit of javascript code to a page (page) or the mail, and of course by utilizing the RSS feed of the blog in question.

(If it fails we could use the second way to create a table of contents/sitemap Blogger)

The creation of a sitemap or table of contents in this article are intended for visitors of our blog, not robot for Google. Blog platform in question here is a Blogger not Wordpress, Tumblr, and other blog platforms. Blogger provides facilities to create a sitemap with so easy and automatic.

Here's how to create sitemap/table of contents automatically in Blogger:

  1. Sign in to Your blogger account.
  2. Select The Page. "Menu 
  3. Create a new page (click on the ' new page ' > ' blank page ')
  4. Mode select ' HTML '.
  5. Give the title of the table of contents or Sitemap (up to you).  
  6. Insert the following code: <script src="https://sites.google.com/site/fileeasyseo/Easy-Best-Sitemap.js"></script><script src="http://easy-seo-tips.blogspot.com/feeds/posts/default?max-results=9999&amp;alt=json-in-script&amp;callback=loadtoc"></script>
  7. Replace the code of the ' easy-seo-tips.blogspot.com ' above with your blog address.
  8. Publish.

Table of contents/Sitemap With Scroll

If you want the table of contents or sitemap which has a scroll on the right side (Figure 2), you can use the following code instead of the code point number 6 above: 
<div style="background-color: #ffffff; border: 1px solid #ddd; height: 100px; overflow: auto; padding: 10px; width: 100%px;">
<script src="https://sites.google.com/site/fileeasyseo/Easy-Best-Sitemap.js"></script><script src="http://easy-seo-tips.blogspot.com/feeds/posts/default?max-results=9999&amp;alt=json-in-script&amp;callback=loadtoc"></script></div>

A value of ' 100px ' in the ' heigh ' modified according the length of the table of contents is displayed. Don't forget to replace the code of the ' easy-seo-tips.blogspot.com ' at the top with your blog address.

Thank you for visiting Easy SEO Tips in the article on how to easily create Sitemap/table of contents automatically on Blogger. If you have any requests, suggestions and criticisms please comment.

No comments:

Post a Comment