Custom Title and Description for Magento 2 Categories – SEO Module for Your Store
Magento Modules: Clear Guidelines
You purchase the module once, with no domain restrictions
Free installation and updates via Composer
Affiliate Program
Technical support for Magento
Clear guidelines for licensing Magento modules
Magento Module Code Security
Custom Category Title Module Features
SEO optimization in Magento 2 stores is a key element of a marketing strategy. The Custom Category Title module introduces two additional attributes: SEO Title and SEO Description, allowing for more flexible content management and improved visibility in search engines.
Additional SEO Fields for Categories
- SEO Title – an alternative category title used as the H1 heading on the category page.
- SEO Description – an additional SEO description that can be added below the product listing.
Separating the Category Name from the SEO Title
By default, Magento uses the category name both in the navigation menu and as the H1 heading. With this module, you can add a different, more optimized SEO Title, enabling better SEO optimization while keeping menu names clear and readable.
Avoiding Duplicate Content on Pagination Pages
The module hides the SEO Description on subsequent pagination pages, so only the first category page contains the full description, helping to avoid duplicate content issues.
Benefits of Using the Module
- Better SEO optimization – The ability to add unique H1 headings and descriptions for categories.
- Flexibility – You can customize titles and descriptions independently of category names in the menu.
- Protection against duplicate content – Hiding the description on subsequent pagination pages.
- Easy integration – The module is simple to install and configure.
Who Is This Module For?
The Custom Category Title module is an ideal solution for Magento 2 store owners who want to improve their rankings in Google and other search engines. It is especially useful for stores with a large number of categories and for highly competitive industries.
Summary
If you want to optimize your categories in Magento 2 and increase organic traffic, it is worth implementing the Custom Category Title module.
Installing the Kowal Custom Title and Description Module for Magento 2 Categories
kowal/module-customcategorytitle
Type: Composer
- Add the Composer repository to the configuration:
composer config repositories.custom.category.title vcs https://github.com/kowalco/custom-category-title
- Add the access token for the private GitLab repository:
composer config --global --auth github-oauth.github.com <YOUR_TOKEN>
- Install the module using Composer:
composer require kowal/module-customcategorytitle
- Enable the module:
php bin/magento module:enable Kowal_CustomCategoryTitle
- Apply database updates:
php bin/magento setup:upgrade
- Flush the cache:
php bin/magento cache:flush















