Advertisement

~from data to wisdom~

Sitemaps untuk Daftar Isi Blog

Sitemap adalah sebuah halaman atau page yang memuat semua informasi link yang ada pada sebuah website. Informasi berupa category, post, page, image hingga tag, semua tercantum pada halaman sitemap. Berikut tutorial singkat membuat sitemaps 

1. Log in ke Blog Anda > pilih Page > New Page

2. Beri judul : Sitemaps > pilih mode HTML VIEW
3. Copy Paste Coding Berikut, Ganti https://www.dataaksi.id dengan url weblog Anda
 

<p><style type="text/css"> #toc{width:99%;margin:5px auto;border:1px solid #000b12; -webkit-box-shadow:4px 4px 8px 2px rgba(0,0,0, 0.2); -moz-box-shadow:4px 4px 8px 2px rgba(0,0,0, 0.2); box-shadow:4px 4px 8px 2px rgba(0,0,0, 0.2);} .labl{color:#FF5F00;font-weight:bold;margin:0 -5px; padding:1px 0 2px 11px;background: #000508; border:1px solid #000b12; border-radius:4px;-moz-border-radius:4px; -webkit-border-radius:4px;box-shadow:3px 3px 1px #bbb; -moz-box-shadow:3px 3px 1px #bbb;-webkit-box-shadow:3px 3px 1px #bbb;display:block;} .labl a{color:#fff;} .labl:first-letter{text-transform:uppercase;} .new{color:#FF5F00;font-weight:bold;font-style:italic;} .postname{font-weight:normal;background:#fff;margin-left: 35px;} .postname li{border-bottom: #ddd 1px dotted;margin-right:5px} </style> <div id="toc"> <script src="https://cdn.jsdelivr.net/gh/penaindigo/Pena-Indigo-Code@a134f9def601a6f77332eccc35d3d20e0d3c7e49/sitemappenaindigo.js" type="text/javascript"></script> <script src="https://www.dataaksi.id/feeds/posts/default?max-results=9999&amp;alt=json-in-script&amp;callback=loadtoc"> </script></div><br /></p>

Beberapa kode bisa Anda modifikasi sesuai selera
Misal Warna 
#000b12 >> #2D96DF 
#000508 >> #3498DB

Selamat Mencoba