amadeco / module-custom-entity-seo
SEO module for Smile Custom Entity to add SEO attributes (meta title, meta description, meta keywords, meta robots)
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ~8.1.0||~8.2.0||~8.3.0
- smile/module-custom-entity: ^1.3
This package is auto-updated.
Last update: 2025-04-03 15:34:41 UTC
README
This module by Amadeco extends the Smile Custom Entity (https://github.com/Smile-SA/magento2-module-custom-entity) module to add SEO capabilities.
Features
- 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
Installation
composer require amadeco/module-custom-entity-seo bin/magento module:enable Amadeco_SmileCustomEntitySeo bin/magento setup:upgrade
Requirements
- PHP 8.1, 8.2 or 8.3
- Magento 2.4.x
- Smile Custom Entity module version 1.3 or higher
Usage
- Edit any Custom Entity from the admin panel
- Navigate to the "Search Engine Optimization" section
- Fill in the SEO fields as needed
Technical Details
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
License
This module is licensed under the Open Software License ("OSL") v3.0.