內容簡介
從控制面板使用 robots.txt 格式的指令來管理禁止 meta robots 和 robots.txt 檔案。
PHP 腳本將解析 metarobots.txt 檔案中的指令並建立相應的標籤。
目前腳本支援以下指令:
Disallow:
name=”robots” content=”noindex, nofollow”
封鎖搜尋引擎的爬取內容。
Index:
name=”robots” content=”index, nofollow”
允許爬取,禁止追蹤連結。
Follow:
name=”robots” content=”noindex, follow”
禁止爬取,允許追蹤連結。
Noarchiv:
name=”robots” content=”noarchive”
不顯示快取的連結。
Nosnippet:
name=”robots” content=”nosnippet”
不建立摘要。
Noodp:
name=”robots” content=”noodp”
不使用 DMOZ 的描述進行摘要。
Notranslate:
name=”robots” content=”notranslate”
不提供網頁翻譯。
Noimageindex:
name=”robots” content=”noimageindex”
不爬取頁面上的圖片。
外掛標籤
開發者團隊
原文外掛簡介
Manage prohibitions meta robots and robots.txt file from the control panel using the commands in the format of robots.txt
PHP script parses commands from the metarobots.txt file and creates relevant tags.
Currently script supports following commands:
Disallow:
name=”robots” content=”noindex, nofollow”
Blocks content from crawling for the search engine.
Index:
name=”robots” content=”index, nofollow”
Allows crawling, forbids follow the links.
Follow:
name=”robots” content=”noindex, follow”
Forbids crawling, allows forbids follow the links.
Noarchiv:
name=”robots” content=”noarchive”
Do not show a link to the cached copy.
Nosnippet:
name=”robots” content=”nosnippet”
Do not create a snippet.
Noodp:
name=”robots” content=”noodp”
Do not use the description from DMOZ for snippet.
Notranslate:
name=”robots” content=”notranslate”
Do not offer page translation.
Noimageindex:
name=”robots” content=”noimageindex”
Do not crawl the image on the page.
