Cara membuat Sitemap XML di Blog

Cara membuat Sitemap dengan cara manual seperti berikut.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>http://www.example.com/foo.html</loc>
<image:image>
<image:loc>http://example.com/image.jpg</image:loc>
</image:image>
<video:video>
<video:content_loc>
http://www.example.com/video123.flv
</video:content_loc>
<video:player_loc allow_embed="yes" autoplay="ap=1">
http://www.example.com/videoplayer.swf?video=123
</video:player_loc>
<video:thumbnail_loc>
http://www.example.com/thumbs/123.jpg
</video:thumbnail_loc>
<video:title>Grilling steaks for summer</video:title>
<video:description>
Masak bistik dengan kematangan yang sempurna setiap saat
</video:description>
</video:video>
</url>
</urlset>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>http://www.example.com/foo.html</loc>
<image:image>
<image:loc>http://example.com/image.jpg</image:loc>
</image:image>
<video:video>
<video:content_loc>
http://www.example.com/video123.flv
</video:content_loc>
<video:player_loc allow_embed="yes" autoplay="ap=1">
http://www.example.com/videoplayer.swf?video=123
</video:player_loc>
<video:thumbnail_loc>
http://www.example.com/thumbs/123.jpg
</video:thumbnail_loc>
<video:title>Grilling steaks for summer</video:title>
<video:description>
Masak bistik dengan kematangan yang sempurna setiap saat
</video:description>
</video:video>
</url>
</urlset>
Atau anda bisa juga membuat dengan cara membuat Sitemap dengan URL Pihak ketiga.Kunjungi disini.
Cara Mengirimkan Sitemap XML di Blog.
1.Kalian bisa mengirimkan Sitemap XML ke Google dengan cara sebagai berikut.
http://bcasite.blogspot.com/sitemap.xml
#Ganti bcasite.blogspot.com dengan alamat situs kalian.
2.Atau bisa juga dengan Cara seperti ini
http://bcasite.blogspot.com/feeds/posts/default?max-results=9999&amp;alt=json-in-script&amp;callback=loadtoc
#Ganti bcasite.blogspot.com dengan alamat situs kalian.
Cukup sekian,semoga bermanfaat.Apabila ada yang kurang jelas silahkan beri komentarnya.
Tag :
Tips SEO,
Tutorial Blogger
0 Komentar untuk "Cara membuat sitemap xml di Blog"