pensoft/oc-seo-extension-plugin 问题修复 & 功能扩展

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

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

pensoft/oc-seo-extension-plugin

最新稳定版本:1.0.2

Composer 安装命令:

composer require pensoft/oc-seo-extension-plugin

包简介

SEO Extension plugin for OctoberCMS

README 文档

README

###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.

currently included fields:

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

*more fields will be added on request

####Features

  • New Open Graph(og) Tags added for better sharing on social networking sites like Facebook
  • New Settings added in backend to configure meta and Open Graph tags

####Future

  • Add more fields on request.
  • Integration of SEO optimizer to optimize page(if possible).

####Like this plugin? If you like this plugin, give this plugin a Like or Make donation with PayPal.

#Documentation

#####Installation To install this plugin you have to click on add to project or need to type AnandPatel.SeoExtension in Backend System > updates > intall plugin

The plugin currently includes three components:

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

#####SEO CMS Page Drop this component in layout`s head section

code of layout look like this

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

#####SEO Blog Post Drop this component on CMS Page on which you have dropped blogPost Component(i.e you want to show blog post).

pass parameter data = post

here is code of CMS page for Blog Post Page.

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

for using this component you must place SeoCMSPage component on layout.

#####SEO Static Page Drop this component on Static Pages layout`s head section

code of static page layout look like this

    <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 , you will get Configuration options.(refer screenshots)

统计信息

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

GitHub 信息

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

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固