Restructured my blog URL patterns
Today I've restructured my blog's URL pattern to give a better idea of what the content is about and make it sensible that it's a HTML content. Previously
now changed to
So, what is the big deal in this?
http://www.mymindleaks.com/<category>/some-good-post/
now changed to
http://www.mymindleaks.com/blog/archives/some-good-post.html
So, what is the big deal in this?
- ".html" gives a feel that it's a HTML file content and not a folder, unlike the previous link
- /blog/ gives a feel that it's a blog
- /archives/ gives a feel that the post is a archive of the blog and it's not sticky. I mean sticky is, none of the post is going to stay on the front page of the blog, like the option of "archive" in your mail software. Non-archived mail stays in your inbox ( front-page ).
