{"id":22276126,"url":"https://github.com/noud/laravel-seo-google-indexing-api","last_synced_at":"2025-10-09T06:09:52.844Z","repository":{"id":56358413,"uuid":"230306074","full_name":"noud/laravel-seo-google-indexing-api","owner":"noud","description":"Laravel SEO Google Search Indexing API","archived":false,"fork":false,"pushed_at":"2025-01-08T22:34:15.000Z","size":28,"stargazers_count":7,"open_issues_count":4,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-21T23:47:49.983Z","etag":null,"topics":["google-indexing-api","laravel","seo"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/noud.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-12-26T17:56:48.000Z","updated_at":"2025-09-14T13:54:58.000Z","dependencies_parsed_at":"2025-07-03T13:48:22.634Z","dependency_job_id":null,"html_url":"https://github.com/noud/laravel-seo-google-indexing-api","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/noud/laravel-seo-google-indexing-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Flaravel-seo-google-indexing-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Flaravel-seo-google-indexing-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Flaravel-seo-google-indexing-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Flaravel-seo-google-indexing-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noud","download_url":"https://codeload.github.com/noud/laravel-seo-google-indexing-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Flaravel-seo-google-indexing-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000853,"owners_count":26082950,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-api","laravel","seo"],"created_at":"2024-12-03T14:13:33.188Z","updated_at":"2025-10-09T06:09:52.781Z","avatar_url":"https://github.com/noud.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel SEO Google Indexing API\n\nInform Google Search [Indexing API](https://developers.google.com/search/apis/indexing-api/v3/quickstart) about your [Job Posting](https://developers.google.com/search/docs/data-types/job-posting) URLs.\n\n## Requirements\n\n* PHP 7.2+\n* Laravel 5.6+\n\n## Installation\n\nInstall the package by running this command in your terminal/cmd:\n```\ncomposer require noud/laravel-seo-google-indexing-api\n```\n\n## Configuration\n\nAdd these settings to your ```.env```.\n```\nGOOGLE_SERVICE_ENABLED=true\nGOOGLE_SERVICE_ACCOUNT_JSON_LOCATION=\"/var/www/seo/config/google/google-service-account.json\"\n```\n\n## Usage\n\nHere is a usage example:\n```\n\u003c?php\n\nnamespace App\\Http\\Controllers;\n\nuse App\\Models\\JobPosting;\nuse GoogleIndexing\\Services\\IndexingService;\n\nclass GoogleIndexingController extends Controller\n{\n    private $indexingService;\n\n    public function __construct(IndexingService $indexingService)\n    {\n        $this-\u003eindexingService = $indexingService;\n    }\n\n    public function updateURL(JobPosting $jobPosting)\n    {\n        $this-\u003eindexingService-\u003eupdate($jobPosting-\u003eurl);\n    }\n\n    public function removeURL(JobPosting $jobPosting)\n    {\n        $this-\u003eindexingService-\u003eremove($jobPosting-\u003eurl);\n    }\n\n    public function statusURL(JobPosting $jobPosting)\n    {\n        $this-\u003eindexingService-\u003estatus($jobPosting-\u003eurl);\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoud%2Flaravel-seo-google-indexing-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoud%2Flaravel-seo-google-indexing-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoud%2Flaravel-seo-google-indexing-api/lists"}