i see % percentage sign in the header of the page how can remove this

Discussion in 'HTML & Website Design' started by wap2pc.com, Jan 10, 2011.

  1. #1
    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 ......
     
    wap2pc.com, Jan 10, 2011 IP
  2. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    Dodger, Jan 10, 2011 IP