PHPackages                             imran/laravel-seo-engine - 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. imran/laravel-seo-engine

ActiveLibrary

imran/laravel-seo-engine
========================

Model-level SEO engine for Laravel. Head tags, JSON-LD, sitemaps, redirects.

v1.0.0(yesterday)05↑2900%MITPHP ^8.2

Since Jul 19Compare

[ Source](https://github.com/grim-reapper/laravel-seo-engine)[ Packagist](https://packagist.org/packages/imran/laravel-seo-engine)[ Docs](https://github.com/grim-reapper/laravel-seo-engine)[ RSS](/packages/imran-laravel-seo-engine/feed)WikiDiscussions Synced today

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

Laravel SEO Engine
==================

[](#laravel-seo-engine)

A powerful, database-driven SEO package for Laravel. Replace Yoast, RankMath, and Redirection with one Eloquent-native solution.

**Features:**

- Dynamic meta tags with placeholder resolution `{title}`, `{category.name}`
- Auto JSON-LD schemas: Article, BreadcrumbList, Product
- Database redirects: exact, wildcard, regex, 410 Gone
- XML sitemaps with queue jobs + taxonomy grouping
- SEO audit command for missing meta, duplicates, broken links
- Headless/API support for Next.js, Nuxt, React (SSR)

---

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

[](#installation)

```
composer require imran/laravel-seo-engine
php artisan vendor:publish --tag="seo-migrations"
php artisan migrate
php artisan vendor:publish --tag="seo-config"
```

---

Quick Start
-----------

[](#quick-start)

### 1. Add the Seoable trait to your model

[](#1-add-the-seoable-trait-to-your-model)

```
