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

@ -26,6 +26,7 @@ const meta = {
title: `Blog ${currentPage > 1 ? `— Page ${currentPage} ` : ''}— ${SITE.name}`,
description: SITE.description,
canonical: getCanonical(getPermalink(page.url.current)),
ogType: "blog"
};
---