mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat(layouts): add canonical link tag to app layout
Add a canonical link tag to the app layout for SEO purposes.
This commit is contained in:
@@ -23,6 +23,8 @@
|
|||||||
<title>@yield('title')</title>
|
<title>@yield('title')</title>
|
||||||
<meta name="description" content="@yield('description')">
|
<meta name="description" content="@yield('description')">
|
||||||
|
|
||||||
|
<link rel="canonical" href="{{ url()->current() }}">
|
||||||
|
|
||||||
@stack('meta_tags')
|
@stack('meta_tags')
|
||||||
|
|
||||||
<!-- OpenGraph -->
|
<!-- OpenGraph -->
|
||||||
|
|||||||
Reference in New Issue
Block a user