Skip to content

Commit 07673c8

Browse files
committed
feat(site template): added automatic canoncial link tag
1 parent 22c9d9d commit 07673c8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

resources/views/layouts/app.blade.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@
88
window.dataLayer = window.dataLayer || [];
99
function gtag(){dataLayer.push(arguments);}
1010
gtag('js', new Date());
11-
1211
gtag('config', 'G-M49WX379LE');
1312
</script>
1413

14+
<!-- SEO -->
15+
<link rel="canonical" href="https://mapmarker.io/{{ request()->path() }}" />
16+
<meta name="google-site-verification" content="RC96bUWVuDpuroWlQAckYhJ4GOCR0g5U7vaREIiZm8I" />
17+
18+
1519
<meta charset="utf-8">
1620
<meta name="viewport" content="width=device-width, initial-scale=1">
17-
<meta name="google-site-verification" content="RC96bUWVuDpuroWlQAckYhJ4GOCR0g5U7vaREIiZm8I" />
1821
<title>MapMarker</title>
1922
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
2023

0 commit comments

Comments
 (0)