Better SEO

This commit is contained in:
prototypa
2022-09-11 06:25:00 -04:00
parent dbb9fa1d81
commit 6b845b7437
6 changed files with 39 additions and 24 deletions

View File

@ -29,6 +29,8 @@ const meta = {
description: post.description,
canonical: post.canonical || getCanonical(getPermalink(post.slug, 'post')),
image: await findImage(post.image),
ogTitle: post.title,
ogType: "article"
};
---