Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/wporg-assets-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down