PHPackages                             dmf/seotool - 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. dmf/seotool

ActiveTypo3-flow-package[Utility &amp; Helpers](/categories/utility)

dmf/seotool
===========

SeoTool provides meta information and additional title properties for navigation.

1.1.0(11y ago)18

Since Oct 8Pushed 11y ago1 watchersCompare

[ Source](https://github.com/dohomi/Neos-Plugin-DMF.SeoTool)[ Packagist](https://packagist.org/packages/dmf/seotool)[ RSS](/packages/dmf-seotool/feed)WikiDiscussions master Synced 1mo ago

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

Neos-Plugin-DMF.SeoTool
=======================

[](#neos-plugin-dmfseotool)

This plugin provides some useful NodeType properties for pages. Navigation labels, link titles and some meta content like description and canonical tags will be provided.

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

[](#installation)

Clone this repository into your application folder:

```
* cd ROOT/Packages/Application
* git clone git@github.com:dohomi/Neos-Plugin-DMF.SeoTool.git DMF.SeoTool

```

Then check if the plugin needs to get activated inside of your package management. Check if the plugin is listed:

```
./flow package:list
./flow package:activate dmf/seotool

```

### Use of this plugin

[](#use-of-this-plugin)

You will see additional fields inside of your page properties. You can fill them out and after this you need to adjust your Root.ts2 inside of your site package

```
page = Page {
    head {
        (...)
        titleTag < DMF.SeoTool:PageTitle

        metadata < DMF.SeoTool:MetaContent

        canonicalReference < DMF.SeoTool:Canonical
        canonicalReference.alwaysInclude = 1
    }

    body {
        (...)
        content {
            (...)
            websiteTitle =  ${q(node).filter('[instanceof TYPO3.Neos.NodeTypes:Page]').property('websiteTitle')}
        }
    }
}

```

Inside of your page template you can include the websiteTitle like following sample code:

```

    {content.websiteTitle}

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

4237d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/203a7ce2b31fab99c5041812471b4ffc2f6dab314fa5d146645b6d55d4ccb9e6?d=identicon)[dohomi](/maintainers/dohomi)

---

Top Contributors

[![dohomi](https://avatars.githubusercontent.com/u/489221?v=4)](https://github.com/dohomi "dohomi (14 commits)")

### Embed Badge

![Health badge](/badges/dmf-seotool/health.svg)

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

###  Alternatives

[kaystrobach/development-tools

111.9k](/packages/kaystrobach-development-tools)

PHPackages © 2026

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