Updates to SEO
This commit is contained in:
parent
5bbbd39137
commit
36d7231cad
13 changed files with 179 additions and 30 deletions
9
layouts/partials/seo/structured/website.html
Normal file
9
layouts/partials/seo/structured/website.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue