Google Sitemap wont work with my PHPNUKE

Discussion in 'Google Sitemaps' started by Blinksy, Apr 22, 2007.

  1. #1
    Hi,

    Are there any tips on creating a sitemap for PHPNUKE. I cannot find a sitemap creator that will make an xml sitemap with all my urls as they all have an amphersand & in them.


    Are there any ideas?

    Thank you kindly.
     
    Blinksy, Apr 22, 2007 IP
  2. ottodo

    ottodo Guest

    Messages:
    2,055
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    0
    #2
    There is a mod to manage it, I remember it but couldn't manage to find the link
     
    ottodo, Apr 22, 2007 IP
  3. Blinksy

    Blinksy Well-Known Member

    Messages:
    415
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #3
    Ok thank you. Does anyone have an idea on where i could find this mod?

    Thanks
     
    Blinksy, Apr 22, 2007 IP
  4. eddy2099

    eddy2099 Peon

    Messages:
    8,028
    Likes Received:
    568
    Best Answers:
    0
    Trophy Points:
    0
    #4
    eddy2099, Apr 22, 2007 IP
    login likes this.
  5. websitetools

    websitetools Well-Known Member

    Messages:
    1,513
    Likes Received:
    25
    Best Answers:
    4
    Trophy Points:
    170
    #5
    Do you mean like this:
    http://example.com/page.html?param1=value1&param2=value2

    That won't cause problems for most sitemap generators including my sitemap creator program.
     
    websitetools, Apr 22, 2007 IP
  6. Blinksy

    Blinksy Well-Known Member

    Messages:
    415
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #6
    Blinksy, Apr 22, 2007 IP
  7. websitetools

    websitetools Well-Known Member

    Messages:
    1,513
    Likes Received:
    25
    Best Answers:
    4
    Trophy Points:
    170
    #7
    Normally there is nothing complicated in handling urls with GET paramaters in them ? and &. However, you may be referring to the session ID in the url you gave? The "sid=cac3fc55271e0f94071b8db3851354c1" part?

    Or perhaps you are referring to some sitemap generators not handling urls with "&" in them correctly when generating XML sitemaps?

    If I understood you correctly, both problems are fairly basic. I suggest you try some alternatives, e.g. my A1 Sitemap Generator program.
     
    websitetools, Apr 22, 2007 IP
  8. Blinksy

    Blinksy Well-Known Member

    Messages:
    415
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #8

    Thats the one.

    I tried the program(Very Very good program which worked well), however i still get the following error at the url

    http://www.metalthrone.net/sitemap.xml


    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.


    --------------------------------------------------------------------------------

    Invalid at the top level of the document. Error processing resource 'http://www.metalthrone.net/sitemap.xml'. Line 1, Posi...

    <?xml version="1.0" encoding="UTF-8" ?>
     
    Blinksy, Apr 22, 2007 IP
  9. websitetools

    websitetools Well-Known Member

    Messages:
    1,513
    Likes Received:
    25
    Best Answers:
    4
    Trophy Points:
    170
    #9
    There is something odd with the http://www.metalthrone.net/sitemap.xml your refer:

    It starts with
    "
    <?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
    "

    But the sitemaps A1 Sitemap Generator makes currently, and for some time now, starts with:
    "
    <?xml version="1.0" encoding="UTF-8"?>
    <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    "

    This indicates to me you are using an old program / version.

    Try download the latest version and install it.

    For an overview of updates (not all improvements/changes/fixes listed though),
    check: http://www.micro-sys.dk/products/sitemap-generator/history.php
    You could also have contacted me at support(at)micro-sys.dk :)

    Here's a screenshot of how your sitemap.xml should look like when viewed in a text editor:
    http://www.micro-sys.dk/people/thomas-schulz/examples/sitemaps-example-metal.png
     
    websitetools, Apr 23, 2007 IP