PHPackages                             gopalindians/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. gopalindians/seotools

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

gopalindians/seotools
=====================

SEO Tools for Laravel and Lumen

0784↑63%PHP

Since Mar 23Pushed 1mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

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/e790de8deebf4b2849cc41c989971ba1abcb1e693e1c3959be3960cea0bac338/68747470733a2f2f7472617669732d63692e6f72672f6172746573616f732f73656f746f6f6c732e737667)](https://travis-ci.org/artesaos/seotools)[![Code Climate](https://camo.githubusercontent.com/7bf9610940444da677875a737b4fde40600472d84a28424ee044a3db471e76ee/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6172746573616f732f73656f746f6f6c732f6261646765732f6770612e737667)](https://codeclimate.com/github/artesaos/seotools)

> Statistics

[![Latest Stable Version](https://camo.githubusercontent.com/8a6c2ae34766eab64351e1b7dbf3038faa98fd2ac0d0139359dcc38395740552/68747470733a2f2f706f7365722e707567782e6f72672f6172746573616f732f73656f746f6f6c732f762f737461626c65)](https://packagist.org/packages/artesaos/seotools) [![Total Downloads](https://camo.githubusercontent.com/3bdfe27e8f5db73f05b6f92538ff467ce88dff7d7425c82588ad3970d45bed5c/68747470733a2f2f706f7365722e707567782e6f72672f6172746573616f732f73656f746f6f6c732f646f776e6c6f616473)](https://packagist.org/packages/artesaos/seotools) [![Latest Unstable Version](https://camo.githubusercontent.com/b9b0c7c814f7ef48d5f7a31289010b9c03656a5fb5970d7071569613893da41e/68747470733a2f2f706f7365722e707567782e6f72672f6172746573616f732f73656f746f6f6c732f762f756e737461626c65)](https://packagist.org/packages/artesaos/seotools) [![License](https://camo.githubusercontent.com/79626fd25d6ed2fe060946da4f39bb52e1a450238c07638bbebb778077aa1958/68747470733a2f2f706f7365722e707567782e6f72672f6172746573616f732f73656f746f6f6c732f6c6963656e7365)](https://packagist.org/packages/artesaos/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 artesaos/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:

> **Note**: If you are using Laravel 11+, you will have to update `bootstrap/providers.php` instead. [Package Discovery](https://laravel.com/docs/12.x/packages#package-discovery).

> `config/app.php`

```
