fix canonical URLs
This commit is contained in:
parent
9d59f35c4c
commit
feeb57eb77
|
|
@ -10,7 +10,7 @@ layout: compress
|
|||
<meta name="description" content="{{ page.description }}">
|
||||
<meta name="keywords" content="{{ page.keywords }}">
|
||||
|
||||
<link rel="canonical" href="{{site.baseurl}}{{ page.url | replace:'index.html','' }}"/>
|
||||
<link rel="canonical" href="https://www.sitespeed.io{{ page.url | replace:'index.html','' }}"/>
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@sitespeedio">
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ layout: compress
|
|||
<meta name="keywords" content="{{ page.keywords }}">
|
||||
<meta name="author" content="{{ page.author }}">
|
||||
|
||||
<link rel="canonical" href="https://www.sitespeed.io{{ page.url | replace:'index.html','' }}"/>
|
||||
<link rel="canonical" href="https://www.sitespeed.io"/>
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@sitespeedio">
|
||||
|
|
|
|||
Loading…
Reference in New Issue