在設置我的Google網站管理員帳戶並驗證了我的網站後,我未能將我的網站地圖添加到它。這是發佈以下錯誤。谷歌網站管理員不接受我的網站地圖
我試着做到以下幾點:
- 我刪除了robots.txt的,仍然沒有工作。
- 我試圖驗證我的網站地圖http://www.validome.org/google/validate並報告爲有效。
- 我檢查了網站地圖和我的網址幾次出錯,一切似乎都沒有問題。
僅供參考:
我的sitemap.xml如下:
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>http://www.myDomain.com/</loc>
<changefreq>daily</changefreq>
<priority>1.00</priority>
</url>
<url>
<loc>http://www.myDomain.com/about/</loc>
<changefreq>daily</changefreq>
<priority>0.90</priority>
</url>
<url>
<loc>http://www.myDomain.com/help.php</loc>
<changefreq>daily</changefreq>
<priority>0.90</priority>
</url>
</urlset>
我的robots.txt如下:
User-agent: ia_archiver
Disallow:/
User-agent: duggmirror
Disallow:/
User-agent: *
Disallow: /cgi-bin/
Sitemap: http://www.myDomain.com/sitemap.xml
你在那裏提到了一個好主意!謝謝 – CompilingCyborg 2012-08-10 16:19:17