Dear All, Can some one tell me that to remove the percentage sign from the header ......in the text appear the + sign and when it will click it seems % when google crawl the url then it show it instead of space ( ) the url is ........... http://www.wap2pc.com/search/reference+manager.html when it will open in the browser title % sign comes ......
You need to dig into the code of your site and find out where the <title> tag is being parsed. Inside that part of the code you need to filter for punctuation marks and replace with their entity values. I also noticed that you have two <title> elements in your <head>, so something is messed up there as well.