• 24-11-2013, 11:22:14
    #1
    html bir siteye nasil sitemap kurarım wordpress eklenti ile yapiyoruz ama site sadece html bir index dosyası mevcut google dogrulaması yaptım suanda sadece sitemap kaldı
  • 24-11-2013, 11:52:57
    #2
    <?xml version="1.0" encoding="UTF-8"?>
    <urlset
          xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
    
    <url>
      <loc>http://www.site.com/icerik.html</loc>
    </url>
    </urlset>
    Şeklinde oluşturabilirsiniz. kodları not defterine yapıştırın sitemap.xml olarak farklı kaydedin
  • 24-11-2013, 11:58:33
    #3
    netster adlı üyeden alıntı: mesajı görüntüle
    <?xml version="1.0" encoding="UTF-8"?>
    <urlset
          xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
    
    <url>
      <loc>http://www.site.com/icerik.html</loc>
    </url>
    </urlset>
    Şeklinde oluşturabilirsiniz. kodları not defterine yapıştırın sitemap.xml olarak farklı kaydedin

    oldu hocam teşekkürler