changing some URLs in the app view
This commit is contained in:
parent
75d052af88
commit
5e2a386b15
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
<meta name="rating" content="General">
|
<meta name="rating" content="General">
|
||||||
|
|
||||||
<meta name="url" content="{{ url('/') }}">
|
<meta name="url" content="{{ url()->full() }}">
|
||||||
<meta name="subject" content="{{ $pageSubject ?? "your website's subject" }}">
|
<meta name="subject" content="{{ $pageSubject ?? "your website's subject" }}">
|
||||||
<meta name="description" content="{{ $pageDescription ?? "A description of the page" }}">
|
<meta name="description" content="{{ $pageDescription ?? "A description of the page" }}">
|
||||||
|
|
||||||
@ -42,7 +42,7 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
||||||
<!-- Helps prevent duplicate content issues -->
|
<!-- Helps prevent duplicate content issues -->
|
||||||
<link href="{{ url()->current() }}" rel="canonical">
|
<link href="{{ url()->full() }}" rel="canonical">
|
||||||
|
|
||||||
<!-- Gives a reference to a location in your document that may be in another language -->
|
<!-- Gives a reference to a location in your document that may be in another language -->
|
||||||
{{-- <link href="https://de.example.com/2010/06/title-of-my-article" rel="alternate" hreflang="de"> --}}
|
{{-- <link href="https://de.example.com/2010/06/title-of-my-article" rel="alternate" hreflang="de"> --}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user