承接 v17development/flarum-seo 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

v17development/flarum-seo

Composer 安装命令:

composer require v17development/flarum-seo

包简介

Adds SEO tags for your Flarum forum

README 文档

README

MIT license Latest Stable Version Total Downloads

A Flarum extension that adds SEO tags to your forum — meta description, Open Graph, Twitter cards, and schema.org structured data.

Documentation

Full documentation lives in the docs/ folder:

Installation

composer require fof/seo:"*"

Updating

composer update fof/seo
php flarum cache:clear

Migrating from v17development/flarum-seo

This extension was transferred to FriendsOfFlarum and was previously published as v17development/flarum-seo. The FriendsOfFlarum line begins at 3.0.0, continuing the version history (the previous package reached 2.0.9).

For forum admins, migration is a one-line change — swap the package, keep your settings and stored SEO data:

composer remove v17development/flarum-seo
composer require fof/seo
php flarum cache:clear

fof/seo declares replace: { "v17development/flarum-seo": "*" }, so anything that depended on the old package is satisfied by the new one, and the two can never be installed at once. Existing v17development/flarum-seo releases (≤ 2.0.9) remain installable from Packagist for anyone not yet ready to switch.

Third-party extension authors should update any references from the V17Development\FlarumSeo namespace to FoF\Seo, and from the v17development-seo frontend module to fof-seo. See the developer documentation.

Features

SEO tags are generated for the following pages:

  • Home page
  • Tags page (if flarum/tags is enabled)
  • Discussion page
  • User profile
  • Pages page (if fof/pages is enabled)

Methods used:

  • HTML meta tags (application-name, description, keywords, language)
  • Open Graph tags (og:type, og:title, og:description, og:url, og:image, og:locale, and article:published_time / article:modified_time on article pages)
  • Twitter cards
  • inLanguage on every page
  • Schema.org structured data:
  • Uses the first image in the post as the social-media image when one is present, falling back to the configured default.
  • Optional indexing controls — de-index user profile pages, or whole tags (and their discussions), with noindex, follow to keep thin/low-value pages out of search results.

Your robots.txt and XML sitemap are provided by fof/sitemap. See Sitemap & robots.txt.

Works with

Compatible — but not required — alongside:

Extending

Third-party extensions have three integration points:

  • Page drivers — emit/replace structured data for your own routes by extending FoF\Seo\Extend\SEO and implementing FoF\Seo\Page\PageDriverInterface.
  • SeoMeta objects — give your own models managed, per-object metadata that appears in the Configure SEO dialog.
  • The PreparingPageMeta event — intercept and override the prepared metadata (language, description, any schema.org property) on any page.

See the developer guides for details:

Credits

This extension was originally created and maintained by V17 Development as v17development/flarum-seo. FriendsOfFlarum is grateful for their work bringing SEO support to the Flarum ecosystem and continues development with their blessing.

Links

License

This extension is licensed under the MIT License. See the LICENSE.md file for details.

v17development/flarum-seo 适用场景与选型建议

v17development/flarum-seo 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 99.34k 次下载、GitHub Stars 达 49, 最近一次更新时间为 2019 年 01 月 04 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 v17development/flarum-seo 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 v17development/flarum-seo 我们能提供哪些服务?
定制开发 / 二次开发

基于 v17development/flarum-seo 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 99.34k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 49
  • 点击次数: 25
  • 依赖项目数: 1
  • 推荐数: 2

GitHub 信息

  • Stars: 49
  • Watchers: 3
  • Forks: 25
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-01-04