Viewing 15 replies - 1 through 15 (of 22 total)
  • Site url?

    Thread Starter dailylatestnews

    (@dailylatestnews)

    It is mentioned above. i.e. https://www.dailylatestnews.com/

    Thread Starter dailylatestnews

    (@dailylatestnews)

    Right now i manually added <?xml version=”1.0″ encoding=”UTF-8″?>
    in the genrated news sitemap. And it is now accepted. But What about is same happen in future

    In that case, I suggest you try to find the source for the multiple lines added to the sitemap file that reference “Debug”:

    <!-- Debug: Start Postings --><!-- Debug: Priority report of postID 56: Comments: 0 of 184 = 0 points -->

    Thread Starter dailylatestnews

    (@dailylatestnews)

    I Did not understand what are you talking about. Can u explain more about it?

    Hi,

    I have just noticed that Google have updated the example Google News Sitemap on their help page below:

    https://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=74288

    The sitemap now includes this additional “<?xml version=”1.0″ encoding=”UTF-8″?>” line at the beginning of the sitemap.

    dailylatestnews did Google Webmaster Tools accept your sitemap after manually editing the plugin script to include this line?

    Chris

    Thread Starter dailylatestnews

    (@dailylatestnews)

    Yes Chris…
    After Manually adding “<?xml version=”1.0″ encoding=”UTF-8″?>”

    Google acceopted my sitemap.

    But When Next time new :google news sitemap” generated by this plugin. The Line again went missing…

    Now How to fix it… someone help me

    There are multiple references to <!-- Debug: Start Postings --><!-- Debug: Priority report of postID 56: Comments: 0 of 184 = 0 points --> in the RSS feed itself. That suggests there’s a problem elsewhere that is impacting on the feed generation. Try deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    Thread Starter dailylatestnews

    (@dailylatestnews)

    I am trying following. Let me know if i am doing right

    In google-news-sitemap.php file i am replacing
    $xmlOutput .= “<urlset xmlns=\”https://www.sitemaps.org/schemas/sitemap/0.9\”
    xmlns:news=\”https://www.google.com/schemas/sitemap-news/0.9\”>\n”;

    With ————>>>>>>>>

    $xmlOutput = “<?xml version=”1.0″ encoding=”UTF-8″?>\n”;
    $xmlOutput .= “<urlset xmlns=\”https://www.sitemaps.org/schemas/sitemap/0.9\”
    xmlns:news=\”https://www.google.com/schemas/sitemap-news/0.9\”>\n”;

    Regards

    Thread Starter dailylatestnews

    (@dailylatestnews)

    Hi Esmi,

    I think you are talking about https://www.dailylatestnews.com/sitemap.xml

    But that is fine. Problem is with google news sitemap –
    https://www.dailylatestnews.com/google-news-sitemap.xml

    I am adding <?xml version=”1.0″ encoding=”UTF-8″?> each time news sitemap is updated. i want this automatically

    Please help me in that

    I have the same problem. Please help !!!!!!!!!!

    Thread Starter dailylatestnews

    (@dailylatestnews)

    Someone Please help on this. AS once again google rejected my site map and again i added “<?xml version=”1.0″ encoding=”UTF-8″?>” manually to reactivate my sitemap. This is serious issue

    Hi dailylatestnews,

    Thanks for letting me know, the plugin has now been updated to include the addition line of code.

    Remember if you find the plugin useful please rate it! ??

    Let me know how you get on with the new version (v1.3.1).

    Chris

    sorry not working for me still same info:

    No info in XML
    <urlset>
    </urlset>
    <!-- Last build time: August 31, 2009, 6:45 pm-->

    Thread Starter dailylatestnews

    (@dailylatestnews)

    Hi

    Its working now. But Sometimes after posting an article, the sitemap do not build properly. But when i update any existing article then sitemap builds perfectly. So now onwards after writing an article i also need update any article so that sitemap build in correct manner.

    The format of wrong sitemap is same as mentioned by marcinpl above. i.e.
    No info in XML
    <urlset>
    </urlset>
    <!– Last build time: August 31, 2009, 6:45 pm–>

    Any Solutions Chris ?

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘[Plugin: Google News Sitemap Generator] Google Says XML Error in Sitemap’ is closed to new replies.