loveduckie/silverstripe-canonical
Composer 安装命令:
composer require loveduckie/silverstripe-canonical
包简介
Adds a simple canonical tag in Silverstripe
关键字:
README 文档
README
Adds a rel=canonical tag to Silverstripe 4 to prevent search engines from recording duplicate entries for the same page.
Requirements
SilverStripe 4
Installation
- Install the code with
composer require loveduckie/silverstripe-canonical - Run a
dev/build?flushto update your project
Usage
This module adds a simple canonical tag to your pages to allow for the specification of the default domain.
The canonical tag allows you to signal to search engines like Google which is the authoritative version of the page to help reduce duplicate content issues caused by non-www versions, pages with different protocols, etc.
Once installed, go to the site settings and enter the full canonical domain. This should include the protocol (eg. http:// or https://)
The module tries to be the last extension to be applied, and will try to remove any existing rel="canonical" tags from the head.
At the time of writing, the canonical tags are only added correctly for pages in the SiteTree. Pages generated from custom controllers or from DataObjects may or may not work! When creating the canonical tags, the module will look for a method called CanonicalLink() on the extended object. If you are using DataObjects as pages, adding this method on the relevant controller should allow you to control the canonical URL in these cases.
Support has since been added for automatically integrating canonical tags for pages that are rendered as DataObjects with controllers. Refer to documentation about how to use this.
Additional Credits
- Thanks to @sanderha (https://github.com/sanderha) for the Danish translation
- Thanks to @lerni (https://github.com/lerni) for his enhancements
loveduckie/silverstripe-canonical 适用场景与选型建议
loveduckie/silverstripe-canonical 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 120 次下载、GitHub Stars 达 1, 最近一次更新时间为 2022 年 03 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「html」 「seo」 「silverstripe」 「canonical」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 loveduckie/silverstripe-canonical 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 loveduckie/silverstripe-canonical 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 loveduckie/silverstripe-canonical 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated again
Help to manage meta data on Laravel Eloquent model
Statamic Fine Seo addon
Analytics chooser extensions for site settings.
HTML and form generation
统计信息
- 总下载量: 120
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2022-03-28