Found the solution my self,
Edited the file wp-content\themes\oxygen\library\functions\context.php
and altered the taxonomy section, Like below.
/* If viewing a taxonomy term archive. */
if ( is_category() || is_tag() || is_tax() ) {
$doctitle = single_term_title( '', false );
$doctitle = "$doctitle : Tag "; /* Extra Entry */
}
Now both the above given URLs http://android.se.com/death-moto-racer-hd-2 and the url by tag http://android.se.com/tag/death-moto-racer-hd-2 are giving separate title as well as description.
By, V Androse.
Find me on Google +