graphiques-digitale/silverstripe-seo-metadata
Composer 安装命令:
composer require graphiques-digitale/silverstripe-seo-metadata
包简介
Enhanced SEO metadata module for the SilverStripe framework.
README 文档
README
Overview
This is the core metadata module for the graphiques-digitale/silverstripe-seo-* module collection.
It enables enhanced title features, character set selection, canonical URLs and an enhanced fall-back description using $Content.FirstParagraph().
Title inspired by: http://moz.com/learn/seo/title-tag
It is intended to be used with it's siblings:
Graphiques-Digitale/silverstripe-seo-iconsGraphiques-Digitale/silverstripe-seo-facebook-domain-insightsGraphiques-Digitale/silverstripe-seo-open-graph
These are all optional and fragmented from the alpha version Graphiques-Digitale/SSSEO, which is now redundant.
The whole module collection is based largely on 18 Meta Tags Every Webpage Should Have in 2013.
Also, a good overview: 5 tips for SEO with Silverstripe 3.
Installation
Composer
composer require graphiques-digitale/silverstripe-seo-metadata- rebuild using
/dev/build/?flush
From ZIP
- Place the extracted folder
silverstripe-seo-metadata-{version}intosilverstripe-seo-metadatain the SilverStripe webroot - rebuild using
/dev/build/?flush
CMS Usage
See /silverstripe-seo-metadata/_config/app.yml for configuration.
Metadata is changed globally via /admin/settings/ under the Metadata tab.
And also locally, per page, under their Metadata tab.
Template Usage
Depending on your configuration, the general idea is to replace all header content relating to metadata with $Metadata() just below the opening <head> tag and <% base_tag %> include, e.g.:
<head> <% base_tag %> $Metadata() <!-- further includes ~ viewport, etc. --> </head>
This will output something along the lines of:
<head> <base href="http://dev.seo.silverstripe.org/"><!--[if lte IE 6]></base><![endif]--> <!-- SEO --> <!-- Metadata --> <meta charset="UTF-8" /> <link rel="canonical" href="http://dev.seo.silverstripe.org/" /> <title>Your Site Name | Home - your tagline here</title> <meta name="description" content="Welcome to SilverStripe! This is the default home page. You can edit this page by opening the CMS. You can now access the developer documentation, or begin the tutorials." /> <!-- END SEO --> <!-- further includes ~ viewport, etc. --> </head>
Advanced Usage
Please check the documentation folder for how to extend classes and more.
Issue Tracker
Issues are tracked on GitHub @ Issue Tracker
Development and Contribution
Please get in touch @ hello@graphiquesdigitale.net if you have any extertise in any of these SEO module's areas and would like to help ~ they're a lot to maintain, they should be improved continually as HTML evolves and I'm sure they can generally be improved upon by field experts.
License
BSD-3-Clause license
See @ Why BSD?
graphiques-digitale/silverstripe-seo-metadata 适用场景与选型建议
graphiques-digitale/silverstripe-seo-metadata 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3.47k 次下载、GitHub Stars 达 3, 最近一次更新时间为 2015 年 08 月 20 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「metadata」 「search」 「module」 「seo」 「optimization」 「engine」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 graphiques-digitale/silverstripe-seo-metadata 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 graphiques-digitale/silverstripe-seo-metadata 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 graphiques-digitale/silverstripe-seo-metadata 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A Laravel package to retrieve data from Google Search Console
Indexed Search Autocomplete - Extends the TYPO3 Core Extension Indexed_Search searchform with an autocomplete feature.
Abstraction Layer to index and search entities
Yii2 Component to manage SEO data and metadata
Pimcore 10.x Website Indexer (powered by Zend Search Lucene)
Extremely simple meta tag generator.
统计信息
- 总下载量: 3.47k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 33
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-08-20



