天天看点

使vuepress可以设置每个文章页的专属Keywords# 使vuepress可以设置每个文章页的专属Keywords

# 使vuepress可以设置每个文章页的专属Keywords

使vuepress可以设置每个文章页的专属Keywords# 使vuepress可以设置每个文章页的专属Keywords

# 前言

因为希望写的博客可以更好的被搜索引擎所收录,所以希望可以设置每个文章页的专属keywords。

提示

本博客主题使用的为Evan大神的vuepress-theme-vdoing

# 解决方案

# 需要在每个md文档上方加入如下内容即可

---
meta:
  - name: description
    content: your descirption
  - name: keywords
    content: your keywords
---
           

复制

# 大功告成

OK,现在,每个文章页的keywords都可以自己定义了