Documentation Index
Fetch the complete documentation index at: https://docs.mavera.io/llms.txt
Use this file to discover all available pages before exploring further.
Scenario
Your WordPress category taxonomy reveals where your content strategy is thin. You pull all categories with their post counts, identify categories with few or no posts, create a Mavera persona for your target reader in each sparse category, then run a focus group to validate which content gaps your audience actually cares about filling.Architecture
Code
Example Output
Error Handling
Uncategorized category skewing results
Uncategorized category skewing results
WordPress creates a default “Uncategorized” category that may have a high count. The code explicitly filters it out. If you’ve renamed the default category, update the filter to match your category name or filter by the default category ID (usually
1).Focus group — too many sparse categories
Focus group — too many sparse categories
If your taxonomy has dozens of sparse categories, the focus group becomes unfocused. Limit to 5–6 categories per focus group. Run separate groups for different topic clusters (e.g., technical vs. business categories).