gfe/seo

adds open graph data

Maintainers

Details

github.com/frithjof/seo

Source

Issues

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Type:magento2-module

dev-master 2020-07-22 12:09 UTC

This package is auto-updated.

Last update: 2024-09-22 22:58:01 UTC


README

This is a module for Magento 2 that automatically adds open graph data.

Facebook sharing looks really bad in standard magento 2 because it misses open graph data.

This adds open graph data for categories based on standard magento data.

It grabs the seo Data for the Category, the Image and the first 10 Product Images

If you like this and it helps consider donating here https://paypal.me/frithjofdev

Installation

composer require gfe/seo:dev-master

Please run these commands in CLI after installation

php bin/magento setup:upgrade
php bin/magento cache:flush
php bin/magento setup:di:compile