
When I started monkeying around with category indices last night, I didn't fully realize what I was getting into.When I started monkeying around with category indices last night, I didn't fully realize what I was getting into; to date I had the site set up under the assumption that I'd only be making one post per day, regardless of category.
By indexing everything by category and date I can't realistically continue to structure the site using paths like /blog/year/month/day/index.html; in my need to play catchup with blog entries since last Thursday I'm going to have a couple of overlapping posts on the same dates but in different categories.
It's not a big deal to move to something like /categories/category/blogtitle.html, but it's a pain in the ass now that Google has crawled the old indexes for September, October, and November. I suppose I can keep those around and add a META robots tag telling Googlebot not to index or follow those pages any more. Eventually I'll have the server throw a 401 error and redirect hits to those pages somewhere useful. I'll probably maintain the /blog/year/month/index.html monthly indexes, but break the up the listings for each month by category then descending date.
Then there's the added complexity of having the site broken into much more distinct sections; it's now Category > Blog instead of Blog(Category). I'm already doing this to some extent using the categories' description field from the database, but it's still a little bit clunky.
Plus I want to clean up the icons a tiny bit now that I see them all side by side.