PHPackages                             jalil0seth/seolaravel - 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. jalil0seth/seolaravel

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

jalil0seth/seolaravel
=====================

SEO Analyzer

01PHP

Since Sep 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jalil0seth/seolaravel)[ Packagist](https://packagist.org/packages/jalil0seth/seolaravel)[ RSS](/packages/jalil0seth-seolaravel/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

PHP SEO Analyzer
================

[](#php-seo-analyzer)

[![Build Status](https://camo.githubusercontent.com/5d2a47831f4ac1227cac2af7fdfdfd93c5054910c074b4429b6cc9839a7b25d5/68747470733a2f2f7472617669732d63692e6f72672f6d616465495442656c6769756d2f53454f2d416e616c797a65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/madeITBelgium/SEO-Analyzer)[![Coverage Status](https://camo.githubusercontent.com/485a0d9a9074c1fd802a942ac896acf8ded69249551de2ceb191c2abb6e605ce/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d616465495442656c6769756d2f53454f2d416e616c797a65722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/madeITBelgium/SEO-Analyzer?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/e3c46f6caa9cfc60f74e8566e046ad545b3bd0152b861843a42c92ff3253ecb4/68747470733a2f2f706f7365722e707567782e6f72672f6d616465495442656c6769756d2f53454f2d416e616c797a65722f762f737461626c652e737667)](https://packagist.org/packages/madeITBelgium/SEO-Analyzer)[![Latest Unstable Version](https://camo.githubusercontent.com/badcc3222d190f57ce5d5c24c148f54a7ad595cc21a28ab6d8076bf345ead0e7/68747470733a2f2f706f7365722e707567782e6f72672f6d616465495442656c6769756d2f53454f2d416e616c797a65722f762f756e737461626c652e737667)](https://packagist.org/packages/madeITBelgium/SEO-Analyzer)[![Total Downloads](https://camo.githubusercontent.com/836ed16be4c91926b10b381accce9e755617e2cdeba1c5285501f076d2841c6c/68747470733a2f2f706f7365722e707567782e6f72672f6d616465495442656c6769756d2f53454f2d416e616c797a65722f642f746f74616c2e737667)](https://packagist.org/packages/madeITBelgium/SEO-Analyzer)[![License](https://camo.githubusercontent.com/67d139089b7a778f2de52ac377099e2b2c5919a3037ffc6b0e75cbab385dd433/68747470733a2f2f706f7365722e707567782e6f72672f6d616465495442656c6769756d2f53454f2d416e616c797a65722f6c6963656e73652e737667)](https://packagist.org/packages/madeITBelgium/SEO-Analyzer)

With this (Laravel) package you can analyze the on-page SEO.

This package search for the main content to optimze the SEO results for the content that matters. Ex.: A blog post webpage analyze full webpage and only the blog post text.

Webpage:

- Get title
- Get description
- Loadtime

Full page analyze

- code To Text Ratio
- Word Count
- Keywords
- Long tail keywords
- Headers (H1, H2, ...): Count, word count, keywords, long tail keywords
- Links: Count, word count, keywords, long tail keywords, internal links, external links, follow, nofollow
- images: Count, Count with alt text, Count words in alt text, keywords, long tail keywords

Detect main content

- code To Text Ratio
- Word Count
- Keywords
- Long tail keywords
- Headers (H1, H2, ...): Count, word count, keywords, long tail keywords
- Links: Count, word count, keywords, long tail keywords, internal links, external links, follow, nofollow
- images: Count, Count with alt text, Count words in alt text, keywords, long tail keywords

Installation
============

[](#installation)

Require this package in your `composer.json` and update composer.

```
"jalil0seth/seolaravel": "^0.4"
```

```
composer require jalil0seth/seolaravel
or
COMPOSER_MEMORY_LIMIT=-1 composer require jalil0seth/seolaravel
```

Documentation
=============

[](#documentation)

Usage
-----

[](#usage)

```
use MadeITBelgium\SeoAnalyzer\SeoFacade as SEO;

SEO::analyze('https://www.madeit.be');
```

If you already have the HTML content of the page:

```
use MadeITBelgium\SeoAnalyzer\SeoFacade as SEO;
$html = "....";
SEO::analyze('https://www.madeit.be', $html);
```

The complete documentation can be found at:

Support
=======

[](#support)

Support github or mail:

Contributing
============

[](#contributing)

Please try to follow the psr-2 coding style guide.

License
=======

[](#license)

This package is licensed under LGPL. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

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/60899370?v=4)[Jalil Seth](/maintainers/jalil0seth)[@jalil0seth](https://github.com/jalil0seth)

---

Top Contributors

[![jalil0seth](https://avatars.githubusercontent.com/u/60899370?v=4)](https://github.com/jalil0seth "jalil0seth (3 commits)")

### Embed Badge

![Health badge](/badges/jalil0seth-seolaravel/health.svg)

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

###  Alternatives

[hcodes/server_yametrika

Server-side tracking of visitors using Yandex.Metrica

7220.2k](/packages/hcodes-server-yametrika)[axllent/silverstripe-trailing-slash

Ensure that a single trailing slash is always added to the URL

11182.6k5](/packages/axllent-silverstripe-trailing-slash)

PHPackages © 2026

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