Download the PHP package iop/magento2-seocms without Composer
On this page you can find all versions of the php package iop/magento2-seocms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iop/magento2-seocms
More information about iop/magento2-seocms
Files in iop/magento2-seocms
Download iop/magento2-seocms
More information about iop/magento2-seocms
Files in iop/magento2-seocms
Vendor iop
Package magento2-seocms
Short Description Magento 2 improve SEO for CMS
License OSL-3.0
Homepage https://github.com/iop/magento2-seocms
Package magento2-seocms
Short Description Magento 2 improve SEO for CMS
License OSL-3.0
Homepage https://github.com/iop/magento2-seocms
Keywords magentocomposer-installer
Please rate this library. Is it a good library?
Informations about the package magento2-seocms
Magento Module Iop_SeoCms
Tested on Version
- Magento 2.3.4
Main Functionalities
- Fix problem with SEO rankings for multi site setup with some CMS pages (this is causing duplicate content issues) that are shared across the different websites.
- If the page ID is assigned to multiple website then foreach of the websites it will load the store details for that store ID and get the language via the locale setting. It will then add a meta tag for this website setting the value to the stores locale, and the href to the store base url and the cms page url.
- In the admin area that the “language” variable set for each store e.g. UK can be set to "en-gb", US can be "en-us". This is because the meta tag have specific values against each country (this is different from the locale setting in Magento)
Example
- There are 2 websites setup within Magento, a UK one and a US one.
The UK language is set to en-gb and the US site is set to en-us.
The UK base URL is https://www.example.co.uk
The US base URL is https://www.example.com
If there is a CMS page for "about-us" and this is assigned to both websites, when the page loads the new block in the head will add the following meta tags:
Installation
With Composer
Use the following commands to install this module into Magento 2:
composer require iop/magento2-seocms
bin/magento module:enable Iop_SeoCms
bin/magento setup:upgrade
Manual (without composer)
These are the steps:
- Upload the files in the folder
app/code/Iop/SeoCms
of your site - Run
php -f bin/magento module:enable Iop_SeoCms
- Run
php -f bin/magento setup:upgrade
- Flush the Magento cache
- Done
All versions of magento2-seocms with dependencies
PHP Build Version
Package Version
The package iop/magento2-seocms contains the following files
Loading the files please wait ....