Skip to content

IndexNow

IndexNow #24

Workflow file for this run

name: IndexNow
on:
page_build
jobs:
indexnow:
runs-on: ubuntu-latest
steps:
- name: create IndexNow key
run: echo "${{ secrets.INDEXNOW_KEY }}" > "${{ secrets.INDEXNOW_KEY }}.txt"
- name: IndexNow
uses: bojieyang/indexnow-action@v2
with:
sitemap-location: 'https://smithsonian.github.io/SuperNOVAS/sitemap.xml'
key: ${{ secrets.INDEXNOW_KEY }}
since-unit: week
limit: 200