Wordpress Taxonomy
        Posted  
        
            by ninusik
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ninusik
        
        
        
        Published on 2010-06-14T17:29:19Z
        Indexed on 
            2010/06/14
            17:32 UTC
        
        
        Read the original article
        Hit count: 341
        
I am creating a Wordpress blog (no live link yet because it's still at a planning stage). I want to set up the following tag structure:
Category 1: Services Tags: Web design, logo design, print design, etc etc.
Category 2: Type of clients Tags: small businesses, large companies
So each post will be tagged with one or more tags from Category 1, and one tag from Category 2.
However, I heard that using more than one Category per post is a bad idea in terms of SEO? But then, how can I go about it? I don't want any SEO penalties, but I will need to somehow categorize each post using these 2 distinct categories. Should I create some custom taxonomies? That seems like an overkill to me. The solution is probably something rather simple but it just escapes me. I'm not very experienced with taxonomies so I'll appreciate any suggestions.
© Stack Overflow or respective owner