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 "top-bar" -}}
  {{- partial "navigation/topbar/main.html" . -}}
{{- end -}}

{{- define "sidebar-left" -}}
  {{- partial "navigation/sidebar-left.html" . -}}
{{- end -}}

{{- define "breadcrumbs" -}}
  <div class="my-4">
      {{partial "navigation/breadcrumbs.html" . }}
  </div>
{{- end -}}

{{- define "content" -}}
<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 -}}

{{- define "innerFooter" -}}
{{- end -}}

{{- define "sidebar-right" -}}
  {{- partial "navigation/sidebar-right.html" . -}}
{{- 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.