Skip to content

Commit b1f2e62

Browse files
committed
FAQ: Discourage search engines from indexing this site
1 parent 5aaa433 commit b1f2e62

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ The plugin uses `wp_get_environment_type()` to determine whether to send notific
7878

7979
For non-production environments, the request that would have been sent are logged in the PHP error log file to allow for developers to debug any requests. The notification is not actually sent to IndexNow.
8080

81+
### What happens for sites set to "Discourage search engines from indexing this site"?
82+
83+
There is no check for this setting in the plugin.
84+
85+
As an SEO feature, the expectation for installing this plugin that you want search engines to index your site. If this is not the case then you should deactivate this plugin.
86+
87+
As mentioned above, notifications are not sent for non-production sites.
88+
8189
## Changelog
8290

8391
### 1.1.0

readme.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ The plugin uses `wp_get_environment_type()` to determine whether to send notific
6969

7070
For non-production environments, the request that would have been sent are logged in the PHP error log file to allow for developers to debug any requests. The notification is not actually sent to IndexNow.
7171

72+
= What happens for sites set to "Discourage search engines from indexing this site"? =
73+
74+
There is no check for this setting in the plugin.
75+
76+
As an SEO feature, the expectation for installing this plugin that you want search engines to index your site. If this is not the case then you should deactivate this plugin.
77+
78+
As mentioned above, notifications are not sent for non-production sites.
79+
7280
== Changelog ==
7381

7482
= 1.1.0 =

0 commit comments

Comments
 (0)