Fix HTML5 validation error
Removed itemprop from canonical url due html validation error
This commit is contained in:
parent
dee4a81b68
commit
56c7f4e238
|
@ -77,7 +77,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if seo_url %}
|
||||
<link rel="canonical" href="{{ page.url | prepend: seo_url | replace:'/index.html','/' }}" itemprop="url" />
|
||||
<link rel="canonical" href="{{ page.url | prepend: seo_url | replace:'/index.html','/' }}" />
|
||||
<meta property='og:url' content='{{ page.url | prepend: seo_url | replace:'/index.html','/' }}' />
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue