I doubt it, I never reported into the bugtracker, since it's not a bug issue.
Although you can have the title in the
URL, for my needs this a SEO killer how it's handled
ATM.
My news items are all subject to change, as in updated. If I update an old post, I need the sorting to be based on the date, so when I change/update an article, they need to re-appear on the frontpage/rss-feed. This isn't an option. But that can be easely done by hacking some files, to be able to change the date when updating an item.
Now on each change/update, title are subject to change also. So an old article, that's been indexed with an
URL like: /News/../This_is_a_SEO_test
I change the title too: [updated] This is a SEO test
I want my URLs to be dynamic and SEO's at the same time, so the
URL changes as well, somthing like:
/News/../updated_This_is_a_SEO_test
The
URL that was indexed on version 1 of an article gets invalid, returning a Page not Found, while the article does exit, but has moved when it comes to the
URL. So, by using the article-id in the
URL, the title should be added as some sort of unused variable. So when you hit the version 1
URL, you get nicely a 301 redirect to the version 2
URL.
Would result in: /News/1/This_is_a_SEO_test would give a Moved Permanent to: /News/1/updated_This_is_a_SEO_test
The option is there you can choose you're own preffered
URL, but a by updating an article, the content can be simular to the previous version, but the title can be totally different. So it's not an option for me.
The advantage on having the title in the
URL in .8 is for my need the worst thing ever. Sicne all articles are subject to change/update, which results in pages not found, and PageRank that gets killed during that process.
At the moment I'm building my own
CMS, that fits my needs, for the time being, I'll stick to .7.6.x I'll never go to .8 for that matter.