feat(seo): expand sitemap and structured data

This commit is contained in:
poyrazavsever
2026-08-31 10:27:33 +03:00
parent e2c33d6b29
commit caf9fceb7a
7 changed files with 304 additions and 98 deletions
+1
View File
@@ -90,6 +90,7 @@ export default async function BlogDetailPage({ params }: BlogDetailPageProps) {
image={post.coverImage}
datePublished={post.date}
authorName={post.author}
locale={locale as SiteLocale}
/>
<BlogDetailContent post={post} />
</>