PHPackages                             aiseo/laravel-aiseo - 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. aiseo/laravel-aiseo

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

aiseo/laravel-aiseo
===================

Advanced AI-powered SEO package for Laravel with JSON-LD, OpenGraph, and Schema.org support

v1.0.0(1y ago)00MITPHPPHP ^8.1|^8.2|^8.3CI failing

Since Jun 3Pushed 1y agoCompare

[ Source](https://github.com/laravelgpt/laravel-aiseo)[ Packagist](https://packagist.org/packages/aiseo/laravel-aiseo)[ RSS](/packages/aiseo-laravel-aiseo/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (67)Versions (2)Used By (0)

Laravel AI SEO
==============

[](#laravel-ai-seo)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e50fb7fef6a25309070f23ee12e1612e128b1e5730ea99a700bbdb21063bfde1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c6770742f6c61726176656c2d616973656f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravelgpt/laravel-aiseo)[![Total Downloads](https://camo.githubusercontent.com/236131768a28281ee8046a45acc44d21c8304da7a120ce995141d422509b14cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c6770742f6c61726176656c2d616973656f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravelgpt/laravel-aiseo)[![Tests](https://github.com/laravelgpt/laravel-aiseo/actions/workflows/tests.yml/badge.svg)](https://github.com/laravelgpt/laravel-aiseo/actions/workflows/tests.yml)[![PHP Version](https://camo.githubusercontent.com/aee7dd07b0339c58e748648bd3cd176180b0bdabd89606de6a1a2eb8a7aee6de/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6c61726176656c6770742f6c61726176656c2d616973656f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravelgpt/laravel-aiseo)[![Laravel Version](https://camo.githubusercontent.com/4c599863b41d6f5f1bb8b443193a3a8681049074cec9e82f8386e2671246b14f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31302e7825323025374325323031312e7825323025374325323031322e782d6f72616e67652e737667)](https://laravel.com)[![License](https://camo.githubusercontent.com/3d19c5b2628152a89bf0b578b8c7b6bd061e1daee7b7649791262b45ea8867cd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c6770742f6c61726176656c2d616973656f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravelgpt/laravel-aiseo)

An advanced AI-powered SEO tool for Laravel that provides comprehensive SEO optimization, structured data generation, and real-time analysis. This package integrates with Prism AI for enhanced content optimization and automated SEO improvements.

🚀 Features
----------

[](#-features)

### 📊 Structured Data &amp; Markup

[](#-structured-data--markup)

- JSON-LD Schema.org markup generation
- OpenGraph meta tags automation
- Twitter Card meta tags
- Article, Product, Organization schemas
- BreadcrumbList and FAQPage schemas
- LocalBusiness and Event schemas
- Rich Snippets optimization

### 🤖 AI-Powered Automation

[](#-ai-powered-automation)

- Content analysis and optimization
- Keyword density analysis
- SEO score calculation
- Competitor analysis
- Title and meta description generation
- Image alt text optimization
- Internal linking suggestions
- Content gap analysis

### ⚡ Real-Time Features

[](#-real-time-features)

- Live SEO monitoring
- Performance tracking
- Automated sitemap generation
- Robots.txt management
- Canonical URL handling
- Mobile optimization checks
- Page speed analysis

### 🛠️ Additional Features

[](#️-additional-features)

- Multi-language support
- Activity logging
- Backup functionality
- Analytics integration
- Webhook support
- Queue management
- Caching and performance optimization
- Permission management
- API rate limiting
- Error tracking
- Uptime monitoring
- Newsletter integration
- Google Calendar integration
- Slack notifications

📋 Requirements
--------------

[](#-requirements)

- PHP 8.1 or higher
- Laravel 10.x, 11.x, or 12.x
- Composer 2.x

📥 Installation
--------------

[](#-installation)

You can install the package via composer:

```
composer require laravelgpt/laravel-aiseo
```

After installing the package, publish the configuration file:

```
php artisan vendor:publish --provider="LaravelGPT\AiSeo\AiSeoServiceProvider"
```

### Required Dependencies

[](#required-dependencies)

The package requires the following dependencies:

```
composer require spatie/laravel-sitemap:^6.0 \
    spatie/laravel-robots-middleware:^2.0 \
    spatie/laravel-responsecache:^7.0 \
    spatie/laravel-backup:^8.0 \
    spatie/laravel-activitylog:^4.0 \
    spatie/laravel-permission:^6.0 \
    spatie/laravel-slack-alerts:^1.0 \
    spatie/laravel-google-calendar:^4.0 \
    spatie/laravel-newsletter:^5.0 \
    spatie/laravel-webhook-client:^3.0 \
    spatie/laravel-uptime-monitor:^4.0 \
    spatie/laravel-analytics:^4.0 \
    spatie/laravel-queueable-action:^2.0 \
    spatie/laravel-query-builder:^5.0 \
    spatie/laravel-settings:^2.0 \
    spatie/laravel-tags:^4.0 \
    spatie/laravel-translatable:^6.0 \
    prism-php/prism:^1.0
```

⚙️ Configuration
----------------

[](#️-configuration)

Add the following to your `.env` file:

```
AISEO_AUTHOR_NAME="Your Name"
AISEO_PUBLISHER_NAME="Your Company"
AISEO_LOGO_URL="https://example.com/logo.png"
AISEO_AI_API_KEY="your-ai-api-key"
AISEO_GOOGLE_ANALYTICS_ID="your-ga-id"
AISEO_SLACK_WEBHOOK_URL="your-slack-webhook"
AISEO_GOOGLE_CALENDAR_ID="your-calendar-id"
AISEO_NEWSLETTER_API_KEY="your-newsletter-api-key"
```

📖 Usage
-------

[](#-usage)

### Generate Article Schema

[](#generate-article-schema)

```
use LaravelGPT\AiSeo\Facades\AiSeo;

$schema = AiSeo::article()
    ->title('Your Article Title')
    ->description('Your article description')
    ->author('Author Name')
    ->publishDate(now())
    ->generate();
```

### Generate OpenGraph Tags

[](#generate-opengraph-tags)

```
use LaravelGPT\AiSeo\Facades\AiSeo;

$tags = AiSeo::openGraph()
    ->title('Your Page Title')
    ->description('Your page description')
    ->image('https://example.com/image.jpg')
    ->generate();
```

### Generate Meta Tags

[](#generate-meta-tags)

```
use LaravelGPT\AiSeo\Facades\AiSeo;

$tags = AiSeo::meta()
    ->title('Your Page Title')
    ->description('Your page description')
    ->keywords('keyword1, keyword2, keyword3')
    ->generate();
```

### AI-Powered Content Analysis

[](#ai-powered-content-analysis)

```
use LaravelGPT\AiSeo\Facades\AiSeo;

$analysis = AiSeo::analyze()
    ->content('Your content here')
    ->keywords(['keyword1', 'keyword2'])
    ->generate();
```

### Real-Time SEO Analysis

[](#real-time-seo-analysis)

```
use LaravelGPT\AiSeo\Facades\AiSeo;

$analysis = AiSeo::realtime()
    ->url('https://example.com')
    ->analyze();
```

### In Blade Views

[](#in-blade-views)

```
@seo([
    'title' => 'Your Page Title',
    'description' => 'Your page description',
    'keywords' => 'keyword1, keyword2, keyword3',
    'author' => 'Author Name',
    'publishDate' => now(),
    'image' => 'https://example.com/image.jpg'
])
```

🧪 Testing
---------

[](#-testing)

```
composer test
```

🤝 Contributing
--------------

[](#-contributing)

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

🔒 Security
----------

[](#-security)

If you discover any security related issues, please email  instead of using the issue tracker.

👥 Credits
---------

[](#-credits)

- [LaravelGPT](https://github.com/laravelgpt)
- [All Contributors](../../contributors)

📄 License
---------

[](#-license)

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

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance47

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

398d ago

### Community

Maintainers

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

---

Top Contributors

[![nerajlal](https://avatars.githubusercontent.com/u/104085590?v=4)](https://github.com/nerajlal "nerajlal (13 commits)")[![laravelgpt](https://avatars.githubusercontent.com/u/21008964?v=4)](https://github.com/laravelgpt "laravelgpt (1 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/aiseo-laravel-aiseo/health.svg)

```
[![Health](https://phpackages.com/badges/aiseo-laravel-aiseo/health.svg)](https://phpackages.com/packages/aiseo-laravel-aiseo)
```

###  Alternatives

[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k97](/packages/nativephp-mobile)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[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)
