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

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

osaka/module-structureddata
===========================

Module created to generate structured data in the product page

0.1.0(1y ago)09GPL-3.0PHP

Since Jun 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/SantiSnow/json-structured-data-magento)[ Packagist](https://packagist.org/packages/osaka/module-structureddata)[ RSS](/packages/osaka-module-structureddata/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Mage2 Module Osaka StructuredData
=================================

[](#mage2-module-osaka-structureddata)

A simple module for Magento 2, version 2.4.x, that will help you add structured data to your product pages. The plugin does not add any configuration to your ecommerce dashboard, and it does not require any customization from your side.

```
composer require osaka/module-structureddata

```

Main Functionalities
--------------------

[](#main-functionalities)

Module created to generate structured data in the product page

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

[](#installation)

\* = in production please use the `--keep-generated` option

### Requirements

[](#requirements)

- Requires PHP soap extension. To install it run `sudo apt-get install php-soap`and `sudo systemctl restart apache2` or `sudo service apache2 restart`

### Type 1: Zip file

[](#type-1-zip-file)

- Unzip the zip file in `app/code/Osaka`
- Enable the module by running `php bin/magento module:enable Osaka_StructuredData`
- Apply database updates by running `php bin/magento setup:upgrade`\*
- Flush the cache by running `php bin/magento cache:flush`

### Type 2: Composer

[](#type-2-composer)

- Check your PHP and apache/nginx dependencies and update them if necessary.
- Install the module with composer by running `composer require osaka/module-structureddata`
- enable the module by running `php bin/magento module:enable Osaka_StructuredData`
- apply database updates by running `php bin/magento setup:upgrade`\*
- Flush the cache by running `php bin/magento cache:flush`

Configuration
-------------

[](#configuration)

Configuration is not necessary.

Attributes
----------

[](#attributes)

An example of the attributes:

```
  {
     "@context":"https://schema.org/","@type":"Product",
     "name":"product one",
     "sku":"fo83hqfehdfhi3h3",
     "description":"Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
     "image":
        ["http://local.magento.co/media/catalog/product/example.jpg"]
  }

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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

689d ago

### Community

Maintainers

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

---

Top Contributors

[![SantiSnow](https://avatars.githubusercontent.com/u/47334480?v=4)](https://github.com/SantiSnow "SantiSnow (10 commits)")

### Embed Badge

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

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

###  Alternatives

[pragmarx/support

PragmaRX components support package

591.5M27](/packages/pragmarx-support)[bcremer/line-reader

Read large files line by line in a memory efficient (constant) way.

301.6M4](/packages/bcremer-line-reader)[beelab/recaptcha2-bundle

Provide Google Recaptcha2 form type

55455.1k1](/packages/beelab-recaptcha2-bundle)[lkrms/pretty-php

The opinionated PHP code formatter

14659.1k1](/packages/lkrms-pretty-php)[kreyu/data-table-bundle

Streamlines creation process of the data tables

11299.6k](/packages/kreyu-data-table-bundle)[adhocore/cron-expr

Ultra lightweight Cron Expression parser for PHP

53436.1k3](/packages/adhocore-cron-expr)

PHPackages © 2026

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