XML Site Haritası Yapmak
Örnek site haritası;
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84
http://www.google.com/schemas/sitemap/0.84/sitemap.xsd">
<url>
<loc>/</loc>
<lastmod>2007-04-23</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc></loc>
<lastmod>2007-04-23</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
</urlset>
<urlset> gerekli
<url> gerekli
<loc> sayfanın adresi - gerekli
<lastmod> tarih - isteğe bağlı
<changefreq> değerler; always, hourly, daily, weekly, monthly,
yearly, never - isteğe bağlı
<priority> varsayılan olarak 0.5
isteğe bağlı
|