Skip to content

IndexNow

IndexNow #61

Workflow file for this run

name: 'IndexNow'
on:
schedule:
# Set the schedule time
- cron: '0 2 * * *'
jobs:
check-and-submit:
runs-on: ubuntu-latest
steps:
- name: indexnow-action
uses: bojieyang/indexnow-action@v2
with:
sitemap-location: 'https://capacitor-tutorial.com/sitemap-index.xml'
key: 56ffe56f61454c148027e09bc603b03b
google-indexing:
runs-on: ubuntu-latest
steps:
- uses: robingenz/action-google-indexing@v1.0.0
with:
siteUrl: 'capgo.app'
gcpServiceAccountKey: ${{ secrets.GCP_SA_KEY }}