I am redesigning a 9 year old photography website and switching it to the Wordpress platform. As part of the site redesign I have made the following major changes:
1) Reduced all duplicate pages and merged them into one unique page / url per photo. The site is reducing in size from 3,500 pages to approx. 1,500 or so. I am 301 redirecting the duplicate pages from the old site to the unique page on the new site. For example, /photos/new-york/architecture/photo-title/ and /photos/architecture/photo-title/ are both being merged into /photo/photo-title/ (no more category or subcat url in the individual pages). I am concerned that reducing the number of pages on my site that drastically could have unintended consequences though, since the overall internal link count will be much lower.
2) I moved all lowest level pages up to the top. Previously, individual photo pages were buried in categories, subcategories, and sub-subcategories. Now the lowest level pages are all served from the same folder at the top (/photo/) . Individual photos can referenced from multiple categories, but always use the same URL.
3) I am keeping the urls of my most popular (highest ranking) categories the same as my current site, however with WordPress you cannot use the same category url (category slug) more than once, so some top level category urls will need to change and be redirected.
4) I am trying to make my overall site architecture shallower by possibly eliminating sub-subcategories entirely and converting them to tags.
My question has several parts:
1) Is it better to have more or fewer subcategories to classify content within major (high ranking) categories? For example, I could have 4 broad sub-categories, each with 20+ pages of content and use tags to further organize those individual photo pages. Or I can create 12 more specific subcategories with fewer pages in each one and not use tags.
2) Each category functions as a landing page on my site, so a certain amount of subcategories seems to create a "site within a site". In the past when I added more subcategories some main categories fared better...but how many subcats are too many?
3) In some cases is it better to just tag photos with a keyword and create tag pages to pare down the overall number of subcategory pages?
I have heard that tag pages in Wordpress typically don't rank well and I don't want to lose the traffic I currently am getting from the multiplicity of categories / subcats I have on my site. I would like to make the site look a little less "over-categorized" though and make it easier for people to see a wider array of images faster, rather than having to click through to so many options. I appreciate any recommendations on how best to handle this!