PHPackages                             madeitbelgium/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. madeitbelgium/seo-analyzer

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

madeitbelgium/seo-analyzer
==========================

SEO Analyzer

0.14.0(3w ago)335.9k↑83.9%18[1 issues](https://github.com/madeITBelgium/SEO-Analyzer/issues)1MITPHPPHP &gt;=7.0CI failing

Since Mar 10Pushed 3w ago1 watchersCompare

[ Source](https://github.com/madeITBelgium/SEO-Analyzer)[ Packagist](https://packagist.org/packages/madeitbelgium/seo-analyzer)[ GitHub Sponsors](https://github.com/madeitbelgium)[ RSS](/packages/madeitbelgium-seo-analyzer/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (12)Versions (23)Used By (1)

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.

```
"madeitbelgium/seo-analyzer": "^0.9"
```

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

54

—

FairBetter than 97% of packages

Maintenance95

Actively maintained with recent releases

Popularity37

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

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

Every ~141 days

Recently: every ~44 days

Total

20

Last Release

21d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e3d01bc996f789c6362a12e51af7b19ad39ca580f77dc6ef4ff1754888391508?d=identicon)[MadeITBelgium](/maintainers/MadeITBelgium)

---

Top Contributors

[![madeITBelgium](https://avatars.githubusercontent.com/u/20304892?v=4)](https://github.com/madeITBelgium "madeITBelgium (87 commits)")[![pooriaanv](https://avatars.githubusercontent.com/u/39620620?v=4)](https://github.com/pooriaanv "pooriaanv (10 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (7 commits)")

---

Tags

pageseoonanalyzerOnPageon page

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[nativephp/mobile

NativePHP for Mobile

1.1k102.1k146](/packages/nativephp-mobile)[spatie/laravel-export

Create a static site bundle from a Laravel app

679153.2k7](/packages/spatie-laravel-export)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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