powered by
This function checks if a given URL is blocked by the robots.txt file of the website.
allowedByRobots(url, bot = "googlebot")
The url you want to check
The bot you want to check the indexability with. Default is googlebot allowedByRobots()
# NOT RUN { allowedByRobots("https://www.r-project.org/", bot = "googlebot") # }
Run the code above in your browser using DataLab