PHPackages                             graphiques-digitale/ssseo - 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. graphiques-digitale/ssseo

AbandonedSilverstripe-module[Utility &amp; Helpers](/categories/utility)

graphiques-digitale/ssseo
=========================

Advanced metadata configuration &amp; output for the Silverstripe v3.1 CMS &amp; framework

1.0.0.x-dev(11y ago)10952[8 issues](https://github.com/Graphiques-Digitale/SSSEO/issues)[4 PRs](https://github.com/Graphiques-Digitale/SSSEO/pulls)GNU-GPL-v2PHPPHP &gt;=5.3.2

Since Apr 15Pushed 9y ago4 watchersCompare

[ Source](https://github.com/Graphiques-Digitale/SSSEO)[ Packagist](https://packagist.org/packages/graphiques-digitale/ssseo)[ Docs](http://github.com/Graphiques-Digitale/SSSEO)[ RSS](/packages/graphiques-digitale-ssseo/feed)WikiDiscussions master Synced 1mo ago

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

SSSEO v1
========

[](#ssseo-v1)

This is a module for use with the SilverStripe v3.1.\* framework &amp; CMS

It is meant to provide a comprehensive-as-you-need, and yet not-too-intimidating interface for adding extended metadata to pages, based largely on [18 Meta Tags Every Webpage Should Have in 2013](https://www.iacquire.com/blog/18-meta-tags-every-webpage-should-have-in-2013), including some additional enhancements with ***Favicons*** and ***Touch Icons***.

Also, a good overview: [5 tips for SEO with Silverstripe 3](http://www.silverstripe.org/blog/5-tips-for-seo-with-silverstripe-3-/)

Best practises nonsense - check!

Browser compatibility nonsense - check!

[![Screenshot](composer-screenshot.png)](composer-screenshot.png)

1. Installation
---------------

[](#1-installation)

Place the SSSEO folder in your SilverStripe root and run `~/dev/build/?flush=ALL`.

2. Configuration
----------------

[](#2-configuration)

Configuration is modular and all extensions are viewable in the `~/SSSEO/_config/config.yml` file.

All extensions except core ship disabled, please enable additional extensions (submodules) by copying and pasting relevant items into your `~/mysite/_config/config.tml` folder and uncommenting them.

Remember to `~/dev/build/?flush=ALL` if you modify any YAML files.

3. Template Usage
-----------------

[](#3-template-usage)

Remove extraneous metadata from your `$ThemeDir()/templates/*Page.ss` templates.

2 call are necessary:

- `$Metahead()` inside the opening `` tag
- `$Metadata()` just below the opening `` tag and `$BaseHref()` function, e.g.

```

$Metadata()

```

Will output something along the lines of:

```

SSSEO | Home - lost is now found

```

4. Extensions
-------------

[](#4-extensions)

Apart from ***Core***, all submodules should be included on an as-needed basis. This is as a result of extra database fields being created and wanting to keep functionality as lean as possible.

### 4.1. Core ( HTML Metadata )

[](#41-core--html-metadata-)

All core submodules should be included, these are:

> SSSEO\_Core\_SiteConfig\_DataExtension

> SSSEO\_Core\_Member\_DataExtension

> SSSEO\_Core\_LeftAndMain\_DataExtension

> SSSEO\_Core\_SiteTree\_DataExtension

This will enable the bulk of the default functionality pertaining to HTML metadata: ***meta charset***, ***meta title***, ***meta description***, ***rel="canonical"***, ***rel="author"***, ***rel="publisher"***, ***favicon ICO + PNG*** and ***custom metadata***.

These can be toggled on or off via SiteConfig @ `~/admin/settings/ > SSSEO`

Google+ and Facebook Profile IDs for publishers and authors is included here, because it made the most sense, it's only 2 additional fields and they are needed in multiple submodules.

*@note: I'm already rethinking this approach again, and I have already changed it twice :(*

Title inspired by:

Favicon inspired by: [audreyr/favicon-cheat-sheet](https://github.com/audreyr/favicon-cheat-sheet), [Jonathan T. Neal - Understand the Favicon](http://www.jonathantneal.com/blog/understand-the-favicon/) and [High Quality Visuals for Pinned Sites in Windows 8](http://blogs.msdn.com/b/ie/archive/2012/06/08/high-quality-visuals-for-pinned-sites-in-windows-8.aspx)

### 4.2. Touch Icons for Apple and Android

[](#42-touch-icons-for-apple-and-android)

To enable Touch Icon functionality, include:

> SSSEO\_TouchIcon\_SiteConfig\_DataExtension

This will allow the addition of a Touch Icon in SiteConfig, and output it in a billion (sadly necessary) formats.

Touch icons inspired by: [Everything you always wanted to know about touch icons](https://mathiasbynens.be/notes/touch-icons)

### 4.3. Facebook Insights (a.k.a. Facebook Application)

[](#43-facebook-insights-aka-facebook-application)

To enable Facebook Insights functionality, include:

> SSSEO\_FacebookInsights\_Member\_DataExtension

> SSSEO\_FacebookInsights\_SiteConfig\_DataExtension

This will allow the addition of a Facebook `fb:app_id` and `fb:admins` in SiteConfig.

[Facebook - Domain Insights](https://developers.facebook.com/docs/platforminsights/domains)

### 4.4. Open Graph

[](#44-open-graph)

To enable Open Graph functionality, include:

> SSSEO\_OpenGraph\_SiteTree\_DataExtension

Only supports type ***article*** for the moment.

[The Open Graph protocol](http://ogp.me)

### 4.5. Twitter Cards

[](#45-twitter-cards)

To enable Twitter Cards functionality, include:

> SSSEO\_TwitterCards\_SiteTree\_DataExtension

Only supports type ***summary*** for the moment.

[Twitter Cards - Overview](https://dev.twitter.com/cards/overview)

### 4.6. Schema.org

[](#46-schemaorg)

To enable Schema.org functionality, include:

> SSSEO\_SchemaDotOrg\_SiteTree\_DataExtension

Please note that`$Metahead()` inside the `` tag is required for this to work correctly, which will output the correct Schama.org ***itemscope***.

*@note: improve itemscope embedding process, but without using JS, how..?*

[Google+ Web Snippet](https://developers.google.com/+/web/snippet/)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance4

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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

4051d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e13ec3b48b29887ba83fe89aa9397ae7a373198d1c610a710a56913921bc8b6?d=identicon)[4t4r1](/maintainers/4t4r1)

---

Top Contributors

[![4t4r1](https://avatars.githubusercontent.com/u/264431?v=4)](https://github.com/4t4r1 "4t4r1 (1 commits)")

---

Tags

silverstripemetadataseo

### Embed Badge

![Health badge](/badges/graphiques-digitale-ssseo/health.svg)

```
[![Health](https://phpackages.com/badges/graphiques-digitale-ssseo/health.svg)](https://phpackages.com/packages/graphiques-digitale-ssseo)
```

###  Alternatives

[cyber-duck/silverstripe-seo

A SilverStripe module to optimise the Meta, crawling, indexing, and sharing of your website content

4351.1k](/packages/cyber-duck-silverstripe-seo)[hubertusanton/silverstripe-seo

SEO module for Silverstripe

4823.0k2](/packages/hubertusanton-silverstripe-seo)[axllent/silverstripe-trailing-slash

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

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

SEO for SilverStripe websites

1144.3k](/packages/silverstripers-seo)

PHPackages © 2026

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