PHPackages                             jcs/seo-analyzer - 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. [API Development](/categories/api)
4. /
5. jcs/seo-analyzer

ActiveLibrary[API Development](/categories/api)

jcs/seo-analyzer
================

Free SEO generator &amp; competitor analyzer API for Laravel (React SPA included)

00PHP

Since Aug 27Pushed 10mo agoCompare

[ Source](https://github.com/jagadchandana/seo-analyzer)[ Packagist](https://packagist.org/packages/jcs/seo-analyzer)[ RSS](/packages/jcs-seo-analyzer/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Free SEO API
====================

[](#laravel-free-seo-api)

**Laravel-free-seo-api** is a plug-and-play SEO generator and competitor analyzer package for Laravel 12+ with a built-in React SPA dashboard. It automatically generates SEO meta data for your pages and analyzes top competitors — no frontend or backend coding needed.

---

Features
--------

[](#features)

- Generate SEO meta tags (`title`, `meta description`, `keywords`) for any URL.
- Analyze top competitors for a keyword and compare their SEO meta data.
- React SPA Admin Dashboard:
    - View all pages with SEO meta
    - View competitor reports
    - Fully interactive and responsive
- Artisan commands:
    - `seo:generate {url}`
    - `seo:compare {url} {keyword} {--top=N}`
- Fully plug-and-play with Laravel 12+.
- Free and open source — no external paid APIs.

---

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

[](#installation)

### 1. Install Laravel 12 project (if needed)

[](#1-install-laravel-12-project-if-needed)

```
composer create-project laravel/laravel:^12.0 laravel-seo-test
cd laravel-seo-test
```

### 2. Install the package

[](#2-install-the-package)

Add the package locally in `composer.json`:

```
"repositories": [
  {
    "type": "path",
    "url": "../packages/laravel-free-seo-api"
  }
],
"require": {
  "yourname/laravel-free-seo-api": "*"
}
```

Then run:

```
composer require yourname/laravel-free-seo-api
```

### 3. Publish migrations &amp; run

[](#3-publish-migrations--run)

```
php artisan vendor:publish --tag=freeseo-migrations
php artisan migrate
```

### 4. Publish frontend assets (React SPA)

[](#4-publish-frontend-assets-react-spa)

```
php artisan vendor:publish --tag=freeseo-frontend
cd vendor/yourname/laravel-free-seo-api/resources/frontend
npm install
npm run build
```

---

Usage
-----

[](#usage)

### Generate SEO meta

[](#generate-seo-meta)

```
php artisan seo:generate https://example.com/page
```

### Analyze competitors

[](#analyze-competitors)

```
php artisan seo:compare https://example.com/page "your keyword" --top=5
```

### Access Admin Dashboard

[](#access-admin-dashboard)

```
http://127.0.0.1:8000/admin/seo

```

- View all pages and SEO meta
- View competitor reports
- Fully interactive React SPA

---

Database Tables
---------------

[](#database-tables)

- `seo_meta` — stores URL, title, meta description, keywords.
- `seo_competitor_reports` — stores URL, keyword, and competitor list.

---

Requirements
------------

[](#requirements)

- PHP ≥ 8.2
- Laravel 12+
- Node.js &amp; npm (for building React SPA)
- GuzzleHttp (included via Composer)
- Optional: `php-text-analysis` for keyword analysis

---

License
-------

[](#license)

MIT License — free to use, modify, and distribute.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/73449371?v=4)[Jagad Chandana](/maintainers/jagadchandana)[@jagadchandana](https://github.com/jagadchandana)

---

Top Contributors

[![jagadchandana](https://avatars.githubusercontent.com/u/73449371?v=4)](https://github.com/jagadchandana "jagadchandana (2 commits)")

### Embed Badge

![Health badge](/badges/jcs-seo-analyzer/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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