1. Halo Guest, pastikan Anda selalu menaati peraturan forum sebelum mengirimkan post atau thread baru.

Google Sitemap Generator untuk Movable Type

Discussion in 'Movable Type' started by RisK, Jul 25, 2006.

  1. RisK

    RisK Ads.id Pro

    Joined:
    Jan 26, 2006
    Messages:
    326
    Likes Received:
    1
    ini template untuk menghasilkan sebuah file sitemap XML di Movable Type.

    - bikin sebuah index template baru. beri nama yg sesuai.
    - atur supaya outputnya file berformat XML.
    - kopi pes kode dibawah, trus
    - simpan dan rebuild template ini.

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <urlset xmlns="[url]http://www.google.com/schemas/sitemap/0.84"[/url]
        xmlns:xsi="[url]http://www.w3.org/2001/XMLSchema-instance"[/url]
        xsi:schemaLocation="[url]http://www.google.com/schemas/sitemap/0.84[/url]
                  [url]http://www.google.com/schemas/sitemap/0.84/sitemap.xsd">[/url]
    
    <!-- halaman index utama -->
    <url>
     <loc><$MTBlogURL$></loc>
     <priority>1.0</priority>
     <changefreq>daily</changefreq>
    </url>
    
    <!-- halaman arsip utama -->
    <url>
     <loc><$MTBlogURL$>archives.php</loc>
     <priority>1.0</priority>
     <changefreq>daily</changefreq>
    </url>
    
    <!-- halaman-halaman entri blog -->
    <MTArchiveList>
    <url>
     <loc><$MTArchiveLink$></loc>
     <priority>0.8</priority>
     <changefreq>weekly</changefreq>
    </url>
    </MTArchiveList>
    
    <!-- halaman arsip bulanan -->
    <MTArchiveList archive_type="Monthly">
    <url>
     <loc><$MTArchiveLink$></loc>
     <priority>0.5</priority>
     <changefreq>daily</changefreq>
    </url>
    </MTArchiveList>
    
    <!-- halaman arsip kategori -->
    <MTArchiveList archive_type="Category">
    <url>
     <loc><$MTArchiveLink$></loc>
     <priority>0.5</priority>
     <changefreq>daily</changefreq>
    </url>
    </MTArchiveList>
    
    </urlset>
    baca keterangan lengkap di artikel Google Sitemap Generator untuk Movable Type
     
  2. ghosthost

    ghosthost Ads.id Pro

    Joined:
    Apr 12, 2006
    Messages:
    460
    Likes Received:
    0
    Location:
    cimahi
    MT expert neh... sep sep.. ditunggu next tips nya
     
  3. kaze

    kaze Hero

    Joined:
    Oct 27, 2005
    Messages:
    626
    Likes Received:
    4
    iya nih, kok di MT cuma satu thread sih. ayo yang lain pada bagi3 ilmunya donk
     
  4. Beranimati

    Beranimati Newbie

    Joined:
    Jun 19, 2011
    Messages:
    10
    Likes Received:
    0
    wah keren tuh gan
     
  5. gunthardt

    gunthardt Banned

    Joined:
    Sep 27, 2011
    Messages:
    532
    Likes Received:
    10
    Location:
    antah berantah
    keren gan, menunggu tips selanjutnya
     
  6. dedisyd

    dedisyd Super Hero

    Joined:
    Sep 20, 2011
    Messages:
    1,242
    Likes Received:
    312
    Location:
    planet telex
    Gak ngerti cms MT, kelebihan MT kira2 apa aja mastah2 sekalian?
     
  7. muhibbi

    muhibbi Banned

    Joined:
    Nov 13, 2011
    Messages:
    126
    Likes Received:
    0
    Location:
    pangkahkulon ujungpangkah, GRESIK , JAWA TIMUR
  8. dr.SEO

    dr.SEO Super Hero

    Joined:
    Sep 11, 2014
    Messages:
    179
    Likes Received:
    19
    Location:
    Set your GOALS high and don't stop until you get t
    sub forum ini kok sepi ya, cms seperti ini namanya apa
     

Share This Page