內容簡介
預設情況下,WordPress 文章中的所有圖像都會連結到自身。當使用者看到連結時,他們會點擊連結,圖片也會無緣無故地顯示出來。這有幾個缺點:
這對 SEO 不利,因為這些連結是死路。
使用者體驗因點擊次數增多而降低。
可能會增加跳出率,因為除了瀏覽器的「返回」按鈕,沒有提供任何簡單的方法返回網站。
此外掛使用符合標準的 HTML DOM 解析器 (http://sourceforge.net/projects/simplehtmldom/),不使用正規表達式 (regex) 來刪除連結,因此將不會破壞您的網站頁面或搞亂您的佈景主題。
支援
外掛標籤
開發者團隊
原文外掛簡介
By default, all images in WordPress posts link to themselves. When a user sees a link, they click on it, and the image shows up by itself for no apparent reason. This has several drawbacks:
This is bad for SEO because these links are dead ends.
User experience is diminished due to wasted clicks.
Potential for higher bounce rate since no easy method is provided to get back to the site except for the browser “Back” button.
This plugin uses a standards compliant HTML DOM parser (http://sourceforge.net/projects/simplehtmldom/). It does not use regular expressions (regex) to accomplish link removal and therefore will not break your site pages or mess up your theme.
Support
