PHPackages                             34ml/filament-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. 34ml/filament-seo

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

34ml/filament-seo
=================

SEO package for Filament Admin Panel

2.3.4(7mo ago)91.4k2[4 PRs](https://github.com/34ML/Filament-SEO/pulls)MITPHPPHP ^8.0 | ^8.1 | ^8.2

Since May 28Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/34ML/Filament-SEO)[ Packagist](https://packagist.org/packages/34ml/filament-seo)[ Docs](https://github.com/34ml/filament-seo)[ RSS](/packages/34ml-filament-seo/feed)WikiDiscussions master Synced yesterday

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

SEO field for filament admin panel
==================================

[](#seo-field-for-filament-admin-panel)

[![SEOFieldHeader](https://raw.githubusercontent.com/34ML/Filament-SEO/main/resources/Images/Filament-Seo.jpg)](https://raw.githubusercontent.com/34ML/Filament-SEO/main/resources/Images/Filament-Seo.jpg)

- This package is a convenient helper for using the [laravel-seo](https://github.com/34ML/laravel-seo) package with Filament Admin and Forms , please check it for more information about how to set up the SEO logic in your project.
- It provides a simple component that returns a Filament field group for ******any language****** you want to modify the title, description, keywords, follow type fields of the SEO model.
- It automatically takes care of getting and saving all the data to the seo relationship, and you can thus use it anywhere, without additional configuration!

[![FieldExample](https://raw.githubusercontent.com/34ML/Filament-SEO/main/resources/Images/FieldExample.png)](https://raw.githubusercontent.com/34ML/Filament-SEO/main/resources/Images/FieldExample.png)

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

[](#installation)

You can install the package via composer:

```
composer require 34ml/filament-seo
```

You need to publish the config file where you can specify the languages you want to use:

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

The config file will look like this:

```
