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

Alternate Mobile Tag

描述

Mobile is important, now about 40% of Google Search coming from mobile device. Google is very serious about Mobile now.

Starting April 21, 2015 Google Search will be expanding its use of mobile-friendliness as a ranking signal.

Google described what you need to for your website. If your website has a separate m.domain.com type site this plugin will take care of Google’s recommendation, described here.

This is very simple plugin without any setting or configuartion. It assumes your desktop and mobile site url is same just mobile site is on a subdomain “m”, it adds the following tags

<link rel="alternate" media="only screen and (max-width: 640px)" href="http://m.example.com/page-1" >

<link rel="alternate" media="handheld" href="http://m.example.com/page-1" >

Take Mobile-Friendly Test

Check Our Other Plugins:

Donation

Check our other plugin

http://wpdeveloper.net/

螢幕截圖

  • Example Mobile-Friendly result in Google Search

安裝

Modern Way:

  1. Go to the WordPress Dashboard “Add New Plugin” section.
  2. Search For “Alternate Mobile Tag”.
  3. Install, then Activate it.

Old Way:

  1. Upload the alternate-mobile-tag folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

You are good to go!

常見問題

Does it need any theme customization or anything?

No, just activate the plugin you will see the alternate link tag in HEAD section.

How can I get Support?

Use plugin support button in WordPress.org extended listing.

評價

2016年9月3日
it needs some tweeking. for example it adds a <link rel="alternate" media="only screen and (max-width: 640px)" href="http://m.yourdomain.com" > tag on the desktop site but you also need to add a canonical link to the associated mobile site, which this doesn't suggest. a little tweeking will get this done however. In installing this theme I also saw how many redundant canonical links there are in the wordpress header, quite amazing. I got rid of these by adding remove_action('wp_head', 'rel_canonical'); just before wp_head();
閱讀全部3個評價

貢獻者及開發者

“Alternate Mobile Tag” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Alternate Mobile Tag 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.1 – 2015-04-21

  • Initial release