SeoTitles module for Magento 2
This module adds and extra leyer to override H1 values for categories and products.To install this module copy the code from this repository to app/code/Space48/SeoTitles folder of your Magento 2 instance, you need to run the following commands from the terminal:
bin/magento setup:upgrade
From the terminal execute the following commands:
composer config repositories.space48-seo-titles vcs [email protected]:Space48/SeoTitles.gitcomposer require "space48/SeoTitles"to install the latest version or"space48/SeoTitles:{module-version}"to install a specific version.bin/magento setup:upgrade
From the terminal execute the following:
modman init(in case Modman already initialized there)modman clone [email protected]:Space48/SeoTitles.gitbin/magento setup:upgrade
Once installed, go to the Admin Panel -> Products -> Categories -> Select a category,
and under Search Engine Optimisation section you will see a field called H1 Override.
From the terminal execute the following:
bin/magento module:uninstall Space48_SeoTitles
Note: This only works if you have installed the module using composer.
-
Go to the
Admin Panel -> Products -> Categoriesand select a category, then underSearch Engine Optimisationsection you will see a field calledH1 Override. -
Check changes in the frontend.





