[wordpress插件] Category SEO Meta Tags类别SEO元标记

wordpress 插件 文章 2020-03-18 16:40 481 0 全屏看文

AI助手支持GPT4.0

评分
40
描述

Plugin now support custom taxonomy.

插件现在支持自定义分类法。

Tested with Woocommerce, FoxyShop and WP-ECommerce

经过Woocommerce,FoxyShop和WP-ECommerce的测试

Localization support added.

添加了本地化支持。

Fixed meta title bug in 2.1.

修复了2.1中的元标题错误。

Thanks to phil who reported this bug.

感谢phil报告了此错误。

Added meta tags support for tag pages.

添加了对标记页面的元标记支持。

Allow you to add custom meta tags for category and tag pages.

允许您为类别和标签页面添加自定义元标签。

This plugin specially designed to work with All In One SEO plugin.

该插件专门设计用于All In One SEO插件。

If you are using other seo plugin such as HeadSpace2 or SEO Title Tags plugin then this plugin is not for you because this plugin already supporting meta tags for category pages.

如果您使用的是其他seo插件,例如HeadSpace2或SEO标题标签插件,则此插件不适合您使用,因为该插件已支持类别页面的元标签。

Note before upgraded:

升级前的注意事项:

Title tags implemented in a completely new way.

标题标签以全新的方式实现。

If you are previous user and want to upgrade then you need to edit all-in-one-seo-pack again.

如果您是以前的用户并想升级,则需要再次编辑多合一搜索引擎优化包。

Old editing will not work with this version.

旧版本无法在该版本上使用。

see installation tab for more details.

有关更多详细信息,请参见安装标签。

Version 1.1 optimized for wordpress 3.0 and above.

1.1版已针对Wordpress 3.0及更高版本进行了优化。

Do not upgrade if you are using wordpress version earlier then 3.0.

如果您使用的Wordpress版本低于3.0,请不要升级。

Peoples are using wordpress lower then 3.0 should use 1.0 version.

人们使用的Wordpress低于3.0,应该使用1.0版本。

Translators

翻译者

    • Russian (ru_RU) – Sergey Yakovlev
    • 俄语(ru_RU)–谢尔盖·雅科夫列夫

    Follow Me

    跟我来

    Follow me on Twitter to keep up with the latest updates Bala Krishna

    在Twitter上关注我,以了解最新更新巴拉克里希纳

安装步骤

You can use the built in installer and upgrader, or you can install the plugin manually.

您可以使用内置的安装程序和升级程序,也可以手动安装插件。

    1. You can either use the automatic plugin installer or your FTP program to upload it to your wp-content/plugins directory the top-level folder.

      您可以使用自动插件安装程序或FTP程序将其上传到顶级文件夹的wp-content / plugins目录。

      Don’t just upload all the php files and put them in /wp-content/plugins/.

      不要只是上传所有的php文件并将它们放在 / wp-content / plugins / 中。

    2. Activate the plugin through the ‘Plugins’ menu in WordPress

      通过WordPress中的“插件”菜单激活插件

    3. Compulary change in All In One SEO Pack (Required for category meta tag support)

      多合一SEO包中的组合更改(类别元标记支持必需)

      Download and open aioseop.class.php file and go to line number 790. Add below line after line number 790.

      下载并打开aioseop.class.php文件,然后转到第790行。在第790行之后添加下面的行。

      $title = apply_filters(‘aioseop_category_title’,$title);

      $ title = apply_filters('aioseop_category_title',$ title);

      Before:

      之前:

      $title = $this->paged_title($title);

      $ title = $ this-> paged_title($ title);

      $header = $this->replace_title($header, $title);

      $ header = $ this-> replace_title($ header,$ title);

      After:

      之后:

      $title = $this->paged_title($title);

      $ title = $ this-> paged_title($ title);

      $title = apply_filters(‘aioseop_category_title’,$title);

      $ title = apply_filters('aioseop_category_title',$ title);

      $header = $this->replace_title($header, $title);

      $ header = $ this-> replace_title($ header,$ title);

    4. Compulary change in All In One SEO Pack(Required for tag pages meta support)

      多合一SEO包中的组合更改(标记页元支持需要)

      Download and open aioseop.class.php file and go to line number 839 and 851. Add below line after line number 839 and 851.

      下载并打开aioseop.class.php文件,然后转到行号839和851。在行号839和851之后添加以下行。

      $title = apply_filters(‘aioseop_tag_title’,$title);

      $ title = apply_filters('aioseop_tag_title',$ title);

      Before:

      之前:

      $title = $this->paged_title($title);

      $ title = $ this-> paged_title($ title);

      $header = $this->replace_title($header, $title);

      $ header = $ this-> replace_title($ header,$ title);

      After:

      之后:

      $title = $this->paged_title($title);

      $ title = $ this-> paged_title($ title);

      $title = apply_filters(‘aioseop_tag_title’,$title);

      $ title = apply_filters('aioseop_tag_title',$ title);

      $header = $this->replace_title($header, $title);

      $ header = $ this-> replace_title($ header,$ title);

    5. Compulary change in All In One SEO Pack(Required for custom taxonomy meta support)

      多合一SEO包中的组合更改(自定义分类元支持需要)

      Download and open aioseop.class.php file and go to line number 862. Add below line after line number 862.

      下载并打开aioseop.class.php文件,然后转到行号862。在行号862之后添加以下行。

      $title = apply_filters(‘aioseop_tag_title’,$title);

      $ title = apply_filters('aioseop_tag_title',$ title);

      Before:

      之前:

      $title = $this->paged_title($title);

      $ title = $ this-> paged_title($ title);

      $header = $this->replace_title($header, $title);

      $ header = $ this-> replace_title($ header,$ title);

      After:

      之后:

      $title = $this->paged_title($title);

      $ title = $ this-> paged_title($ title);

      $title = apply_filters(‘aioseop_tag_title’,$title);

      $ title = apply_filters('aioseop_tag_title',$ title);

      $header = $this->replace_title($header, $title);

      $ header = $ this-> replace_title($ header,$ title);

    6. Trouble implementing above change?

      难以实施上述更改吗?

      feel free to download already patch version from here: Always download latest patched version from here.

      请随时从此处下载已修补的版本:始终从此处下载最新的修补版本。

      http://bala-krishna.com/dl/all-in-one-seo-pack-1.6.15.3.zip [1.6.15.3]

      http://bala-krishna.com/dl/all-in-one-seo-pack-1.6.15.3.zip [1.6.15.3]

    7. Visit your Category List page and then edit desired category.

      访问“类别列表”页面,然后编辑所需的类别。

      You will notice new meta title, description, keywords fields on each category page.

      您会在每个类别页面上注意到新的元标题,描述,关键字字段。

      Update meta-tags and click on save button to save options.

      更新元标记,然后单击“保存”按钮以保存选项。

    8. Same will apply to tag pages.

      相同的内容将应用于标签页。

      Go to tag pages and edit tag to enter meta tags.

      转到标签页面并编辑标签以输入元标签。

    9. Go to Setting -> Categor SEO Meta Tags to enable/disable plugin and other option.

      转到设置-> Categor SEO元标记以启用/禁用插件和其他选项。

    10. That’s it!

      就这样!

下载地址
https://downloads.wordpress.org/plugin/category-seo-meta-tags.zip
-EOF-

AI助手支持GPT4.0


国内超级便宜服务器

摸鱼人热门新闻聚合

钻级赞助商 我要加入

开发者在线工具

第三方支付技术请加QQ群

相关文章
[wordpress插件] Combine JS结合JS
[wordpress插件] Dave’s Whizmatronic Widgulating Calibrational Scribometer戴夫的Whizmatronic摆动校准刻度仪
[wordpress插件] WordPress Color Picker EnhancementWordPress拾色器增强
[wordpress插件] Advanced Custom Fields Code Snippets高级自定义字段代码段
[wordpress插件] Carousel Widget轮播小部件
随便看看
教育科技公司申请微信支付被拒绝? 3858
微信公众号免300认证教程 4955
小程序已经上线,作为管理员无法在小程序数据助手查看数据? 4075
小程序广告组件通过审核,但是小程序内没有显示广告? 4153
企业微信通讯录账号被管理员误/恶意删除,怎么办? 8021
问题? 7254
如何快速搭建抽奖助手小程序(无需代码知识) 5039
许涛 大哥在吗, 要解冻小程序的时候提示信息主体不一致, 能帮忙看下吗? 5993
小程序搜一搜全称搜索不显示 麻烦解决一下!谢谢 5511
我的小程序广告收款主体是个体工商户,每个月邮寄两次发票很是麻烦,我年底的时候打包邮寄一次可以么? 5207