Linux 软件免费装
Banner图

The SEO Framework - Title Fix

开发者 Cybr
更新时间 2017年1月18日 01:52
捐献地址: 去捐款
PHP版本: 3.9.0 及以上
WordPress版本: 4.6.0
版权: GPLv3
版权网址: 版权信息

标签

theme seo automatic multisite automated framework rewrite the seo framework doing it wrong doing it right tsf

下载

1.0.0 1.0.1 1.0.2

详情介绍:

The SEO Framework relies on the required Title Tag support within the theme files. This can cause issues because not all themes do it right. This free extension plugin fixes those issues by replacing the title tag within the output buffer prior to outputting your website's content. There are no options, only (super fast) detection. Activate and go!
This plugin uses The SEO Framework title detection features. If the title is detected to be output wrong, this plugin fixes it. If you wish to have a more forceful override, then a filter is available. See Other Notes. This plugin is fundamentally built to perform fast and to keep its memory usage low.
About The SEO Framework The all in one automated SEO plugin for WordPress Get it here: The SEO Framework plugin from WordPress.org 兼容性 WordPress and plugins: If The SEO Framework is not active: PHP:

安装:

  1. Install The SEO Framework either via the WordPress.org plugin directory, or by uploading the files to your server.
  2. Either Network Activate that plugin or activate it on a single site.
  3. Install this extension either via the WordPress.org plugin directory, or by uploading the files to your server.
  4. Either Network Activate this plugin or activate it on a single site.
  5. Now the title is fixed automatically when detected.
You can also use this plugin as a mu-plugin.

其他记录:

Filter: Force title fix You can force the title fix through a filter. When using The SEO Framework 2.6.0+: This filter will only work if the theme doesn't support the title-tag, to improve performance. Otherwise, it will override the title at all times. add_filter( 'the_seo_framework_force_title_fix', '__return_true' ); Filter: Remove fixed indicator When the title is fixed, a small indicator will be output to let you know it's fixed (in the page HTML source). If you wish to remove this indicator, use the following filter: add_filter( 'the_seo_framework_title_fixed_indicator', '__return_false' );

常见问题:

What is this?

This free extension is made because many themes are rendering the title wrong. This causes issues, which this plugin resolves.

What is The SEO Framework?

A free SEO plugin, for everyone! Download it from WordPress.org.

How does this plugin work?

This plugin is only run when the title output has been detected to be wrong by The SEO Framework. From there, this plugin will scan your HTML code for the title and will replace it if found.

Does this plugin impact my website's performance?

Nope! Okay.. very, very slightly! We're talking about 0.001 seconds of runtime here on PHP7 when your theme is doing it wrong. And 0.0005 seconds if your theme is doing it somewhat right :). And 0.0002 seconds if your theme has the required title-tag support!

Does this plugin work on multisite?

Absolutely!

更新日志:

1.0.2 - The Force For everyone: For developers: 1.0.1.2 - The Fease For developers: 1.0.1.1 - The Frame For everyone: 1.0.1 - The False For everyone: For developers: 1.0.0 - The Flush For everyone: