新聞中心
Zen Cart如何正確的書寫Robots文件
作者 / 無憂主機 時間 2015-11-18 17:41:42
在之前的文檔中無憂主機小編已講到過,重復的內容的頁面如果被搜索引擎收錄會有被懲罰的后果。允許搜索蜘蛛機器人在不采用會跟蹤其在網站上瀏覽路徑的會話 ID 或參數的情況下抓取您的網站。這些技術對跟蹤單個用戶的行為非常有用,但蜘蛛機器人的訪問模式卻完全不同?!北热鐉encart程序產生的 index.php?main_page=site_map與index.php?main_page=site_map& language=gb內容完全一致,導致重復頁面的產生,顯然會降低整個網站在搜索引擎算法評估中得出的質量。Zen Cart實現偽靜態(tài)后,動態(tài)依然存在,這樣很容易造成了搜索引擎抓取了很多重復頁面,接下來我們可以利用robots.txt文件來屏蔽蜘蛛抓取這些重復的頁面。 Zen Cart如何正確的書寫Robots文件步驟如下: 1、在php空間根目錄新建一個robots.txt 2、在文件中輸入如下代碼:
User-agent: * Disallow: /cgi-bin/ Disallow: /images/ Disallow: /cache/ Disallow: /docs/ Disallow: /extras/ Disallow: /tempEP/ Disallow: /*? Disallow: /*?zenid* Disallow: /*alpha_filter_id* Disallow: /*?language Disallow: /*cPath Disallow: /privacy.html Disallow: /gv_faq.html Disallow: /discount_coupon.html Disallow: /unsubscribe.html Disallow: /conditions.html Disallow: /popup_image_additional.html Disallow: /tell_a_friend.html Disallow: /product_reviews_write.html Disallow: /pages-popup_image.html? Disallow: /popup_image_additional.html? Disallow: /index.php?main_page=create_account Disallow: /index.php?main_page=shippinginfo Disallow: /index.php?main_page=privacy Disallow: /index.php?main_page=conditions Disallow: /index.php?main_page=unsubscribe Disallow: /index.php?main_page=login Disallow: /index.php?main_page=product_reviews_write Disallow: /index.php?main_page=featured_products Disallow: /index.php?main_page=products_new Disallow: /index.php?main_page=popup_image Disallow: /index.php?main_page=product_info&cPath Disallow: /index.php?main_page=product_info&products_id Disallow: /index.php?main_page=tell_a_friend3、保存文件之后,將robots.txt文件上傳至php主機網站根目錄即可。 無憂主機相關文章推薦閱讀: ZENCART清理重復網址與頁面的方法 ZEN CART根據用戶搜索的關鍵詞來定義為TITLE ZEN CART如何將后臺訂單顯示圖片以及產品鏈接
本文地址:http://www.gle-technology.com/zencart/20748.html