SylviaBABY commented on code in PR #1287: URL: https://github.com/apache/apisix-website/pull/1287#discussion_r948569290
########## website/i18n/zh/docusaurus-plugin-content-docs/current/blog-contributing-guide.md: ########## @@ -145,18 +145,16 @@ tags: [tag1,tag2,...,tagn] ::: -- **Community**:和社区有关的内容,比如说:"如何以代码之外形式给社区做贡献?"。 -- **Events**:和活动有关的内容,比如说:直播预告、活动预告、会议内容和项目会议内容。 -- **Interview**:例如,李杨博士访谈,《编程之夏》访谈。 -- **Practical Case**:包括要遵循的最佳实践。这很容易与 **Technology** 相混淆。文章的内容决定了该文章属于哪个标签。例如,"在xxx平台上运行 Apache APISIX" 属于 `Practical Case` 标签,而 "Apache APISIX 与 Envoy" 则属于 `Technology` 标签。 -- **Release**:版本发布的标签。请注意,博客文章中的版本发布说明是经过完善的,而对应仓库中的 `Release Note` 是由开发人员编写的。 +- **Community**:社区、社区活动有关的内容以及版本发布的标签,比如说:"如何以代码之外形式给社区做贡献?",直播预告、活动预告、会议内容和项目会议内容。 - **Security**:安全漏洞通知和解决安全漏洞的方法。目前有[六篇文章](/blog/tags/security/),他们都同样有形如 CVE-xxxxxxx 的标题。 - **Technology**:技术文章。需要与 **Practical Case** 区分(见上)。 Review Comment: ```suggestion ``` ########## website/i18n/zh/docusaurus-plugin-content-docs/current/blog-contributing-guide.md: ########## @@ -121,19 +121,19 @@ tags: [tag1,tag2,...,tagn] - `authors.url`:作者的 GitHub 主页,例如:`url: "https://github.com/yzeng25"`。 - `authors.image_url`:作者的 GitHub 头像,例如:`authors.image_url: "https://avatars.githubusercontent.com/u/36651058?v=4"`。 -##### `keywords` +#### `keywords` 关键字是提升 SEO 优化文章排名的必需字段。 在中文博客中,前三个关键字通常是 `API 网关`(英文博客中请使用 API Getway)、`APISIX` 和 `Apache APISIX`,后两个关键字与博客主题相关。 -##### `description` +#### `description` -短描述是另外一个提升 SEO 优化网站排名的必需字段。 +短描述是另外一个提升 SEO 优化网站排名的必需字段,需要包括用户需要这篇文章时,可能会使用的搜索关键字。 -对博客简短的概述就是一个好描述,通常描述的字符数在 150 到 170 之间即可。 +对博客简短的概述就是一个好描述,通常描述的字符数在 150 到 160 之间即可。 Review Comment: ```suggestion 对博客简短的概述就是一个好描述,通常描述的字符数在 100 到 150 之间即可。 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
