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.13.0(4mo ago)335.6k↑86.5%18[1 issues](https://github.com/madeITBelgium/SEO-Analyzer/issues)1MITPHPPHP &gt;=7.0CI failing

Since Mar 10Pushed 4mo 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 yesterday

READMEChangelog (10)Dependencies (6)Versions (22)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

48

—

FairBetter than 93% of packages

Maintenance73

Regular maintenance activity

Popularity37

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.2% 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 ~140 days

Recently: every ~3 days

Total

19

Last Release

146d 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 (84 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.6M3.1k](/packages/craftcms-cms)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k91](/packages/nativephp-mobile)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.1k](/packages/venturedrake-laravel-crm)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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