Skip to content

Commit

Permalink
add link to yoast article which lists possible robots meta values
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Apr 14, 2021
1 parent 92a2d38 commit 8023ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/robots.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The example above would output the following:

Note that on local environments, and when the "Search engine visibility" setting in the admin Reading settings is set to "Discourage search engines from indexing this site", the `robots` meta tag will default to include `noindex, nofollow` unless overridden by the filter in addition to any custom parameters.

For more information and examples, refer to the [`wp_robots` hook developer documentation](https://developer.wordpress.org/reference/hooks/wp_robots/).
For more information, refer to the [`wp_robots` hook developer documentation](https://developer.wordpress.org/reference/hooks/wp_robots/) or [this list of available `robots` meta values](https://yoast.com/robots-meta-tags/).

## Robots.txt

Expand Down

0 comments on commit 8023ab9

Please sign in to comment.