這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Affiliate Links Cloaking

外掛說明

There are few methods to cloak links from search engines. But most methods do not work.

Most popular bad methods are:

  • Cloak by JavaScript — it is not work now. Because Google and other search engins can run JS-code and can recognise your link.
  • Cloak by redirect — spiders can follow redirect, and this method also can’t work. The weight of your web page is leaked through this type of links.

What to do?

The only working method we know for cloak links at the moment is to cloak links via FORM with method POST.

According to the standard, search engines should never send POST forms. Since POST requests are used to change information on the site. And if search engines send them, the consequences can be unpredictable.

How does this method work? Instead of each link, a form with a button is created. When clicked, the form is sent with subsequent redirection to the target site.

The link url is not contained in the HTML code of the page. The form contains only the link id. When sending the form, the link address is extracted only in the handler, before redirection to target site.

The search engine has no way to find out the link address (and whether it exists at all).

This plugin use this method.

Why cloak links?

Search engines pessimize sites in search results if they find many outgoing links. Search engines especially do not like referral links and links to low-trust sites.

螢幕擷圖

  • Creating link
  • Link on the site
  • Site statistics

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Affiliate Links Cloaking〉的開發相關工作。

參與者

將〈Affiliate Links Cloaking〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.9.0

  • First release.