Linux 软件免费装
Banner图

SEO SIMPLE PACK

开发者 looswebstudio
更新时间 2024年9月7日 16:21
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.6
版权: GPLv2 or later
版权网址: 版权信息

标签

meta analytics SEO simple japan meta tag wsebmaster

下载

1.0.2 3.5.2 1.0.3 1.0.9 2.3.0 2.5.0 1.0 2.4.2 1.1.1 1.2.0 3.0.0 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.9 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.7 1.2.8 1.3.0 1.3.1 2.0.0 2.1.0 2.1.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 1.0.5 1.0.7 1.1.0 1.1.8 1.2.9 2.2.6 2.2.7 2.2.8 1.0.1 1.0.4 3.5.0 1.0.6 1.0.8 2.4.1 3.5.1 1.2.6 2.2.9 2.3.1 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1 3.3.0 2.2.5 3.3.1 2.4.0 2.5.1 3.4.0

详情介绍:

"SEO SIMPLE PACK" is a very simple plugin for SEO. Please see the following page for a detailed explanation of this plugin. URL: https://loos.co.jp/en/documents/seo-simple-pack/ Source code The source code of this plugin is available on Github. URL: https://github.com/ddryo/SEO-SIMPLE-PACK How to use After installation, the minimum required meta tags will be output without doing anything. However, it is recommended that you set the following setting items yourself. Access to the settings screen Individual settings for each page The following items can be set individually for Posts / Pages and Term pages such as Categories / Tags. About initial settings Here are some default settings when you haven't changed the settings. | Tag | Output contents | | ---------------------------------------- | -------------------------------------------- | | <title> tag on the posts page | Site name | Tagline | | <description> tag on the Home page | Tagline | | <title> tag on the Posts / Pages | The title of the page | Site name | | <description> tag on the Posts / Pages | Automatically generated from the content of that page | | Status | Which page it is applied to | | -------------- | ----------------------------------------------- | | noindex | Each archive page, 404 page, Search result page | For other information, please check the actual setting screen.

安装:

  1. Enter SEO SIMPLE PACK in the plugin search field.
  2. Once you find this plugin, click "Install Now" to install and activate it.

屏幕截图:

  • "Google Analytics Code setting" screen
  • "OGP settings" screen
  • Help page
  • Post page setting screen
  • Category page setting screen

常见问题:

The title tag is output twice

The title tag output in wp_head (_wp_render_title_tag) is deleted, but if it is written directly in <head>, it will be duplicated. Remove the handwritten title tag.

How to overwrite the output on a particular page?

Most of the output tags use filter hooks, so you can overwrite them with add_filter. The following hooks are available.

  • 'ssp_output_title'
  • 'ssp_output_robots'
  • 'ssp_output_description'
  • 'ssp_output_canonical'
  • 'ssp_output_keyword'
  • and more...

更新日志:

3.5.2 3.5.1 3.5.0 3.4.0 3.3.1 3.3.0 3.2.0 3.1.1 3.1.0 3.0.0 2.5.1 2.5.0 2.4.2 2.4.1 2.4.0 2.3.1 2.3.0 2.2.9 2.2.8 2.2.7 2.2.6 Bug fixes 2.2.5 Fix the canonical tag on front page. 2.2.4 2.2.3 Adjusted the design of the setting page a little 2.2.2 2.2.1 Bug fixes 2.2.0 Added canonical tag settings for each page. 2.1.1 Bug fixes 2.1.0 Added get method: \SSP_Output::get_meta_data( 'meta_name' ) 2.0.0 Earlier versions See: https://github.com/ddryo/SEO-SIMPLE-PACK