Google 站点地图错误,我看代码无法解释

Google Sitemap errors, which i cannot explain looking at code

我有这个错误:

Error: This XML tag has an invalid value. Please fix it and resubmit.

我在 cs-cart 软件上有一个脚本,可以为 Google / 搜索引擎生成站点 XML 站点地图,但是我在 Google 网站管理员工具中遇到了上面的错误。

站点地图脚本 URL:http://www.ambientlounge.com.au/index.php?dispatch=xmlsitemap.view

站点地图基于 SEO URL:http://www.ambientlounge.com.au/sitemap.xml

来自 Google 网站站长工具提交和测试的错误;

第 2393 行:

0.5

第 2393 行:

2015-10-30

http://www.ambientlounge.com.au/bean-bag-blog/natalia-cajide-of-paws-and-co.-whispers-about-the-a.l.pet-lounge.html

我将 XML 的内容复制并粘贴到我的编辑器中,然后转到行,所以假设这些是行,但不管怎样,文件是从 PHP 循环生成的,所以如果我们肯定一个 XML 错误之前会出错,而且我认为这些没有任何问题,而且与其他错误一样。

有人有什么想法吗?

该优先级元素的值无效。

<priority/>

它必须是 0.01.0 之间的值。默认值为 0.5。对于没有优先级的网址,您有两种可能的解决方案。不添加优先级元素或使用默认值添加。

<priority>0.5</priority>