Title here
Summary here
A WebSite
is a set of related web pages and other items typically served from a single web domain and accessible via URLs.
You can set title
and description
in config/_default/params.toml
:
# Hugo
title = "My Docs"
description = "Congrats on setting up a new Doks project!"
Thulite SEO generates the following meta tag (homepage only) — for example:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"url": "https://getdoks.org/",
"name": "My Docs",
"description": "Congrats on setting up a new Doks project!"
}
]
}
</script>