My WordPress blog url structure for posts is of this pattern: /blog/year/month/date/post-title/
Ignoring the fact that a post could also show up in /blog/ and /blog/category/ and other places, the same post could show up in:
/blog/2007/
/blog/2007/07/
/blog/2007/07/21/
/blog/2007/07/21/post-title/
The duplication is not as big of a concern (to me) as the possibly poor [...]