+ Reply to Thread
Results 1 to 10 of 10

Thread: Google and Yahoo Sitemap PLUGIN

  1. #1

    Google and Yahoo Sitemap PLUGIN

    Hi,
    I see that this plugin have a little bug. Create one more .xml of necessary and Google angry because he see it empty.

    In my site, the last .xml file is the number 13 (sitemap13.xml). Listings finish at sitemap12.xml and the 13th have only this code :

    Code:
    Only registered members can view the code.

    Google webmaster tools tell that the tag "url" is necessary, and give an error

  2. #2
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    Hello,

    You can try to fix it the following way:

    - open file plugins/sitemap/rlSitemap.class.php
    - go to the method build();
    - find this code:

    PHP Code:
    Only registered members can view the code
    and change it to:

    PHP Code:
    Only registered members can view the code
    Last edited by Vladimir; January 18, 2013 at 08:39 AM.

  3. #3
    Quote Originally Posted by Vladimir View Post
    Hello,

    You can try to fix it the following way:
    lol , you forgot to add a fix

  4. #4
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    lol , you forgot to add a fix
    I am hurry and clicked a wrong button

  5. #5
    Looking good ! Thank you very much :-)

  6. #6
    I have 2 blank files in sitemap

    the file names are

    /sitemap8.xml
    /tags_sitemap1.xml

    with only below given code.

    <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.sitemaps.org/schemas/sitemap-image/1.1" xmlns:video="http://www.sitemaps.org/schemas/sitemap-video/1.1"/>

    I changed the above code in plugins/sitemap/rlSitemap.class.php now i can see newly generated urls in /sitemap8.xml. (problem fixed).

    but in second page /tags_sitemap1.xml where there is no urls generated.

    let me know how to fix this.

  7. #7
    Hi, I im getting this text when enter to mercadoparati.com/sitemap.xml

    This XML file does not appear to have any style information associated with it. The document tree is shown below.

    Its a problem with this plugin ???

  8. #8
    sitemap right link maybe something different just try this
    http://yoursitename.com/sitemap1.xml instead of http://yoursitename.com/sitemap.xml

    good luck

  9. #9
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    Hello,

    This XML file does not appear to have any style information associated with it. The document tree is shown below.
    You are likely incorrectly configured the plugin; Please submit a ticket to our technical support by this issue.

    sitemap right link maybe something different just try this
    http://yoursitename.com/sitemap1.xml instead of http://yoursitename.com/sitemap.xml
    http://yoursitename.com/sitemap.xml - it is main output sitemap file;

    http://yoursitename.com/sitemap1.xml - if quantity of links exceeds the limit for one file that the links separated by a few files;

  10. #10
    Dear Team,

    My sitemap is showing few links, not showing all ad listings in sitemap. please let me know how to solve this.

+ Reply to Thread