Description Usage Arguments Examples
View source: R/allowedByRobots.R
This function checks if a given URL is blocked by the robots.txt file of the website.
| 1 | allowedByRobots(url, bot = "googlebot")
 | 
| url | The url you want to check | 
| bot | The bot you want to check the indexability with. Default is googlebot allowedByRobots() | 
| 1 | allowedByRobots("https://www.r-project.org/", bot = "googlebot")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.