{"id":17551379,"url":"https://github.com/robingenz/action-google-indexing","last_synced_at":"2025-04-24T02:11:49.917Z","repository":{"id":220331694,"uuid":"751251096","full_name":"robingenz/action-google-indexing","owner":"robingenz","description":"🤖 GitHub Action to get your site indexed on Google in less than 48 hours.","archived":false,"fork":false,"pushed_at":"2025-01-19T12:09:18.000Z","size":355,"stargazers_count":21,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-18T09:34:35.333Z","etag":null,"topics":["google","indexing","seo","seo-tools","seotools"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robingenz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-01T08:30:38.000Z","updated_at":"2025-02-09T21:25:49.000Z","dependencies_parsed_at":"2024-04-20T17:05:08.676Z","dependency_job_id":"0cbb7670-d4c3-4fe1-b704-2a7bc319624c","html_url":"https://github.com/robingenz/action-google-indexing","commit_stats":null,"previous_names":["robingenz/google-indexing-action","robingenz/action-google-indexing"],"tags_count":2,"template":false,"template_full_name":"actions/javascript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robingenz%2Faction-google-indexing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robingenz%2Faction-google-indexing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robingenz%2Faction-google-indexing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robingenz%2Faction-google-indexing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robingenz","download_url":"https://codeload.github.com/robingenz/action-google-indexing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250546086,"owners_count":21448260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google","indexing","seo","seo-tools","seotools"],"created_at":"2024-10-21T04:45:42.018Z","updated_at":"2025-04-24T02:11:49.895Z","avatar_url":"https://github.com/robingenz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-google-indexing\n\nGitHub Action to get your site indexed on Google in less than 48 hours based on [goenning/google-indexing-script](https://github.com/goenning/google-indexing-script) by [@goenning](https://twitter.com/goenning).[^1]\n\nYou can read more about the motivation behind it and how it works in [this blog post](https://seogets.com/blog/google-indexing-script).\n\n## Preparation\n\n1. Follow [this guide](https://developers.google.com/search/apis/indexing-api/v3/prereqs) from Google. By the end of it, you should have a project on Google Cloud with the Indexing API enabled and a service account with the `Owner` permission for your sites.\n2. Make sure to enable both the `Google Search Console API` and the `Web Search Indexing API` via [Google Project \u003e API Services \u003e Enabled API \u0026 Services](https://console.cloud.google.com/apis/dashboard).\n3. [Download the JSON](https://github.com/goenning/google-indexing-script/issues/2) file containing the credentials for your service account. Create a secret in your GitHub repository with the content of this file (see [Creating secrets for a repository](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository)).\n\n## Usage\n\n```yaml\n- uses: robingenz/action-google-indexing@v1.0.0\n  with:\n    # The domain or site URL of the site to be indexed.\n    # Required.\n    siteUrl: ''\n    # The GCP service account key in JSON format.\n    # Required.\n    gcpServiceAccountKey: ''\n```\n\n## Example\n\n```yaml\nname: Google Indexing\non:\n  schedule:\n    - cron: '0 0 * * *'\njobs:\n  google-indexing:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: robingenz/action-google-indexing@v1.0.0\n        with:\n          siteUrl: 'example.tld'\n          gcpServiceAccountKey: ${{ secrets.GCP_SA_KEY }}\n```\n\n## License\n\nSee [LICENSE](./LICENSE).\n\n[^1]: This project is not affiliated with, endorsed by, sponsored by, or approved by Google LLC or any of their affiliates or subsidiaries. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobingenz%2Faction-google-indexing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobingenz%2Faction-google-indexing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobingenz%2Faction-google-indexing/lists"}