PHPackages                             apility/seotools - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. apility/seotools

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

apility/seotools
================

SEO Tools for Laravel and Lumen

v2.0.4(3mo ago)06.4k↑50%3MITPHPPHP &gt;=7.4

Since Mar 3Pushed 3mo agoCompare

[ Source](https://github.com/apility/seotools)[ Packagist](https://packagist.org/packages/apility/seotools)[ RSS](/packages/apility-seotools/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (4)Versions (62)Used By (3)

 [ ![](https://avatars3.githubusercontent.com/u/11164074) ](https://github.com/apility)

SEOTools - SEO Tools for Laravel and Lumen
==========================================

[](#seotools---seo-tools-for-laravel-and-lumen)

SEOTools is a package for [Laravel 5.8+](https://laravel.com/) and [Lumen](https://lumen.laravel.com/) that provides helpers for some common SEO techniques.

> Current Build Status

[![Build Status](https://camo.githubusercontent.com/2333a030fb61af8c6679ca64bfc3a440a7fca0a7180bca62f32a92f48a6a527e/68747470733a2f2f7472617669732d63692e6f72672f6170696c6974792f73656f746f6f6c732e737667)](https://travis-ci.org/apility/seotools)[![Code Climate](https://camo.githubusercontent.com/e126c118064b9b7a3e62703f2a726cc067dfbdfa3c92c192b21354b97e94043b/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6170696c6974792f73656f746f6f6c732f6261646765732f6770612e737667)](https://codeclimate.com/github/apility/seotools)

> Statistics

[![Latest Stable Version](https://camo.githubusercontent.com/46613a2fc7933b9773c634cfbca89cd5f4df30c3277beb2d1247b2ad7c467633/68747470733a2f2f706f7365722e707567782e6f72672f6170696c6974792f73656f746f6f6c732f762f737461626c65)](https://packagist.org/packages/apility/seotools) [![Total Downloads](https://camo.githubusercontent.com/97cd85a20aeef37c8a6b59a4b00cfb7e2b95d408a4aee631a07ac41435263dc4/68747470733a2f2f706f7365722e707567782e6f72672f6170696c6974792f73656f746f6f6c732f646f776e6c6f616473)](https://packagist.org/packages/apility/seotools) [![Latest Unstable Version](https://camo.githubusercontent.com/0a82dc3ed10097d5f69ca7f5e78ac2f8e155bb280d9a4ae12f4a87ec718ecf92/68747470733a2f2f706f7365722e707567782e6f72672f6170696c6974792f73656f746f6f6c732f762f756e737461626c65)](https://packagist.org/packages/apility/seotools) [![License](https://camo.githubusercontent.com/b364b50d144639abebf396f946f650ff36b7f58baca37b0a074950118afda8b3/68747470733a2f2f706f7365722e707567782e6f72672f6170696c6974792f73656f746f6f6c732f6c6963656e7365)](https://packagist.org/packages/apility/seotools)

For license information check the [LICENSE](LICENSE.md)-file.

Features
--------

[](#features)

- Friendly simple interface
- Easy of set titles and meta tags
- Easy of set metas for [Twitter Cards](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards) and [Open Graph](https://ogp.me/)
- Easy of set for [JSON Linked Data](https://json-ld.org/)

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

[](#installation)

### 1 - Dependency

[](#1---dependency)

The first step is using composer to install the package and automatically update your `composer.json` file, you can do this by running:

```
composer require apility/seotools
```

> **Note**: If you are using Laravel 5.5, the steps 2 and 3, for providers and aliases, are unnecessaries. SEOTools supports Laravel new [Package Discovery](https://laravel.com/docs/5.5/packages#package-discovery).

### 2 - Provider

[](#2---provider)

You need to update your application configuration in order to register the package so it can be loaded by Laravel, just update your `config/app.php` file adding the following code at the end of your `'providers'` section:

> `config/app.php`

```
