如何覆盖生成的元标记?

时间:2017-05-24 20:42:19

标签: html node.js web blogs hexo

我想覆盖我的Hexo博客的元标记:

<meta property="og:type" content="website">
<meta property="og:title" content="Borgez">
<meta property="og:url" content="http://feliborgez.github.io/blog/index.html">
<meta property="og:site_name" content="Borgez">
<meta property="og:description" content="The personal blog of Felipe Borgez">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Borgez">
<meta name="twitter:description" content="The personal blog of Felipe Borgez">

但是,它们似乎不是由主题生成的(或者我可以轻松地更改它们)。他们在哪里生成?

1 个答案:

答案 0 :(得分:1)

它们由Hexo生成,可以改善搜索引擎优化和社交媒体。以下是答案:What is the attribute property="og:title" inside meta tag?

其中大多数都可以在 _config.yml 文件中更改,就像og:title来自 _config.yml 文件中的网站标题一样。但有些是生成的,如og:url