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 3w ago

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 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

2366d 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

[wptrt/admin-notices

A class to create admin-notices for the WordPress dashboard.

9254.9k8](/packages/wptrt-admin-notices)[mnshankar/linear-regression

PHP package for computation of simple linear regression parameters

2423.8k](/packages/mnshankar-linear-regression)[fanor51/headless-container-support

Extension that adds container support for TYPO3 Headless extension

1149.9k](/packages/fanor51-headless-container-support)[apigee/devportal-kickstart-project

Composer project template for the Apigee Developer Portal Drupal distribution.

1125.7k](/packages/apigee-devportal-kickstart-project)[jazzsequence/dashboard-changelog

Adds a GitHub release widget to your WordPress dashboard for a public GitHub repository.

151.4k](/packages/jazzsequence-dashboard-changelog)

PHPackages © 2026

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