elgentos / magento2-structured-data
Implement structured data for Magento 2 webshops.
Installs: 30 696
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 11
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.4|^8.0|^8.1
- magento/framework: ^102.0.7||^103.0
- magento/module-catalog: ^103.0.7||^104.0
- magento/module-eav: ^102.0.7||^102.1
- magento/module-review: ^100.3.7||^100.4
- magento/module-search: ^101.0.7||^101.1
- magento/module-store: ^101.0.7||^101.1
- magento/module-theme: ^101.0.7||^101.1
Requires (Dev)
- mediact/coding-standard-magento2: @stable
- mediact/testing-suite: ^2.9
This package is auto-updated.
Last update: 2024-10-29 06:12:54 UTC
README
Installation
This package can be installed using Composer.
composer require elgentos/magento2-structured-data bin/magento module:enable Elgentos_StructuredData bin/magento setup:upgrade
Usage
To use the extension, you need to enable it in the configuration of Magento. This will display the structured data
in your pages just before the end of the <body>
tag.
Also make sure you remove all itemscope
, itemtype
and itemprop
attributes. These are normally added to the product
page and will also add structured data to the product pages. This needs to be done in your theme.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
MIT