提交Sitemap给Google时出现两个错误
随风飘扬 myzone 2015年11月11日3:12 3133
1、Your Sitemap or Sitemap index file doesn't prope
1、Your Sitemap or Sitemap index file doesn't properly declare the namespace.
原本xml是
<?xml version="1.0" encoding="utf-8"?>
<urlset>
修改为
<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
然后第一个问题就解决了
2、When validating my XML sitemap, google says:Invalid date An invalid date was found. Please fix the date or formatting before resubmitting.原因是The 'lastmod' element has to be of the format YYYY-MM-DD or YYYY-MM-DDThh:mmTZD
所以将生成sitemap的php代码里面时间截取YYYY-MM-DD再重新生成提交即可
聲明:凡本網轉載的文/圖等稿件,均出於傳遞更多資訊及方便探討之目的,並不意味著本站及主辦、承辦單位贊同其觀點或證實其內容的真實性,文章內容僅供參考,如果侵犯了原作者的權利請與網站管理員聯系。
評論清單
-
暫無數據