if ( program.favicon ) {
        var countFavicon = horseman.count('link[rel*="icon"]');

        if ( countFavicon === 0 ) {
            errDesc = 'Favicon is not found. Please add <link rel="icon" type="image/png" href="path/to/your/file"></link> to keep the standarization.';