noIndexFollowLinks static method
void
noIndexFollowLinks()
Common preset: noindex but follow links
Implementation
static void noIndexFollowLinks() => set(index: false, follow: true);
Common preset: noindex but follow links
static void noIndexFollowLinks() => set(index: false, follow: true);