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
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,7 @@ The biggest features of this plugin are the features that it's missing:
23
23
* there are no custom database tables, it just works
24
24
* simply put, there is no fuss!
25
25
26
-
Simple Search Submission for IndexNow submits the update requests as you save your content. If you wish to submit the URLs
27
-
asynchronously via a cron job, you can include the code `add_filter( 'simple_search_submission_notify_async', '__return_true' );`
28
-
in your theme or or plugin.
26
+
Simple Search Submission for IndexNow submits the update requests as you save your content. If you wish to submit the URLs asynchronously via a cron job, you can include the code `add_filter( 'simple_search_submission_notify_async', '__return_true' );` in your theme or or plugin.
29
27
30
28
## Installation
31
29
@@ -66,17 +64,15 @@ This plugin is intended as a replacement for the Bing plugin that is much simpli
66
64
67
65
IndexNow supports both notifications for newly published content and newly unpublished content.
68
66
69
-
When unpublishing content, the notification serves as a request to de-index the newly 404 response on your site.
70
-
Sending a de-indexing request ensures that your site's old content does not appear in indexes and result in a file not found error.
67
+
When unpublishing content, the notification serves as a request to de-index the newly 404 response on your site. Sending a de-indexing request ensures that your site's old content does not appear in indexes and result in a file not found error.
71
68
72
69
### Are notifications sent from non-production sites?
73
70
74
71
No.
75
72
76
73
The plugin uses `wp_get_environment_type()` to determine whether to send notifications to IndexNow.
77
74
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.
75
+
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.
Copy file name to clipboardExpand all lines: readme.txt
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,7 @@ The biggest features of this plugin are the features that it's missing:
29
29
* there are no custom database tables, it just works
30
30
* simply put, there is no fuss!
31
31
32
-
Simple Search Submission for IndexNow submits the update requests as you save your content. If you wish to submit the URLs
33
-
asynchronously via a cron job, you can include the code `add_filter( 'simple_search_submission_notify_async', '__return_true' );`
34
-
in your theme or or plugin.
32
+
Simple Search Submission for IndexNow submits the update requests as you save your content. If you wish to submit the URLs asynchronously via a cron job, you can include the code `add_filter( 'simple_search_submission_notify_async', '__return_true' );` in your theme or or plugin.
35
33
36
34
== Frequently Asked Questions ==
37
35
@@ -57,17 +55,15 @@ This plugin is intended as a replacement for the Bing plugin that is much simpli
57
55
58
56
IndexNow supports both notifications for newly published content and newly unpublished content.
59
57
60
-
When unpublishing content, the notification serves as a request to de-index the newly 404 response on your site.
61
-
Sending a de-indexing request ensures that your site's old content does not appear in indexes and result in a file not found error.
58
+
When unpublishing content, the notification serves as a request to de-index the newly 404 response on your site. Sending a de-indexing request ensures that your site's old content does not appear in indexes and result in a file not found error.
62
59
63
60
= Are notifications sent from non-production sites? =
64
61
65
62
No.
66
63
67
64
The plugin uses `wp_get_environment_type()` to determine whether to send notifications to IndexNow.
68
65
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.
66
+
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.
0 commit comments