feat: implement structured data support for blog and page components, enhancing SEO and user experience through JSON-LD integration
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -6,6 +6,7 @@ return [
|
||||
'nav-about' => 'About',
|
||||
'nav-services' => 'Services',
|
||||
'nav-contact' => 'Contact',
|
||||
'breadcrumb_home' => 'Home',
|
||||
|
||||
// Module labels
|
||||
'title' => 'Pages',
|
||||
|
||||
Reference in New Issue
Block a user