Validating sitemap with Google image indexing

thewhite_die

New Member
I'm trying to validate this sitemap: http://animal.org.il/post.xmlusing this validation tool: http://www.xmlcheck.com/checkurl.phpI'm getting this error on all the image:image tages: Error 1845: Element '{http://www.google.com/schemas/sitemap-image/1.1}image': No matching global element declaration available, but demanded by the strict wildcard. Here is a snippet of the current source of my sitemap showing some of those image:image tags:\[code\]<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://animal.org.il/wp-content/plugins/bwp-google-xml-sitemaps/xsl/bwp-sitemap.xsl"?><urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"><url> <loc>http://animal.org.il/to-be-goose/</loc> <lastmod>2012-07-24T09:57:18+00:00</lastmod> <changefreq>monthly</changefreq> <priority>0.4</priority> <image:image> <image:loc>http://animal.org.il/wp-content/gallery/goose/goose-nature.jpg</image:loc> <image:title>???? ????</image:title> <image:caption>???? ???? ?? ?? ??? ???? ????????? ??? ???, ?? ??????? ???? ??????? ??? ?? ???? ????? ??? ?????.</image:caption> </image:image> <image:image> <image:loc>http://animal.org.il/wp-content/gallery/goose/goose-feathers.jpg</image:loc> <image:title>?????? ??????</image:title> <image:caption>???? ???? ?????? ?? ???? ????? ???? ????? ???????. ???? ????? ?? ?????? ?<a href="http://anonymous.org.il/cat40.html" target="_blank">?????</a> ?? ????????? ??????? (Kalla Fatka, TV4)</image:caption> </image:image> <image:image> <image:loc>http://animal.org.il/wp-content/gallery/goose/goose-foie-gras.jpg</image:loc> <image:title>?? ??????? ??? ????</image:title> <image:caption>?? ??? ????? <a href="http://anonymous.org.il/cat14.html" target="_blank">??? ????</a>, ?????? ?? ????? ??????? ????? ????? ???? ??????.</image:caption> </image:image> </url>\[/code\]
 
Back
Top