WebSite

A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs.

Settings

You can set title and description in config/_default/params.toml:

params.toml
# Hugo
title = "My Docs"
description = "Congrats on setting up a new Doks project!"

Generated meta tag

Hyas 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>

Resources