changing some URLs in the app view

This commit is contained in:
Brian 2022-12-16 10:47:58 -07:00
parent 75d052af88
commit 5e2a386b15
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -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"> --}}