« Back to Glossary Index

A taxonomy, in WordPress, is a system for grouping and organizing content into meaningful categories or classifications. Categories and tags are both examples of built-in WordPress taxonomies, and custom taxonomies can be created for genuinely specialized organizational needs beyond those two defaults.

  • Categories — hierarchical groupings, used to organize a site's broader content sections
  • Tags — non-hierarchical labels, applied more freely to describe specific details

Beyond the two built-in defaults, WordPress allows for entirely custom taxonomies — a real estate site, for instance, might create a "Property Type" taxonomy (houses, apartments, condos) alongside a separate "Neighborhood" taxonomy, tailored specifically to that site's actual content structure.

  • Custom PHP code, added directly to a theme's functions.php file
  • Plugins like Custom Post Type UI, offering a visual interface with no code required
  • Many specialized plugins register their own custom taxonomies automatically as part of their functionality

A well-designed taxonomy structure makes a large site genuinely easier for visitors to browse and explore, and it helps search engines understand exactly how a site's content relates and connects across different topics.

« Back to Index
Share This