hexo-generator-seo-friendly-sitemap
hexo-generator-seo-friendly-sitemap copied to clipboard
the post-sitemap.xml is error
this a part content of post-sitemap.xml
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="sitemap.xsl"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://cocofe.cn</loc>
<changefreq>daily</changefreq>
<priority>1</priority>
</url>
<url>
<loc>http://cocofe.cn/2017/07/25/%E5%90%8C%E6%97%B6%E5%9C%A8%E4%B8%80%E4%B8%AA%E6%9C%8D%E5%8A%A1%E5%99%A8%E4%B8%8A%E9%83%A8%E7%BD%B2%E5%A4%9A%E4%B8%AAFlask%E5%BA%94%E7%94%A8/</loc>
<lastmod>2017-07-25T01:58:33.979Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>http://cocofe.cn/2016/11/16/%E6%B7%BB%E5%8A%A03d-%E7%90%83%E7%8A%B6%E6%A0%87%E7%AD%BE/</loc>
<lastmod>2017-07-21T14:35:16.055Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>http://cocofe.cn/2017/07/18/%E7%AC%AC%E5%8D%81%E4%B8%80%E7%AB%A0%20%E6%8C%81%E6%9C%89%E5%AF%B9%E8%B1%A1/</loc>
<lastmod>2017-07-18T05:27:07.850Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>http://cocofe.cn/2016/07/25/%E4%B8%BAhexo%E5%A2%9E%E5%8A%A0%E6%96%87%E7%AB%A0%E5%AD%97%E6%95%B0%E7%BB%9F%E8%AE%A1%E5%8A%9F%E8%83%BD/</loc>
<lastmod>2017-07-17T02:49:39.147Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>http://cocofe.cn/2017/06/08/Latex%E5%85%A5%E9%97%A8/</loc>
<lastmod>2017-07-17T02:42:28.621Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>http://cocofe.cn/2017/06/22/Python%20%E5%87%BD%E6%95%B0%E5%8F%82%E6%95%B0%E4%BC%A0%E5%80%BC%20or%20%E4%BC%A0%E5%BC%95%E7%94%A8/</loc>
<lastmod>2017-07-13T04:19:53.223Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>http://cocofe.cn/2017/07/11/3Sum/</loc>
<lastmod>2017-07-11T08:23:02.157Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>http://cocofe.cn/2017/07/09/Roman%20to%20Integer/</loc>
<lastmod>2017-07-09T13:53:01.036Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
this is my sitemap address: cocofe.cn/sitemap.xml
There is a high probability that the address is a syntax error. In my case, an error occurred because the '&' string was included. Check the md file for words that should not be included in the url.