diff --git a/components/PageHead.tsx b/components/PageHead.tsx index 0f9528b..c83f925 100644 --- a/components/PageHead.tsx +++ b/components/PageHead.tsx @@ -99,6 +99,27 @@ export function PageHead({ {title} + + {/* Better SEO for the blog posts */} + {isBlogPost && ( + + )} ) }