
Bu konu hakkında yardımcı olabilirmisiniz?vbSEO kullanıyorum.
![]() |
![]() |
Peki nereden ayarlıyoruz Acaba?
Google sadece bi tane sitemap kabul ediyor ama ikiye bolunen sitemapin ikincisi nasil tanitilacak?
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>http://www.example.com/sitemap1.xml.gz</loc>
<lastmod>2004-10-01T18:23:17+00:00</lastmod>
</sitemap>
<sitemap>
<loc>http://www.example.com/sitemap2.xml.gz</loc>
<lastmod>2005-01-01</lastmod>
</sitemap>
</sitemapindex>
Vbseo nun sitemap ayarlarının otomatik gelmemesi çok kötü bir durum.
sitemap index ile
gibiKod:<?xml version="1.0" encoding="UTF-8"?> <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemap> <loc>http://www.example.com/sitemap1.xml.gz</loc> <lastmod>2004-10-01T18:23:17+00:00</lastmod> </sitemap> <sitemap> <loc>http://www.example.com/sitemap2.xml.gz</loc> <lastmod>2005-01-01</lastmod> </sitemap> </sitemapindex>
Arkadaşlar yok mudur konuyla ilgili bilgisi olan ?