WIKI使用導(dǎo)航
站長百科導(dǎo)航
站長專題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢
- 虛擬主機(jī)
- cPanel
- 網(wǎng)址導(dǎo)航專題
- 云計(jì)算
- 微博營銷
- 虛擬主機(jī)管理系統(tǒng)
- 開放平臺(tái)
- WIKI程序與應(yīng)用
- 美國十大主機(jī)
WordPress:Settings Privacy SubPanel
Settings → Privacy[ ]
The Privacy Settings control your blog's visibility to search engines such as Google and Technorati. You can decide if you would like your blog to be visible to everyone, including search engines (like Google, Sphere, Technorati) and archivers. If you don't want your blog available to the search engines you can block search engines, but allow normal visitors to see your site.
640px|right|Settings Privacy SubPanel
Back to WordPress:Administration Panels.
設(shè)置 → 私密[ ]
私密設(shè)置控制了其它的搜索引擎,如Google和Technorati能不能看到你的博客。 你可以決定是否任何人都能夠看到你的博客,包括搜索引擎(如Google,Sphere,Technorati)和archivers。 如果你不希望搜索引擎看到你的博客,你可以阻止搜索引擎,但是允許普通的訪客查看你的站點(diǎn)。
返回到管理面板。
Privacy Settings[ ]
- Blog visibility
- I would like my blog to be visible to everyone, including search engines (like Google, Sphere, Technorati) and archivers - Check this radion button so WordPress does not restrict search engines
私密設(shè)置[ ]
;博客可見性:
- 我希望任何人都能夠看到我的博客,包括搜索引擎(如Google,Sphere,Technorati)和archivers –選中這個(gè)按鈕,這樣WordPress就不會(huì)限制搜索引擎
- I would like to block search engines, but allow normal visitors - check this for these results:
- Causes "<meta name='robots' content='noindex,nofollow' />" to be generated into the <head> </head> section (if wp_head is used) of your site's source, causing search engine spiders to ignore your site.
- Causes hits to robots.txt to send back:
- User-agent: *
- Disallow: /
- 我希望阻止搜索引擎,但是運(yùn)行普通的訪客 – 選中這個(gè)按鈕,結(jié)果是:
- 導(dǎo)致"<meta name='robots' content='noindex,nofollow' />"產(chǎn)生到你的站點(diǎn)資源的<head> </head>部分(如果用到了wp_head),導(dǎo)致了搜索引擎spiders忽視了你的站點(diǎn)。
- 導(dǎo)致hits to robots.txt發(fā)送回:
- User-agent: *
- 不允許: /
- Note: The above only works if WordPress is installed in the site root and no robots.txt exists.
- Stops pings to ping-o-matic and any other RPC ping services specified. This works by having the function privacy_ping_filter() remove the sites to ping from the list. This filter is added by having add_filter('option_ping_sites','privacy_ping_filter'); in the default-filters. When the generic_ping function attempts to get the "ping_sites" option, this filter blocks it from returning anything.
- 注: WordPress安裝在站點(diǎn)根目錄而且不存在robots.txt,上述才能夠運(yùn)行。
- 停止pings to ping-o-matic以及任何其他的RPC ping服務(wù)。 使得函數(shù)privacy_ping_filter()將站點(diǎn)從列表上移除,不能夠ping,便可以做到這一點(diǎn)。 這個(gè)過濾器是在默認(rèn)過濾器中放置add_filter('option_ping_sites','privacy_ping_filter');,添加的。 當(dāng)generic_ping函數(shù)嘗試得到"ping_sites"選項(xiàng)的時(shí)候,這個(gè)過濾器組織它返回任何內(nèi)容。
- Hides the Update Services option entirely on the Administration > Settings > Writing panel with the message "WordPress is not notifying any Update Services because of your blog's privacy settings."
Save Changes[ ]
- Click the Save Changes button to ensure any changes you have made to your Settings are saved to your database. Once you click the button, a confirmation text box will appear at the top of the page telling you your settings have been saved.
Back to WordPress:Administration Panels.
保存更改[ ]
;點(diǎn)擊保存更改按鈕,確保你對(duì)你的設(shè)置所作的任何更改,都保存到了你的數(shù)據(jù)庫中。 點(diǎn)擊這個(gè)按鈕后,網(wǎng)頁的頂上方會(huì)出現(xiàn)一個(gè)確認(rèn)框,告訴你,你的設(shè)置已經(jīng)保存了。
返回到管理面板。