小编Ode*_*old的帖子

使用Google图像索引验证站点地图

我正在尝试 使用此验证工具验证此站点地图:http://animal.org.il/post.xml:http://www.xmlcheck.com/checkurl.php

我得到这个错误上的所有图片:图片每日新闻:错误1845:元素"{http://www.google.com/schemas/sitemap-image/1.1}image":没有匹配的全局元素声明可用,但要求通过严格的通配符.

以下是我的站点地图的当前来源的片段,其中显示了一些图片:图片代码:

<?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>???? ???? ?????? ?? ???? ????? ???? ????? ???????. ???? ????? ?? ?????? ?&lt;a href="http://anonymous.org.il/cat40.html" target="_blank"&gt;?????&lt;/a&gt; ?? ????????? ??????? (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>?? ??????? ??? …
Run Code Online (Sandbox Code Playgroud)

xml sitemap xsd

1
推荐指数
1
解决办法
2390
查看次数

标签 统计

sitemap ×1

xml ×1

xsd ×1