Friday, June 14, 2013

How to create HTML Sitemap tabular for blogger

      A site map (or sitemap) is a list of pages of a web site accessible to crawlers or users. It can be either a document in any form used as a planning tool for Web design, or a Web page that lists the pages on a Web site, typically organized in hierarchical fashion. There are two popular versions of a site map. An XML Sitemap is a structured format that a user doesn't need to see, but it tells the search engine about the pages in your site, their relative importance to each other, and how often they are updated. HTML sitemaps are designed for the user to help them find content on the page, and don't need to include each and every subpage. This helps visitors and search engine bots find pages on the site.

         This guide will help you create a sitemap of type 2 (HTML sitemap - tablet sitemap), see image below (or see the sitemap of this blog):


    To create a sitemap for your blogger, you do the following:
     
         - Step 1: Login blogger >> Select a blog to generate sitemap >> Pages >> New page >> Blank page. This new page is named sitemap (Read more at here).

         - Step 2: Click on Edit HTML, Copy the script below and paste it in the post area (Select All >> Ctrl +C).




    Note:  Replace the blogUrl: "http://Your-Blogger.blogspot.com/" in script with  the url of your blog.

    You can further customize the sitemap in the following code:



         You can also view articles How to create XML sitemap for blogger at here.

No comments :

Post a Comment