iqnection-modules/seo 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 6
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-04-30