Duplicating nodes with animated parameters doesn't duplicate the animation?

Hi,
I am working on a project with some animated shader nodes and I have to duplicate some of the nodes multiple times (within the same material) with animated parameters on them, but if I duplicate the nodes with SHIFT+D, the animation gets lost on the duplicated nodes. Is there any trick to duplicate/copy the nodes including the animation?
Currently I am copy-pasting the keyframes of all the parameters for every copied node, but that’s very ineffcient and time consuming of course. Any help would be highly appreciated.

Have the animated node inside a nodegroup… use that nodegroup wherever you need.

Thanx man, that did the trick!