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: 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.