feat: implement structured data support for blog and page components, enhancing SEO and user experience through JSON-LD integration

This commit is contained in:
Ümit Tunç
2026-05-21 21:54:12 +03:00
parent 8675325f50
commit 6d9ffc808b
15 changed files with 509 additions and 176 deletions
+2
View File
@@ -5,6 +5,8 @@ return [
'nav-blog' => 'Blog',
'meta-index-title' => 'Blog',
'meta-index-description' => 'Latest posts',
'breadcrumb_home' => 'Home',
'default_author' => 'Trunçgil Technology Editor',
'empty' => 'No posts yet.',
// Module labels
+1
View File
@@ -6,6 +6,7 @@ return [
'nav-about' => 'About',
'nav-services' => 'Services',
'nav-contact' => 'Contact',
'breadcrumb_home' => 'Home',
// Module labels
'title' => 'Pages',