PHPackages                             geniv/nette-seo - 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. [Framework](/categories/framework)
4. /
5. geniv/nette-seo

ActiveLibrary[Framework](/categories/framework)

geniv/nette-seo
===============

Seo extension for Nette Framework

v2.2.8(7y ago)0822MITPHPPHP &gt;=7.0

Since May 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/geniv/nette-seo)[ Packagist](https://packagist.org/packages/geniv/nette-seo)[ RSS](/packages/geniv-nette-seo/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (26)Used By (0)

Seo title and description
=========================

[](#seo-title-and-description)

description: block title and description are automatic internal save to database

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

[](#installation)

```
$ composer require geniv/nette-seo
```

or

```
"geniv/nette-seo": "^2.0"
```

require:

```
"php": ">=7.0",
"nette/nette": ">=2.4",
"dibi/dibi": ">=3.0",
"geniv/nette-locale": ">=2.0"
```

Include in application
----------------------

[](#include-in-application)

Storage: (dibi + cache `_Seo-Seo`)

`enabled: false` =&gt; stop loading from database and skip load data

neon configure:

```
# seo
seo:
#   autowired: true
    tablePrefix: %tablePrefix%
#   enabled: true
```

neon configure extension:

```
extensions:
    seo: Seo\Bridges\Nette\Extension
```

usage:

```
protected function createComponentSeo(ISeo $seo): ISeo
{
    //$seo->setAutoCreate(true);
    return $seo;
}
```

```
{control seo:title}
{control seo:title, null, 'default'}
{control seo:description}
{control seo:description, null, 'default'}
{control seo:title 'default-latte'}
{control seo:title 'default-latte', 'default'}
{control seo:description 'default-latte'}
{control seo:description 'default-latte', 'default'}
return usage: {control seo:description 'default-latte'}
{if $presenter['seo']->isTitle()} ... {/if}
{if $presenter['seo']->isTitle('ident')} ... {/if}
{if $presenter['seo']->getTitle()} ... {/if}
{if $presenter['seo']->getTitle('ident')} ... {/if}
{if $presenter['seo']->getTitle('ident', 'default')} ... {/if}
{if $presenter['seo']->isDescription()} ... {/if}
{if $presenter['seo']->isDescription('ident')} ... {/if}
{if $presenter['seo']->gerDescription()} ... {/if}
{if $presenter['seo']->gerDescription('ident')} ... {/if}
{if $presenter['seo']->gerDescription('ident', 'default')} ... {/if}
```

usage @layout.latte:

```
{ifset title}{include title} - {else}{control seo:title}{if $presenter['seo']->isTitle()} - {/if}{/ifset}{control seo:title 'default-latte'}

```

### Warning:

[](#warning)

text ident in title and description is automatic translate!!!

```
{block title}homepage-title{/block}
{block description}homepage-description{/block}
```

in case usage block: `{block title}` or `{block description}` content this block does not save to database!!!

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~26 days

Total

24

Last Release

2674d ago

Major Versions

v1.2.5 → v2.2.52018-11-21

PHP version history (3 changes)v1.0.0PHP &gt;=5.6.0

v2.2.5PHP &gt;=7.0.0

v2.2.6PHP &gt;=7.0

### Community

Maintainers

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

---

Top Contributors

[![geniv](https://avatars.githubusercontent.com/u/563659?v=4)](https://github.com/geniv "geniv (99 commits)")

---

Tags

netteseogeniv

### Embed Badge

![Health badge](/badges/geniv-nette-seo/health.svg)

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

###  Alternatives

[nette/application

🏆 Nette Application: a full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.

44615.4M983](/packages/nette-application)[vojtech-dobes/nette-ajax-history

Adds History API support for Nette Framework.

30179.4k2](/packages/vojtech-dobes-nette-ajax-history)[flame/modules

Nette modules on the Steroids

1361.6k3](/packages/flame-modules)

PHPackages © 2026

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