I decided to change how URLs to artciles look like. Earlier it was like /post-details/archive/2008/may/10/whatever/. Segments 2 to 5 do not add any value to URL, they just lengthen it. So I got rid of them. Don't worry, all your bookmarks are still valid! I added mod_rewrite redirection for old addresses.
Here is what I did technically:
- removed postVarSet named "archive"
- removed postVarSet named "comments"
- added fixedPostVar to page with post details. If you do not know, how to make it, read my RealURL tutorial
- patched timtam_theme_mistylook extension to remove hard-coded date parameters in the link to comments
- patched timtab/class.tx_timtab_trackback.php to remove hard-coded date parameters in RDF links
- set useHRDates=0 in the tt_news configuration
- added mod_rewriterule to redirect permanently (status code 301) from old address to a new one (basically skip four segments in the URL)
Now I have much better looking URLs.


Keep up the good work :)
cya
please check your RSS feed links. They contain a lot of not realurled tt_news parameters.
Greets,
Thomas
iljitsch, I am not sure. Why should Google care about year?