glossary.html

It’s common to want to build out a glossary of terms that are either unique to your product or essential to understanding the larger industry it lives in.

Creating a glossary is an essential part of your strategy for bolstering organic inbound traffic through authoritative SEO content.

How it Works

Source Code

{{ define "main" }}
<div class="flex">
{{ partial "navigation/glossary.html" . }}
  <article id="article-container" class="flex flex-col w-full hide-scrollbar mx-2">
    {{ partial "glossary/entries.html" . }}
  </article>
</div>
{{ end }}

It’s common to want to build out a glossary of terms that are either unique to your product or essential to understanding the larger industry it lives in.

Creating a glossary is an essential part of your strategy for bolstering organic inbound traffic through authoritative SEO content.