You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,14 @@ The plugin uses `wp_get_environment_type()` to determine whether to send notific
78
78
79
79
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.
80
80
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.
Copy file name to clipboardExpand all lines: readme.txt
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,14 @@ The plugin uses `wp_get_environment_type()` to determine whether to send notific
69
69
70
70
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.
71
71
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.
0 commit comments