Why my site sitemap.xml is not showing correctly

Discussion in 'XML & RSS' started by seo99, Jun 19, 2008.

  1. #1
    i have created online sitemap.xml file and uploaded . but sometimes it is not showing correctly why?
     
    seo99, Jun 19, 2008 IP
  2. deadsoul

    deadsoul Banned

    Messages:
    162
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What is the url for the xml file?
     
    deadsoul, Jun 20, 2008 IP
  3. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #3
    Probably you are using characters like '&' or ". You should use entities instead.

    Another posibility is that you have not set the proper encoding. Usually the encoding is:
    
    <?xml version="1.0" encoding="utf-8"?>
    
    Code (markup):
    But you can try with other encoding like:
    
    <?xml version="1.0" encoding="ISO-8859-1"?>
    
    Code (markup):
     
    ajsa52, Jun 23, 2008 IP