From 433508b451fce3cf277f516caae0fb5c39445cd2 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Sat, 6 Sep 2025 08:43:15 +1000 Subject: [PATCH 1/2] =?UTF-8?q?Make=20WP.org=20asset=20directory=20if=20it?= =?UTF-8?q?=20doesn=E2=80=99t=20exist.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/wporg-assets-update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/wporg-assets-update.yml b/.github/workflows/wporg-assets-update.yml index b56efab..417729b 100644 --- a/.github/workflows/wporg-assets-update.yml +++ b/.github/workflows/wporg-assets-update.yml @@ -18,6 +18,9 @@ jobs: git config --global user.name "10upbot on GitHub" git commit -m "Remove readme.md for WordPress.org deploy" + - name: Create .wordpress-org directory if it doesn't exist. + run: mkdir -p .wordpress-org + - name: WordPress.org plugin asset/readme update uses: 10up/action-wordpress-plugin-asset-update@stable env: From a28aaf845dd0b5139824d68b8c79cc685028b4ab Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Sat, 6 Sep 2025 08:53:04 +1000 Subject: [PATCH 2/2] FAQ: Supporting search engines. --- readme.md | 4 ++++ readme.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 712290e..68d7d95 100644 --- a/readme.md +++ b/readme.md @@ -42,6 +42,10 @@ composer require peterwilsoncc/simple-search-submission ## Frequently Asked Questions +### Which search engines support IndexNow? + +At the time of writing, IndexNow is supported by Bing, Naver, Seznam, Yandex and Yep. + ### Where is the settings page? There is no settings page for this plugin, simply activate the plugin and it will work as intended. diff --git a/readme.txt b/readme.txt index 34cc59b..04423c2 100644 --- a/readme.txt +++ b/readme.txt @@ -33,6 +33,10 @@ Simple Search Submission for IndexNow submits the update requests as you save yo == Frequently Asked Questions == += Which search engines support IndexNow? = + +At the time of writing, IndexNow is supported by Bing, Naver, Seznam, Yandex and Yep. + = Where is the settings page? = There is no settings page for this plugin, simply activate the plugin and it will work as intended.