Google sitemap error

Hi, i just submit site map into Google webmaster tools, but have errors:
http://www.buddhaphoto.net/cache_html/sitemap/sitemap-zenphoto-albums-1.xml :

Invalid XML tag
This tag was not recognized. Please fix it and resubmit.

Parent tag: caption
Tag: p
Problem detected on: Oct 4, 2011

http://www.buddhaphoto.net/cache_html/sitemap/sitemap-zenphoto-images-26.xml :

Missing XML tag
This required tag is missing. Please add it and resubmit.
Parent tag: urlset
Tag: url
Problem detected on: Oct 4, 2011

http://www.buddhaphoto.net/cache_html/sitemap/sitemap-zenphoto-albums-26.xml :
Invalid XML tag
This tag was not recognized. Please fix it and resubmit.
Parent tag: caption
Tag: div
Problem detected on: Oct 4, 2011

This is my sitemap: http://www.buddhaphoto.net/index.php?sitemap

How to fix this error ?

Comments

  • acrylian Administrator, Developer
    That's indeed a bug missed. Quick fix look at the `zp-core/zp-extensions/sitemap-extended.php` file around line 612 and wrap `$imageobj->getDesc()` like `html_encode(strip_tags(imageobj->getDesc()))`. Then clear the sitemap cache to generate new ones.

    Fix will be in tonight's nightly build as well.
  • Thanks for support :)
    I tried but it still errors:
    http://i.imgur.com/97aay.png
  • acrylian Administrator, Developer
    Try the nightly tomorrow, there is another part of hte google specific image sitemap that accidentally lacked escaping.
  • Thanks, i'm waiting for that :)
  • Any help for this error :(
  • acrylian Administrator, Developer
    Your site still runs 1.4.1.3. How about trying the current release or even the nightly build as suggested two weeks ago?
  • Sorry, i checked again, plugin is normal :)
Sign In or Register to comment.