Cách tạo Dynamic sitemap cho blogspot
Bước 1: Truy cập quản trị blogger - Trang - Tạo trang mới.Bước 2: Dán toàn bộ đoạn HTML dưới đây vào tab HTML của trang mới tạo:
<style type="text/css">Lưu ý: thay anhtrainang.com bằng tên miền blog bạn nhé.
.sbis {
overflow: hidden;
position: relative;
}
.sbis iframe {
display: block;
width: 100%;
height: 1765px;
margin-top: -115px;
margin-left: -10px;
padding-right: 10px;
}
#sidebar{ display:none !important;}
#main-wrapper { width:100%!important;} .main{ width:100%!important;}
</style>
<div class="sbis">
<iframe src="https://www.anhtrainang.com/view/sidebar "></iframe>
</div>
Bước 3: Xuất bản Trang và xem kết quả.
Bạn có thể tùy biến bằng cách thay đổi sidebar thành flipcard, classic, magazine, mosaic, snapshot, timeslide để tạo ra nhiều loại sitemap đẹp và độc đáo hơn nhé.
Chúc các bạn thành công.