Updates to SEO

This commit is contained in:
Michael Romero 2018-11-01 01:38:13 -07:00
commit 36d7231cad
13 changed files with 179 additions and 30 deletions

View file

@ -0,0 +1,9 @@
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "{{ .Site.Title }}",
{{ with .Site.Params.alternatePageName }}"alternateName": "{{ . }}",{{ end }}
"url": "{{ .Site.BaseURL }}"
}
</script>