PHPackages                             noud/laravel-seo - 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. noud/laravel-seo

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

noud/laravel-seo
================

Laravel SEO

v1.0.0(6y ago)02MITPHPPHP &gt;=7.2.0

Since Jan 11Pushed 6y agoCompare

[ Source](https://github.com/noud/laravel-seo)[ Packagist](https://packagist.org/packages/noud/laravel-seo)[ RSS](/packages/noud-laravel-seo/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Laravel SEO Google Structured data
==================================

[](#laravel-seo-google-structured-data)

Laravel SEO package.

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

```

Usage
-----

[](#usage)

You can now use all SEO aspects from

- [Google Structured data](https://github.com/noud/laravel-seo-google-structured-data)
- [Google indexing API](https://github.com/noud/laravel-seo-google-indexing-api)
- [Schema.org](https://github.com/noud/laravel-seo-schema-org)
- [slug](https://github.com/noud/laravel-seo-slug)

Development
-----------

[](#development)

Put this package directory beside your project directory.

In `conmposer.json` of the target project add

```
    "require": {
        "noud/laravel-seo": "*"
    },
    "repositories": [
        {
            "type": "path",
            "url": "../laravel-seo"
        }
    ]

```

In `.env` of the target project i set the database to an alternative database

```
DB_DATABASE=seo-seo
#DB_DATABASE=seo

```

Development migration
---------------------

[](#development-migration)

I migrate just this schema like so in the target project:

```
php artisan migrate --realpath --path=/var/www/laravel-seo/src/database/migrations

```

Development models generation
-----------------------------

[](#development-models-generation)

In the target project set the path and namespace in `config/models.php`

```
        'path' => app_path('Models-seo-seo'),
        'namespace' => 'SEO\Models',

```

I generate the models from this schema like so in the target project:

```
php artisan code:models --schema=seo-seo

```

Then copy everything from `app/Models-seo-seo` to the package.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2313d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1333629?v=4)[A.P. deBROUWER](/maintainers/noud)[@noud](https://github.com/noud)

---

Top Contributors

[![noud](https://avatars.githubusercontent.com/u/1333629?v=4)](https://github.com/noud "noud (4 commits)")

### Embed Badge

![Health badge](/badges/noud-laravel-seo/health.svg)

```
[![Health](https://phpackages.com/badges/noud-laravel-seo/health.svg)](https://phpackages.com/packages/noud-laravel-seo)
```

###  Alternatives

[piwi/composer-symlinker

A composer plugin to install packages as local symbolic links

181.1k](/packages/piwi-composer-symlinker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
