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.
Recommended Structure
| Content Layer | WordPress Type | Purpose | Example |
|---|---|---|---|
| Pillar page | Page | Evergreen hub, monetization, lead capture, broad topic coverage | /accounting/balance-sheet-guide/ |
| Cluster content | Post | Specific informational subtopics | /accounting/how-to-create-a-balance-sheet/ |
| Supporting content | Post | FAQs, mistakes, examples, supporting explanations | /accounting/common-balance-sheet-mistakes/ |
| Transactional page | Page | Templates, tools, demos, pricing, services | /accounting/balance-sheet-template/ |
| Glossary page | Page or custom post type | Definitions and entity support | /glossary/accounting/balance-sheet/ |
Why This Works
| Benefit | Explanation |
|---|---|
| Pillar pages get layout control | WordPress Pages are better for evergreen hubs, conversion sections, and custom layouts. |
| Posts scale editorially | Cluster and supporting content can use categories, tags, archives, and feeds. |
| Categories group topical content | A category such as Accounting can organize related posts. |
| Internal links create the cluster | The cluster is defined by contextual links, not only by URL nesting. |
| Transactional pages stay focused | Commercial pages can be designed separately from educational posts. |
Recommended Linking Rules
- 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 Case | URL 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.