內容簡介
總覽:
截至撰寫本文時,最新版本的 WordPress,版本 4.7,有功能可以防止搜尋引擎索引整個網站,但沒有功能可以防止搜尋引擎僅索引特定頁面和文章。
Robots Meta Whiz 是一個 WordPress 外掛程式,允許網站管理員部署自訂的 meta robots 標籤,以防止搜尋引擎索引、跟隨鏈接、快取、影像索引和/或僅對特定指定的頁面和文章進行其他自訂限制。
這是一種簡單的方式,可防止搜尋引擎僅索引特定頁面/文章。
這僅適用於搜尋引擎機器人,並不會影響網站的本地搜尋功能。
技術摘要:
該外掛程式通過將特殊邏輯鉤入操作 ‘wp_head’,將具有限制指令的<meta name='robots' content='...'>標籤注入到指定頁面和文章中。
官方項目網址:
https://wordpress.org/plugins/robotswhiz
https://github.com/maratbn/RobotsWhiz
外掛標籤
開發者團隊
原文外掛簡介
Overview:
At the time of this writing, the latest version of WordPress, version 4.7,
has functionality to discourage search engines from indexing the whole site,
but not functionality to discourage search engines from indexing only certain
specific pages and posts of the site.
Robots Meta Whiz is a WordPress plugin that allows site administrators to
deploy custom meta robots tags to discourage search engines from indexing,
following links from, caching, indexing images from, and / or have
additional custom restrictions on only for certain specifically-designated
pages and posts.
It is an easy way to discourage search engines from indexing only specific
pages / posts.
This only applies to search engine robots, and will not effect the site’s
local search functionality.
Technical summary:
Plugin works by hooking-in special logic into the action ‘wp_head’ to inject
the tag with restriction directives for
the specified pages and posts.
Official project URLs:
https://github.com/maratbn/RobotsWhiz
