iqnection-modules/seo
最新稳定版本:2.1.1
Composer 安装命令:
composer require iqnection-modules/seo
包简介
IQnection SilverStripe SEO Module
关键字:
README 文档
README
SilverStripe 4 SEO Module
Adds fields for Google Analytics code.
When populated, IQ templating will automatically insert code into HTML head
Adds additional page variables for SEO
- MetaTitle
- NoFollow: can be used in templates to set a page link to rel="nofollow"
- URLRedirects: enter old URL paths, if path doesn't exist, system will search for path and redirect to page that has path entered here
- MetaKeywords: for those that still use this
Adds fields for including additional tags/elements in , and before close
If using Google Tag Manager, be sure to add the following code to your templates
Add inside your tag before any other scripts:
<% if $SiteConfig.GoogleTagManagerHeadCode %>$SiteConfig.GoogleTagManagerHeadCode.RAW<% end_if %>
Add just insode your opening element
<% if $SiteConfig.GoogleTagManagerBodyCode %>$SiteConfig.GoogleTagManagerBodyCode.RAW<% end_if %>
统计信息
- 总下载量: 366
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-04-30