is_valid_robotstxt: Validate if a file is valid / parsable robots.txt file

View source: R/is_valid_robotstxt.R

is_valid_robotstxtR Documentation

Validate if a file is valid / parsable robots.txt file

Description

Validate if a file is valid / parsable robots.txt file

Usage

is_valid_robotstxt(text, check_strickt_ascii = FALSE)

Arguments

text

content of a robots.txt file provided as character vector

check_strickt_ascii

whether or not to check if content does adhere to the specification of RFC to use plain text aka ASCII


petermeissner/robotstxt documentation built on Nov. 17, 2024, 9:50 p.m.