File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,15 @@ IndexNow supports both notifications for newly published content and newly unpub
6969When unpublishing content, the notification serves as a request to de-index the newly 404 response on your site.
7070Sending a de-indexing request ensures that your site's old content does not appear in indexes and result in a file not found error.
7171
72+ ### Are notifications sent from non-production sites?
73+
74+ No.
75+
76+ The plugin uses ` wp_get_environment_type() ` to determine whether to send notifications to IndexNow.
77+
78+ For non-production environments, the request that would have been sent are logged in the PHP error log file to allow for
79+ developers to debug any requests. The notification is not actually sent to IndexNow.
80+
7281## Changelog
7382
7483### 1.0.0
Original file line number Diff line number Diff line change @@ -60,6 +60,15 @@ IndexNow supports both notifications for newly published content and newly unpub
6060When unpublishing content, the notification serves as a request to de-index the newly 404 response on your site.
6161Sending a de-indexing request ensures that your site's old content does not appear in indexes and result in a file not found error.
6262
63+ = Are notifications sent from non-production sites? =
64+
65+ No.
66+
67+ The plugin uses `wp_get_environment_type()` to determine whether to send notifications to IndexNow.
68+
69+ For non-production environments, the request that would have been sent are logged in the PHP error log file to allow for
70+ developers to debug any requests. The notification is not actually sent to IndexNow.
71+
6372== Changelog ==
6473
6574= 1.0.0 =
You can’t perform that action at this time.
0 commit comments