PHPackages                             noud/laravel-seo-google-indexing-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. noud/laravel-seo-google-indexing-api

ActiveLibrary

noud/laravel-seo-google-indexing-api
====================================

Laravel SEO Google Search Indexing API

v1.0.3(6y ago)67.6k4[1 issues](https://github.com/noud/laravel-seo-google-indexing-api/issues)[2 PRs](https://github.com/noud/laravel-seo-google-indexing-api/pulls)1MITPHPPHP &gt;=7.2.0

Since Dec 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/noud/laravel-seo-google-indexing-api)[ Packagist](https://packagist.org/packages/noud/laravel-seo-google-indexing-api)[ RSS](/packages/noud-laravel-seo-google-indexing-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (6)Used By (1)

Laravel SEO Google Indexing API
===============================

[](#laravel-seo-google-indexing-api)

Inform 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.

Requirements
------------

[](#requirements)

- PHP 7.2+
- Laravel 5.6+

Installation
------------

[](#installation)

Install the package by running this command in your terminal/cmd:

```
composer require noud/laravel-seo-google-indexing-api

```

Configuration
-------------

[](#configuration)

Add these settings to your `.env`.

```
GOOGLE_SERVICE_ENABLED=true
GOOGLE_SERVICE_ACCOUNT_JSON_LOCATION="/var/www/seo/config/google/google-service-account.json"

```

Usage
-----

[](#usage)

Here is a usage example:

```
