2012-12-31 58 views
0

我有一個php動態壁紙網站http://www.fondolandia.com,它已經在線一年了,最近我已經將頁面提交到了一個站點地圖構建器站點,並且在站點地圖文件中我發現一些鏈接指向不同分辨率的相同圖像,例如如何避免重複的網站地圖內容?

<url> 
<loc>http://www.fondolandia.com/portal/display/51_palacio-europa1356656199/1600x1200</loc> 
<changefreq>daily</changefreq> 
<priority>0.64</priority> 
</url> 
<url> 
<loc>http://www.fondolandia.com/portal/display/51_palacio-europa1356656199/1280x960</loc> 
<changefreq>daily</changefreq> 
<priority>0.64</priority> 
</url> 
<url> 
<loc>http://www.fondolandia.com/portal/display/51_palacio-europa1356656199/1024x768</loc> 
<changefreq>daily</changefreq> 
<priority>0.64</priority> 
</url> 
<url> 
<loc>http://www.fondolandia.com/portal/display/51_palacio-europa1356656199/800x600</loc> 
<changefreq>daily</changefreq> 
<priority>0.64</priority> 
</url> 

實際上4個鏈接到相同的圖像,但在不同的分辨率,我應該刪除從網站地圖那些鏈路,作爲另一個鏈接指向相同的圖像的概要。

<url> 
<loc>http://www.fondolandia.com/portal/fondo/51_palacio-europa1356656199</loc> 
<changefreq>daily</changefreq> 
<priority>0.80</priority> 
</url> 

雖然做一個網站的網址我看到許多鏈接到舊圖像已經從網站上刪除,並出現上市的搜索結果,如果Google解決這一一旦它抓取我的網站或我應該做些什麼?

在此先感謝

回答

0

要回答你的第一個問題,在站點地圖中的重複環節都OK,但每個頁面應該有一個canonical link告訴Google,他們是真正的同樣的事情。

至於搜索結果中已刪除的頁面,只要您的網站正在返回適當的狀態代碼(例如404或301重定向到其他頁面),Google應該解決此問題,