diff --git a/_includes/head.html b/_includes/head.html index a9c8faa..fd22348 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -40,7 +40,8 @@ "@context" : "https://schema.org", "@type" : "WebSite", "name" : "{% t site_title %}", - "url" : "{{ site.url }}{{ site.baseurl_root }}/" + "url" : "{{ site.url }}{{ site.baseurl_root }}/", + "alternateName": "{{ site.url | replace: 'https://', '' | replace: 'http://', '' }}" } {%- endif -%} \ No newline at end of file