PHPackages                             martin-ro/filament-seo-meta-tags - 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. martin-ro/filament-seo-meta-tags

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

martin-ro/filament-seo-meta-tags
================================

SEO Meta Tags for Filament Admin Panel

1.0.16(2y ago)01.4k[1 PRs](https://github.com/martin-ro/filament-seo-meta-tags/pulls)MITPHPPHP ^8.2

Since Jul 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/martin-ro/filament-seo-meta-tags)[ Packagist](https://packagist.org/packages/martin-ro/filament-seo-meta-tags)[ Docs](https://github.com/martin-ro/filament-seo-meta-tags)[ GitHub Sponsors](https://github.com/martin-ro)[ RSS](/packages/martin-ro-filament-seo-meta-tags/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (7)Versions (22)Used By (0)

SEO Meta Tags for Filament
==========================

[](#seo-meta-tags-for-filament)

Model and UI for managing SEO meta tags for Filament.

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

[](#installation)

You can install the package via composer:

```
composer require martin-ro/filament-seo-meta-tags
```

You can run the migrations with:

```
php artisan migrate
```

Preparing your model
--------------------

[](#preparing-your-model)

```
class Page extends Model
{
    use HasSeoMetaTags;

    // ...
}
```

Components
----------

[](#components)

### Title

[](#title)

```
SeoTitle::make()
```

Configuration:

```
SeoTitle::make(name: 'title', minLength: 50, maxLength: 70, rows: 2, strict: false)
```

### Description

[](#description)

```
SeoDescription::make()
```

Configuration:

```
SeoDescription::make(name: 'description', minLength: 150, maxLength: 165, rows: 4, strict: false)
```

### Robots

[](#robots)

```
SeoRobots::make()
```

Optional Middleware
-------------------

[](#optional-middleware)

```
php artisan filament-seo-meta-tags:publish-middleware
```

In your `app/Http/Kernel.php` file, add the middleware to the `web` group:

```
protected $middlewareGroups = [
    'web' => [
       // ...
       \App\Http\Middleware\AddSeoMetaTagDefaults::class,
    ],
];
```

Publishing the configuration
----------------------------

[](#publishing-the-configuration)

```
php artisan vendor:publish --tag=filament-seo-meta-tags-config
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 89.2% 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

Every ~19 days

Recently: every ~42 days

Total

17

Last Release

758d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10107779?v=4)[Martin Rohrlack](/maintainers/martin-ro)[@martin-ro](https://github.com/martin-ro)

---

Top Contributors

[![martin-ro](https://avatars.githubusercontent.com/u/10107779?v=4)](https://github.com/martin-ro "martin-ro (33 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelmartin-rofilament-seo-meta-tags

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/martin-ro-filament-seo-meta-tags/health.svg)

```
[![Health](https://phpackages.com/badges/martin-ro-filament-seo-meta-tags/health.svg)](https://phpackages.com/packages/martin-ro-filament-seo-meta-tags)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

284.5k1](/packages/finity-labs-fin-mail)

PHPackages © 2026

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