[wordpress插件] Basic-SEO基本搜索引擎优化

wordpress 插件 文章 2020-02-29 17:00 442 0 全屏看文

AI助手支持GPT4.0

评分
80
描述

Applies the following simple search engine optimisations to your blog:

将以下简单的搜索引擎优化应用于您的博客:

    • Shows “Site Title” in page title always no matter what content your viewing
    • 无论您浏览什么内容,页面标题始终显示“网站标题”

    • Shows any content descriptor (page/post title etc.) first in page title
    • 在页面标题中首先显示任何内容描述符(页面/帖子标题等)

    • Uses post excerpt as value of “description” meta tag
    • 使用摘要摘录作为“描述”元标记的值

    • Uses post tags as value of “keywords” meta tag
    • 将帖子标记用作“关键字”元标记的值

    • Uses tag name as value of “keywords” meta tag when viewing posts for a tag
    • 在查看标签的帖子时,将标签名称用作“关键字”元标签的值

    • Uses category name as value of “keywords” meta tag when viewing posts for a category
    • 在查看某个类别的帖子时,使用类别名称作为“关键字”元标记的值

    • Uses date as value of “keywords” meta tag when viewing posts for a date
    • 查看日期的帖子时,将日期用作“关键字”元标记的值

    That’s it really, pretty simple stuff.

    就这么简单。

安装步骤

    1. Upload basic-seo.php to the “/wp-content/plugins/” directory
    2. 将basic-seo.php上载到“ / wp-content / plugins /”目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

    5. Place

    6. 放置 <?php wp_title();

      ?> inside the tags in header.php for your template if not already there (should be the only content)

    7. 在模板的header.php标记内的?> (如果尚不存在)(应该是唯一的内容)

    8. Place

    9. 放置 <?php wp_head();

      ?> somewhere inside the tags in header.php for your template if not already there

    10. ?> 模板的header.php标记内的某处(如果尚未存在的话)

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

AI助手支持GPT4.0