WIKI使用導(dǎo)航
站長百科導(dǎo)航
站長專題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢
- 虛擬主機(jī)
- cPanel
- 網(wǎng)址導(dǎo)航專題
- 云計算
- 微博營銷
- 虛擬主機(jī)管理系統(tǒng)
- 開放平臺
- 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...) ? |
無編輯摘要 ? |
||
第7行: | 第7行: | ||
Back to [[WordPress:Administration Panels]]. | Back to [[WordPress:Administration Panels]]. | ||
==設(shè)置 → 私密== | |||
私密設(shè)置控制了其它的搜索引擎,如Google和Technorati能不能看到你的博客。? 你可以決定是否任何人都能夠看到你的博客,包括搜索引擎(如Google,Sphere,Technorati)和archivers。? 如果你不希望搜索引擎看到你的博客,你可以阻止搜索引擎,但是允許普通的訪客查看你的站點(diǎn)。 | |||
[[WordPress:Image:options-privacy.png|640px|right|設(shè)置私密子面板]] | |||
返回到[[WordPress:Administration Panels|管理面板]]。 | |||
第14行: | 第25行: | ||
:*'''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 | :*'''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''' –選中這個按鈕,這樣WordPress就不會限制搜索引擎 | |||
:*'''I would like to block search engines, but allow normal visitors''' - check this for these results: | :*'''I would like to block search engines, but allow normal visitors''' - check this for these results: | ||
第20行: | 第37行: | ||
:::User-agent: * | :::User-agent: * | ||
:::Disallow: / | :::Disallow: / | ||
:*'''我希望阻止搜索引擎,但是運(yùn)行普通的訪客''' – 選中這個按鈕,結(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. | ::: '''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 <tt>privacy_ping_filter()</tt> remove the sites to ping from the list. This filter is added by having <tt>add_filter('option_ping_sites','privacy_ping_filter');</tt> in the default-filters. When the <tt>generic_ping</tt> function attempts to get the "ping_sites" option, this filter blocks it from returning anything. | ::* Stops pings to ping-o-matic and any other RPC ping services specified. This works by having the function <tt>privacy_ping_filter()</tt> remove the sites to ping from the list. This filter is added by having <tt>add_filter('option_ping_sites','privacy_ping_filter');</tt> in the default-filters. When the <tt>generic_ping</tt> 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ù)<tt>privacy_ping_filter()</tt>將站點(diǎn)從列表上移除,不能夠ping,便可以做到這一點(diǎn)。 這個過濾器是在默認(rèn)過濾器中放置<tt>add_filter('option_ping_sites','privacy_ping_filter');</tt>,添加的。 當(dāng)<tt>generic_ping</tt>函數(shù)嘗試得到"ping_sites"選項(xiàng)的時候,這個過濾器組織它返回任何內(nèi)容。 | |||
::*Hides the Update Services option entirely on the [[WordPress:Administration_Panels|Administration]] > [[WordPress:Administration_Panels#Writing|Settings]] > [[WordPress:Settings_Writing_SubPanel|Writing]] panel with the message "WordPress is not notifying any Update Services because of your blog's privacy settings." | ::*Hides the Update Services option entirely on the [[WordPress:Administration_Panels|Administration]] > [[WordPress:Administration_Panels#Writing|Settings]] > [[WordPress:Settings_Writing_SubPanel|Writing]] panel with the message "WordPress is not notifying any Update Services because of your blog's privacy settings." | ||
::*在[[WordPress:Administration_Panels|管理]] > [[WordPress:Administration_Panels#Writing|設(shè)置]] > [[WordPress:Settings_Writing_SubPanel|寫]]面板上通過顯示信息"由于你的博客的私密設(shè)置,WordPress 不會通知任何的更新服務(wù)。",隱藏更新服務(wù)選項(xiàng)。 | |||
===Save Changes=== | ===Save Changes=== | ||
第32行: | 第61行: | ||
Back to [[WordPress:Administration Panels]]. | Back to [[WordPress:Administration Panels]]. | ||
===保存更改=== | |||
;點(diǎn)擊'''保存更改'''按鈕,確保你對你的設(shè)置所作的任何更改,都保存到了你的數(shù)據(jù)庫中。? 點(diǎn)擊這個按鈕后,網(wǎng)頁的頂上方會出現(xiàn)一個確認(rèn)框,告訴你,你的設(shè)置已經(jīng)保存了。 | |||
返回到[[WordPress:Administration Panels|管理面板]]。 |
2008年8月8日 (五) 15:06的最新版本
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 –選中這個按鈕,這樣WordPress就不會限制搜索引擎
- 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)行普通的訪客 – 選中這個按鈕,結(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)。 這個過濾器是在默認(rèn)過濾器中放置add_filter('option_ping_sites','privacy_ping_filter');,添加的。 當(dāng)generic_ping函數(shù)嘗試得到"ping_sites"選項(xiàng)的時候,這個過濾器組織它返回任何內(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)擊保存更改按鈕,確保你對你的設(shè)置所作的任何更改,都保存到了你的數(shù)據(jù)庫中。 點(diǎn)擊這個按鈕后,網(wǎng)頁的頂上方會出現(xiàn)一個確認(rèn)框,告訴你,你的設(shè)置已經(jīng)保存了。
返回到管理面板。