{"id":18143264,"url":"https://github.com/olegkorol/get-indexed","last_synced_at":"2026-05-20T07:33:34.737Z","repository":{"id":260619871,"uuid":"881856297","full_name":"olegkorol/get-indexed","owner":"olegkorol","description":"A Deno-based tool for submitting URLs to Google's Indexing API and checking their indexing status.","archived":false,"fork":false,"pushed_at":"2024-11-01T11:51:04.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T01:36:15.895Z","etag":null,"topics":["deno","gcp","google-cloud-platform","google-search-api","seo"],"latest_commit_sha":null,"homepage":"https://www.koiztech.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/olegkorol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2024-11-01T11:42:52.000Z","updated_at":"2024-11-01T11:51:07.000Z","dependencies_parsed_at":"2024-11-01T12:26:57.186Z","dependency_job_id":"1e385a9e-c6c1-4b6e-9105-768b24a2c3dd","html_url":"https://github.com/olegkorol/get-indexed","commit_stats":null,"previous_names":["olegkorol/get-indexed"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olegkorol%2Fget-indexed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olegkorol%2Fget-indexed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olegkorol%2Fget-indexed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olegkorol%2Fget-indexed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olegkorol","download_url":"https://codeload.github.com/olegkorol/get-indexed/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247538189,"owners_count":20955080,"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":["deno","gcp","google-cloud-platform","google-search-api","seo"],"created_at":"2024-11-01T19:06:17.528Z","updated_at":"2026-05-20T07:33:34.730Z","avatar_url":"https://github.com/olegkorol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Get Indexed\n\nA Deno-based tool for submitting URLs to Google's Indexing API and checking their indexing status.\n\n## Features\n\n- Parse XML sitemaps (including sitemap index files) to extract URLs\n- Submit URLs to Google's Indexing API for indexing/updating\n- Check indexing status of submitted URLs\n- Support for both single sitemaps and sitemap index files\n\n## Prerequisites\n\n- [Deno](https://deno.land/) installed\n- Google Search Console API access\n- Service account credentials with Indexing API permissions\n\n## Setup\n\n1. Create a service account in Google Cloud Console\n2. The Indexing API is enabled by default – no need to attach any policies to the service account\n3. Download the service account credentials JSON file\n4. Place the credentials file as `service-account.json` in the project root\n5. Head over to the Google Search Console and add the email of the service account as a user (with \"Owner\" access): `Settings -\u003e Users and permissions -\u003e Add user -\u003e Enter the email of the service account -\u003e Select \"Owner\" access`\n\n## Usage\n\n1. Update the `sitemapUrls` array in `main.ts` with your sitemap URL(s):\n\n```typescript\n// main.ts\n\nconst sitemapUrls = [\n  'https://example.org/sitemap.xml',\n]\n\n// Sitemap index files are supported as well:\n\nconst sitemapUrls = [\n  'https://example.org/sitemap-index.xml',\n]\n```\n\n2. Run the script:\n\n```bash\ndeno run start\n```\n\n## To-do\n\n- Add support for more Search Engines\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folegkorol%2Fget-indexed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folegkorol%2Fget-indexed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folegkorol%2Fget-indexed/lists"}