diff --git a/layout/common/head.jsx b/layout/common/head.jsx index d099b1e..72b5b8d 100644 --- a/layout/common/head.jsx +++ b/layout/common/head.jsx @@ -117,7 +117,7 @@ module.exports = class extends Component { updated={page.updated} author={open_graph.author || config.author} description={open_graph.description || page.description || page.excerpt || page.content || config.description} - keywords={page.keywords || (page.tags && page.tags.length ? page.tags : undefined) || config.keywords} + keywords={(page.tags && page.tags.length ? page.tags : undefined) || config.keywords} url={open_graph.url || page.permalink || url} images={openGraphImages} siteName={open_graph.site_name || config.title}