Submit Sitemap to IndexNow #12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Submit Sitemap to IndexNow | |
| on: | |
| schedule: | |
| - cron: 0 0 * * 0 # Run at midnight UTC every Sunday. | |
| permissions: read-all | |
| jobs: | |
| submit-sitemap: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Submit sitemap URLs to IndexNow | |
| uses: jakob-bagterp/index-now-submit-sitemap-urls-action@v1 | |
| with: | |
| host: jakob-bagterp.github.io | |
| api_key: 6d71a14ac15c4c41a0c19e641f659208 | |
| api_key_location: https://jakob-bagterp.github.io/index-now-api-key.txt | |
| endpoint: yandex | |
| sitemap_locations: https://jakob-bagterp.github.io/browserist/sitemap.xml | |
| sitemap_days_ago: 7 |