Skip to content

Commit

Permalink
Add a canonical tag with full URL
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoSulamagi committed Mar 13, 2019
1 parent 3b9ee67 commit 521e650
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/layout/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
<meta name="msapplication-TileColor" content="{{ $themeGreens }}" />
<meta name="msapplication-TileImage" content="{{ asset('/img/favicon.png') }}" />

<link href="{{ Request::fullUrl() }}" rel="canonical">

@if (isset($favicon))
<link rel="icon" href="{{ asset("/img/{$favicon}.ico") }}" type="image/x-icon">
<link rel="shortcut icon" href="{{ asset("/img/{$favicon}.png") }}" type="image/png">
Expand Down

0 comments on commit 521e650

Please sign in to comment.