Blogs Friendly URLs should be as clean as possible, ideally with no parameters appended to the query string of the url. This is the case for many cases, but there are certain cases where some parameters like `redirect` is being added to the url.
For example, when blogs is configured to display the blog entries in abstract mode and the user browses one of those blog entries, the url will contain a long redirect parameter that it's not necessary.
This is just one example but there might be other cases where we are also appending unnecessary parameters of the urls.
Analyze and check if there are any parameters appended to the friendly url and remove them.