PHPackages                             paulund/seo-meta - 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. paulund/seo-meta

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

paulund/seo-meta
================

A Laravel package to add SEO meta tags to your Laravel application

2.1.0(9mo ago)0874[6 PRs](https://github.com/paulund/seo-meta/pulls)PHPPHP ^8.3CI passing

Since Nov 11Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/paulund/seo-meta)[ Packagist](https://packagist.org/packages/paulund/seo-meta)[ GitHub Sponsors](https://github.com/paulund)[ RSS](/packages/paulund-seo-meta/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (7)Versions (16)Used By (0)

SEO Meta
========

[](#seo-meta)

[![Latest Version on Packagist](https://camo.githubusercontent.com/aecefec1396cb4b927a852ad89116447d1383a9abd7f5fec7cdfba1aca0bc6d8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7061756c756e642f73656f2d6d6574612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/paulund/seo-meta)[![GitHub Tests Action Status](https://camo.githubusercontent.com/17e01d313f243fd2856a6e5d8c2aa7b5837e0383a5c74bec227adea190147688/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7061756c756e642f73656f2d6d6574612f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/paulund/seo-meta/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/91c6f01367969158e3fd6ce6444443903c58e145188bc10760414af1b88967c0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7061756c756e642f73656f2d6d6574612f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/paulund/seo-meta/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/e356fc4ad605b6669bcf069852c8f1269cbd1583acda22cd42e943162a8c0040/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7061756c756e642f73656f2d6d6574612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/paulund/seo-meta)

---

[![SEO Meta Laravel Package](https://raw.githubusercontent.com/paulund/seo-meta/refs/heads/main/assets/images/seo-meta.webp)](https://raw.githubusercontent.com/paulund/seo-meta/refs/heads/main/assets/images/seo-meta.webp)

SEO Meta is a package to help you manage your SEO meta tags in your Laravel application.

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

[](#installation)

Install the package via composer:

```
composer require paulund/seo-meta
```

Publish the configuration file:

```
php artisan vendor:publish --provider="Paulund\SeoMeta\SeoMetaServiceProvider"
php artisan migrate # If the package has migrations
```

Usage
-----

[](#usage)

This package will add a view component into your application that will handle displaying all the meta tags in the head of your layout blade template.

After you've installed this package add the following component into your lapout blade template, inside the head tag.

```

```

The component will search for meta variable passed into the view blade file. You can do this from your controller by passing the meta variable into the view.

```
return view('welcome', [
    'meta' => [
        'title' => 'Welcome to the site',
        'description' => 'This is the description of the site',
        'keywords' => 'site, welcome, description',
        'author' => 'Paulund',
        'robots' => 'index, follow',
        'image' => 'https://www.paulund.co.uk/wp-content/uploads/2015/01/og-image.png',
    ]
]);
```

This will add the following meta tags into the head of your layout file.

```
Welcome to the site

```

The following meta tags are available to use in the meta array.

- title
- description
- canonical
- author
- robots
- keywords
- type
- card
- image
- url
- csp

Testing
-------

[](#testing)

```
vendor/bin/testbench workbench:install
composer test
```

Credits
-------

[](#credits)

- [paulund](https://paulund.co.uk)

License
-------

[](#license)

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

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance76

Regular maintenance activity

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

278d ago

Major Versions

0.0.1 → 1.0.02024-11-30

1.0.0 → 2.0.02025-03-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1306197?v=4)[Paulund](/maintainers/paulund)[@paulund](https://github.com/paulund)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (79 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (79 commits)")[![paulund](https://avatars.githubusercontent.com/u/1306197?v=4)](https://github.com/paulund "paulund (10 commits)")

---

Tags

laravellaravel-packagemetadataseoseo-friendlyseo-optimizationlaravelpackagecontentseometaPaulund

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/paulund-seo-meta/health.svg)

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

###  Alternatives

[zoha/laravel-meta

a package for working with models meta

236121.7k](/packages/zoha-laravel-meta)[honeystone/laravel-seo

SEO metadata and JSON-LD package for Laravel.

34744.1k](/packages/honeystone-laravel-seo)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[lionix/seo-manager

SEO Manager for Laravel Framework

2165.4k](/packages/lionix-seo-manager)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40129.3k2](/packages/erlandmuchasaj-laravel-gzip)[fomvasss/laravel-meta-tags

A package to manage SEO (meta-tags, xml-fields, etc.)

3028.9k](/packages/fomvasss-laravel-meta-tags)

PHPackages © 2026

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