noIndexFollowLinks static method

void noIndexFollowLinks()

Common preset: noindex but follow links

Implementation

static void noIndexFollowLinks() => set(index: false, follow: true);