承接 pensoft/october-power-seo-plugin 相关项目开发

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

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

pensoft/october-power-seo-plugin

Composer 安装命令:

composer require pensoft/october-power-seo-plugin

包简介

Power SEO plugin for OctoberCMS

README 文档

README

Please note that this plugin was originally created by AnandPatel, however after 2 years of no support and many issues with the plugin, I have taken over the plugin development and maintain it under a new repository. This new version fixes the server errors in the old plugin.

Migration from AnandPatel.SeoExtension

  1. Backup Blog Posts - The fields added by AnandPatel.SeoExtension are renamed and prefixed with powerseo_ in the migrations, which might fail on some servers if the right extensions aren't installed.
  2. Install SureSoftware.PowerSEO
  3. Remove AnandPatel.SeoExtension

As all the syntax for the components are same for the AnandPatel.SeoExtension, to upgrade you only need to remove the AnandPatel.SeoExtension plugin and add SureSoftware.PowerSEO. All settings and component parameters should be migrated across.

Inject SEO fields to CMS Pages, Static Pages and Blog.

This plugin add SEO fields to CMS Pages, Static Pages and Blog, and for using it you simply need to drop component on layout/page.

Current fields:

  • Meta Title
  • Meta Description
  • Meta Keywords
  • Canonical URL
  • Meta Redirect to other URL
  • Robot Index & Follow

*for more fields, please open an issue and request this on the git repository

Features

  • Open Graph(og) Tags added for better social sharing
  • Settings added in backend to configure meta and Open Graph tags

Future Development

  • Integration of SEO optimizer to optimize pages

Like this plugin?

If you like this plugin, plese give it a star on GitHub

Documentation

Installation

To install this plugin you have to click on add to project or need to type SureSoftware.PowerSEO in Backend System > updates > intall plugin

The plugin currently includes three components:

  • SEO CMS Page
  • SEO Blog Post
  • SEO Static Page

SEO CMS Page

Put the component in the CMS Layout

    <html>
        <head>
            {% component 'SeoCmsPage' %}
        </head>
        <body>
           {% page %}
        </body>
    </html>

SEO Blog Post

Put the component in the page with the SeoBlogPost component and pass the post as a parameter

    {% component 'blogPost' %}
    {% component 'SeoBlogPost' data=post %}

You must place also SeoCMSPage component on layout

SEO Static Page

Put the component in the head of the Static Pages Layout

    <html>
        <head>
            {% component 'SeoStaticPage' %}
        </head>
        <body>
            {% component 'staticMenu' %}
            {% component 'staticBreadcrumbs' %}
            {% page %}
        </body>
    </html>

Configuration

To configure this Plugin goto Backend System then find My Settings in left side bar, then click on SEO Extension

pensoft/october-power-seo-plugin 适用场景与选型建议

pensoft/october-power-seo-plugin 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 9 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 03 月 04 日, 在 PHP 生态内属于活跃度较高的组件。

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

围绕 pensoft/october-power-seo-plugin 我们能提供哪些服务?
定制开发 / 二次开发

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

BUG 修复 & 性能优化

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

项目外包 & 长期维护

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

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

统计信息

  • 总下载量: 9
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 30
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 10
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2026-03-04