This module by Amadeco extends the Smile Custom Entity module to add SEO capabilities.
- Adds SEO attributes to Custom Entities:
- Meta Title
- Meta Description
- Meta Keywords
- Meta Robots
- Creates a new "Search Engine Optimization" group in the Custom Entity edit form
- Automatically applies SEO metadata to Custom Entity pages
composer require amadeco/module-custom-entity-seo bin/magento module:enable Amadeco_SmileCustomEntitySeo bin/magento setup:upgrade- PHP 8.3+
- Magento 2.4.x
- Smile Custom Entity module version 1.3 or higher (https://github.com/Smile-SA/magento2-module-custom-entity)
- Edit any Custom Entity from the admin panel
- Navigate to the "Search Engine Optimization" section
- Fill in the SEO fields as needed
This module:
- Creates new EAV attributes for Custom Entities
- Extends the CustomEntity model to support SEO attributes
- Adds an observer to apply SEO metadata to pages automatically
This module is licensed under the Open Software License ("OSL") v3.0. See the LICENSE.txt file for details.
