vandersonramos/magento2-hreflangtag
Composer 安装命令:
composer require vandersonramos/magento2-hreflangtag
包简介
This module adds the alternate hreflang tag
关键字:
README 文档
README
Overview
The hreflang attribute (also referred to as rel="alternate") tells Google which language you are using on a specific page, so the search engine can serve that result to users searching in that language.
The module
Considering the Magento multi store structure, this module will add the hreflang tag to the pages.
Code Sample
<link rel="alternate" href="http://example.com/en" hreflang="en-us" />
<link rel="alternate" href="http://example.com/pt" hreflang="pt-br" />
Installation details
- Run
composer require vandersonramos/magento2-hreflangtag - Run
php bin/magento setup:upgrade - Run
php bin/magento cache:clean
Uninstall
- Run
composer remove vandersonramos/magento2-hreflangtag
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2020-09-23