Taxonomy
Quick Definition
A taxonomy is a system for classifying and grouping content in WordPress. The two built-in taxonomies are Categories (hierarchical) and Tags (flat). You can also create custom taxonomies.
What Is a Taxonomy?
A taxonomy is "a fancy word for the classification/grouping of things." Built-in: Categories (hierarchical) and Tags (flat). Register custom ones with register_taxonomy().
Examples: Genre (books), Color (products), Location (real estate), Cuisine (recipes).
Stored in: wp_terms, wp_term_taxonomy, wp_term_relationships.
Why It Matters
Good taxonomy structure improves navigation and SEO. See our SEO checklist and plugins guide.
Related Terms
CategoryA category is a way to group related WordPress posts under a broad topic. Categories are hierarchical — you can create subcategories — and every post must belong to at least one category.Custom Post TypeA Custom Post Type (CPT) lets you create new content types in WordPress beyond the default Posts and Pages — like portfolios, testimonials, events, or products.TagA tag is a keyword you assign to a WordPress post to describe its specific topics. Tags are optional, non-hierarchical, and help readers and search engines understand what your content is about.
Related Articles
How to Write a Blog Post That Ranks on Google (Step by Step)Most blog posts never get a single visitor from Google. I've written hundreds of posts over 20 years, and I've learned exactly what separates the ones that rank from the ones that collect dust. Here's my complete, no-fluff writing process.WordPress SEO Checklist — 20 Steps to Rank Higher on Google in 2026A concise, actionable WordPress SEO checklist covering setup, on-page optimization, technical SEO, and content strategy. Follow these 20 steps to give your WordPress site the best possible chance of ranking on Google.15 Best WordPress Plugins in 2026 — My Essential Picks After 10+ YearsAfter 10+ years of building WordPress sites, these are the 15 plugins I install on every project. Real recommendations with alternatives for every budget.