Skip to main content

WordPress keyword cluster structure


Overview

This article summarizes a practical WordPress structure for implementing keyword clusters with pillar pages, cluster posts, supporting content, glossary pages, and transactional pages.

It complements the broader keyword cluster URL structure article with a WordPress-specific recommendation.

Content LayerWordPress TypePurposeExample
Pillar pagePageEvergreen hub, monetization, lead capture, broad topic coverage/accounting/balance-sheet-guide/
Cluster contentPostSpecific informational subtopics/accounting/how-to-create-a-balance-sheet/
Supporting contentPostFAQs, mistakes, examples, supporting explanations/accounting/common-balance-sheet-mistakes/
Transactional pagePageTemplates, tools, demos, pricing, services/accounting/balance-sheet-template/
Glossary pagePage or custom post typeDefinitions and entity support/glossary/accounting/balance-sheet/

Why This Works

BenefitExplanation
Pillar pages get layout controlWordPress Pages are better for evergreen hubs, conversion sections, and custom layouts.
Posts scale editoriallyCluster and supporting content can use categories, tags, archives, and feeds.
Categories group topical contentA category such as Accounting can organize related posts.
Internal links create the clusterThe cluster is defined by contextual links, not only by URL nesting.
Transactional pages stay focusedCommercial pages can be designed separately from educational posts.
  • Pillar page links to all major cluster pages.
  • Cluster pages link back to the pillar page.
  • Cluster pages link to relevant sibling cluster pages.
  • Supporting content links to the most relevant cluster page or pillar page.
  • Glossary pages link to pillar and cluster pages where the term is explained in depth.
  • Pillar and cluster pages link to transactional pages only when the user intent supports the next step.

URL Examples

Use CaseURL Pattern
Pillar page/accounting/balance-sheet-guide/
Informational post/accounting/how-to-create-a-balance-sheet/
Supporting post/accounting/balance-sheet-common-mistakes/
Transactional page/accounting/balance-sheet-template/
Glossary page/glossary/accounting/balance-sheet/
warning

Do not create cluster pages only because the hierarchy looks neat. Each page should have unique search intent, useful content, and a clear internal linking role.

Common Mistakes

  • Overusing tags and creating thin tag archives.
  • Creating orphan posts that do not link to the pillar.
  • Using only blog categories without a visible pillar hub.
  • Mixing informational and transactional intent on every page.
  • Forgetting breadcrumbs and contextual links.