Hướng Dẫn Tạo Sitemap Cực Đẹp Cho Blogspot

Sitemap (sơ đồ) là một từ ngữ chuyên môn không quá xa lạ. Có hai loại sitemap, là Sitemap mà các bạn gửi lên Google webmaster hay Bing webmaster,… và site của trang web giúp tăng khả năng trải nghiệm người dùng. Các sitemap đều giúp tối ưu SEO cho web của các bạn vừa giúp tăng điểm và tăng trải nghiệm người dùng khi ghé thăm trang web của các bạn.
Hôm nay, Blog Quý Khánh IT sẽ hướng dẫn các bạn tạo sitemap cực đẹp cho blogspot

Hình Ảnh Demo

Hướng Dẫn Thực Hiện

1. Các bạn truy cập vào trang quản trị Blogger: https://www.blogger.com


Vào Trang (Page)==> tiếp tục tạo trang mới ==> bài mới (New page)


2. Các bạn chuyển sang tab HTML, dán đoạn code dưới đây vào:
<link href="https://dl.dropbox.com/s/83zedha973pbecv/tabbed-toc-skin-sitemap.css" media="screen" rel="stylesheet" type="text/css"></link>
<div id="tabbed-toc">
<span class="loading">Loading...</span></div>
<script type="text/javascript">
var tabbedTOC = {
    blogUrl: "https://www.quykhanhit.com/", // Blog URL
    containerId: "tabbed-toc", // Container ID
    activeTab: 1, // The default active tab index (default: the first tab)
    showDates: false, // `true` to show the post date
    showSummaries: false, // `true` to show the posts summaries
    numChars: 200, // Number of summary chars
    showThumbnails: false, // `true` to show the posts thumbnails (Not recommended)
    thumbSize: 40, // Thumbnail size
    noThumb: "http://lh3.ggpht.com/-vpCFysMEZys/UOEhSGjkfnI/AAAAAAAAFwY/h1wuA5kfEhg/s72-c/grey.png", // A "no thumbnail" URL
    monthNames: [ // Array of month names
        "January",
        "February",
        "March",
        "April",
        "May",
        "June",
        "July",
        "August",
        "September",
        "October",
        "November",
        "December"
    ],
    newTabLink: true, // Open link in new window?
    maxResults: 99999, // Maximum post results
    preload: 0, // Load the feed after 0 seconds (option => time in milliseconds || "onload")
    sortAlphabetically: true, // `false` to sort posts by published date
    showNew: 7, // `false` to hide the "New!" mark in most recent posts, or define how many recent posts are to be marked
    newText: " - <em style='color:red;'>New!</em>" // HTML for the "New!" text
};
</script>
<script src="https://dl.dropbox.com/s/jak1mqt2qj1msf4/tabbed-toc-sitemap.js" type="text/javascript"></script>


Lưu ý:
- Thay lại địa chỉ https://www.quykhanhit.com/ thành địa chỉ blog của các bạn nhé.

3. Bấm xuất bản và hưởng thụ thành quả nào.

Chúc các bạn thành công!