We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c9d9d commit 07673c8Copy full SHA for 07673c8
resources/views/layouts/app.blade.php
@@ -8,13 +8,16 @@
8
window.dataLayer = window.dataLayer || [];
9
function gtag(){dataLayer.push(arguments);}
10
gtag('js', new Date());
11
-
12
gtag('config', 'G-M49WX379LE');
13
</script>
14
+ <!-- SEO -->
15
+ <link rel="canonical" href="https://mapmarker.io/{{ request()->path() }}" />
16
+ <meta name="google-site-verification" content="RC96bUWVuDpuroWlQAckYhJ4GOCR0g5U7vaREIiZm8I" />
17
+
18
19
<meta charset="utf-8">
20
<meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="google-site-verification" content="RC96bUWVuDpuroWlQAckYhJ4GOCR0g5U7vaREIiZm8I" />
21
<title>MapMarker</title>
22
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
23
0 commit comments