فهرست منبع

Canonical URLs should be absolute not relative (#66)

https://developers.google.com/search/docs/advanced/crawling/consolidate-duplicate-urls#rel-canonical-link-method
Sidharth R 3 سال پیش
والد
کامیت
efbc6acf90
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      layouts/partials/head.html

+ 1 - 1
layouts/partials/head.html

@@ -4,7 +4,7 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
 
   {{ hugo.Generator }}
-  <link rel="canonical" href="{{ .RelPermalink }}">
+  <link rel="canonical" href="{{ .Permalink }}" />
 
   {{ if .IsHome }}
     {{ with .Site.Params.homeMetaContent }}