PHPackages                             ibecsystems/admin-kit-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. ibecsystems/admin-kit-seo

ActiveAdmin-kit-package[Utility &amp; Helpers](/categories/utility)

ibecsystems/admin-kit-seo
=========================

SEO package for AdminKit

v3.5.0(1y ago)01.3k[4 PRs](https://github.com/IBEC-BOX/admin-kit-seo/pulls)2MITPHPPHP ^8.1CI passing

Since Jul 6Pushed 2mo agoCompare

[ Source](https://github.com/IBEC-BOX/admin-kit-seo)[ Packagist](https://packagist.org/packages/ibecsystems/admin-kit-seo)[ Docs](https://github.com/ibec-box/admin-kit-seo)[ RSS](/packages/ibecsystems-admin-kit-seo/feed)WikiDiscussions 3.x Synced 3w ago

READMEChangelog (10)Dependencies (13)Versions (21)Used By (2)

SEO package for Admin Kit
=========================

[](#seo-package-for-admin-kit)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c74fe4025265507f7802497cda6c60aa57eff118719a14359ef86babe5f4c7e1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696265632d626f782f61646d696e2d6b69742d73656f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibecsystems/admin-kit-seo)[![GitHub Tests Action Status](https://camo.githubusercontent.com/31b8eb7d3b111ecffd8bc423fb0c0236222f6ad08383ea8c5f5e7ff04d8bd303/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696265632d626f782f61646d696e2d6b69742d73656f2f72756e2d74657374732e796d6c3f6272616e63683d322e78266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ibec-box/admin-kit-seo/actions?query=workflow%3Arun-tests+branch%3A2.x)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/552b64fc7a1c735a54784dac1c2473751bc6f89ba9ac04c81fd7f395caa760c4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696265632d626f782f61646d696e2d6b69742d73656f2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d322e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ibec-box/admin-kit-seo/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3A2.x)[![Total Downloads](https://camo.githubusercontent.com/7399a60b52b9d459bc0615ebf98eeb02518b6a7dca1bffa87c0fb5e313ee56d1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696265632d626f782f61646d696e2d6b69742d73656f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibecsystems/admin-kit-seo)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require ibecsystems/admin-kit-seo
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="admin-kit-seo-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="admin-kit-seo-config"
```

This is the contents of the published config file:

```
return [
    // Set it to false if your project does not need OG tags.
    'og_tags' => true
];
```

Usage
-----

[](#usage)

The Eloquent Model you're editing uses the `HasSEO` trait:

```
use AdminKit\SEO\Traits\HasSEO;

class Post extends AbstractModel
{
    use HasSEO;
}
```

And you can use `SEOComponent` to Filament Resource or other forms:

```
use Filament\Resources\Form;
use AdminKit\SEO\Forms\Components\SEOComponent;

class ArticleResource extends Resource
{
    // ...
    public static function form(Form $form): Form
    {
        return $form->schema([
            // Your other fields ...
            SEOComponent::make(),
        ]);
    }
    // ...
}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Anastas Mironov](https://github.com/ast21)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance63

Regular maintenance activity

Popularity16

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~61 days

Recently: every ~139 days

Total

16

Last Release

162d ago

Major Versions

v2.2.0 → v3.0.02024-02-07

2.x-dev → 3.x-dev2026-01-12

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37507557?v=4)[Anastas Mironov](/maintainers/ast21)[@ast21](https://github.com/ast21)

![](https://www.gravatar.com/avatar/2d78948375b7433f25d473b791d8b46adfe45f32b8a9cb50df414124429dc757?d=identicon)[ibecsystems](/maintainers/ibecsystems)

![](https://avatars.githubusercontent.com/u/58464833?v=4)[Dauren Kambarov](/maintainers/daurensky)[@daurensky](https://github.com/daurensky)

---

Top Contributors

[![ast21](https://avatars.githubusercontent.com/u/37507557?v=4)](https://github.com/ast21 "ast21 (31 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (12 commits)")[![daurensky](https://avatars.githubusercontent.com/u/58464833?v=4)](https://github.com/daurensky "daurensky (11 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (10 commits)")

---

Tags

laravelibec-boxadmin-kit-seo

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ibecsystems-admin-kit-seo/health.svg)

```
[![Health](https://phpackages.com/badges/ibecsystems-admin-kit-seo/health.svg)](https://phpackages.com/packages/ibecsystems-admin-kit-seo)
```

###  Alternatives

[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122157.7k1](/packages/stephenjude-filament-feature-flags)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

209175.5k8](/packages/bezhansalleh-filament-google-analytics)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94113.9k5](/packages/marcelweidum-filament-expiration-notice)[stephenjude/filament-blog

Filament Blog Builder

20518.8k](/packages/stephenjude-filament-blog)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12451.0k](/packages/jibaymcs-filament-tour)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

63105.4k2](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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