Skip to content

Commit 5d749fe

Browse files
Merge pull request #5 from peterwilsoncc/readme-search-engine-faq
Add FAQ for supporting search engines.
2 parents 8062749 + a28aaf8 commit 5d749fe

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.github/workflows/wporg-assets-update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
git config --global user.name "10upbot on GitHub"
1919
git commit -m "Remove readme.md for WordPress.org deploy"
2020
21+
- name: Create .wordpress-org directory if it doesn't exist.
22+
run: mkdir -p .wordpress-org
23+
2124
- name: WordPress.org plugin asset/readme update
2225
uses: 10up/action-wordpress-plugin-asset-update@stable
2326
env:

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ composer require peterwilsoncc/simple-search-submission
4242

4343
## Frequently Asked Questions
4444

45+
### Which search engines support IndexNow?
46+
47+
At the time of writing, IndexNow is supported by Bing, Naver, Seznam, Yandex and Yep.
48+
4549
### Where is the settings page?
4650

4751
There is no settings page for this plugin, simply activate the plugin and it will work as intended.

readme.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Simple Search Submission for IndexNow submits the update requests as you save yo
3333

3434
== Frequently Asked Questions ==
3535

36+
= Which search engines support IndexNow? =
37+
38+
At the time of writing, IndexNow is supported by Bing, Naver, Seznam, Yandex and Yep.
39+
3640
= Where is the settings page? =
3741

3842
There is no settings page for this plugin, simply activate the plugin and it will work as intended.

0 commit comments

Comments
 (0)