PHPackages                             jinjie/structureddata - 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. jinjie/structureddata

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

jinjie/structureddata
=====================

StructuredData for SilverStripe 4

v1.0.0(2y ago)02713[1 PRs](https://github.com/jinjie/structureddata/pulls)MITPHP

Since Jul 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/jinjie/structureddata)[ Packagist](https://packagist.org/packages/jinjie/structureddata)[ RSS](/packages/jinjie-structureddata/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Structured data for SilverStripe 4
----------------------------------

[](#structured-data-for-silverstripe-4)

### Installation

[](#installation)

`composer require jinjie/structureddata`

### How to use

[](#how-to-use)

Add the following to mysite.yml

```
SilverStripe\CMS\Model\SiteTree:
  extensions:
    - StructuredData\Extensions\StructuredDataExtension
```

Flush!

#### Define your data

[](#define-your-data)

Check out  for documentation

```
public function getStructuredSchemaData() {
    $organization = new Organization();
    $organization
        ->name('Swift DevLabs');

    return $organization;
}
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

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

1078d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d24d7bd9fd11fef8ef00cbb7c27213e1701c074242fef49803db9bdcc9af210?d=identicon)[jinjie](/maintainers/jinjie)

---

Top Contributors

[![jinjie](https://avatars.githubusercontent.com/u/2721195?v=4)](https://github.com/jinjie "jinjie (3 commits)")[![wernerkrauss](https://avatars.githubusercontent.com/u/1043925?v=4)](https://github.com/wernerkrauss "wernerkrauss (1 commits)")

### Embed Badge

![Health badge](/badges/jinjie-structureddata/health.svg)

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

###  Alternatives

[silverstripe/userforms

UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code

1321.1M83](/packages/silverstripe-userforms)[symbiote/silverstripe-advancedworkflow

Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.

46299.9k9](/packages/symbiote-silverstripe-advancedworkflow)[withcandour/aardvark-seo

Save time and get your Statamic site to rank better with the SEO addon for Statamic.

15131.5k](/packages/withcandour-aardvark-seo)[silverstripe/sharedraftcontent

Share draft page content with non-CMS users

21419.6k11](/packages/silverstripe-sharedraftcontent)[vaersaagod/seomate

SEO, mate! It's important.

4442.5k2](/packages/vaersaagod-seomate)[justkidding96/aardvark-seo

Save time and get your Statamic site to rank better with the SEO addon for Statamic.

144.1k](/packages/justkidding96-aardvark-seo)

PHPackages © 2026

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