I have a web application that provides information related to the weather. I am trying to make this information as discoverable as possible. My question is, is it a good idea to post the same content, multiple times, under different URL paths? For instance, what if I had the same content posted at:
http://www.mydomain.com/weather/[year]/[month]/[day]/index.html and http://www.mydomain.com/weather/[year]-[month]-[day]/index.html
Will search engines block your site if you do this?