Tests whether each value of a link's rel attribute
contains the nofollow token. Values are lowercased and split on
commas and whitespace, so "ugc nofollow" and "nofollow,ugc"
both count.
Value
A logical vector the same length as x: TRUE when the
nofollow token is present, FALSE when it is not, and
NA for blank strings or NA input.
See also
Other Screaming Frog toolkit:
sf_container_from_path(),
sf_contract(),
sf_graph_eligible(),
sf_normalize_position(),
sf_parse_follow(),
sf_read_input(),
sf_region_from_path()
Examples
sf_rel_nofollow(c("nofollow", "ugc nofollow", "sponsored", "", NA))
#> [1] TRUE TRUE FALSE NA NA