plugin-icon

Optimized Dropdown Menus

作者:Maor Chasen·
Create "spiderable" drop-down menus that every search engine will scan!
评级
5
版本
1.2.2
活跃安装
70
最后更新
Apr 21, 2014

By using Optimized Dropdown Menus Widget, you’ll be able to create dropdown menus that are searchable or “spiderable” by search engine bots.

So how does it work?

Basically, it works like this:

The menu’s markup code is being printed as an ordinary nested menu. e.g.

<ul> <li><a href="http://example.com/page">Some Random Page</a></li> <li><a href="http://example.com/page-another">Another Page</a></li> <li><a href="http://example.com/yao">Yet Another One</a></li> </ul>

Since most browsers support JavaScript, using the widget, the markup would be translated into something like this

<select> <option value="http://example.com/page">Some Random Page</option> ... <option value="http://example.com/page">Something else</option> </select>

The tricky part here is, that search engines do not usually interpret JavaScript, all they will be able to scan is the nested menu. That way they will reach out for those pages, and most probably will crawl those pages as well.

ODM also supports a range of per-widget settings:

  • Control whether links will be open in new window or in the same window
  • Choose to use HTML5/XHTML markup for the menu

Features set for the next versions

Soon there will be an option for developers to use the same functionality via the code. e.g.

Translations

Currently, these translations are available:

免费基于付费套餐
通过安装,您同意 WordPress.com 服务条款第三方插件条款
目前已测试版本
WordPress 3.7.41
这个插件是可用的下载,适用于您的站点。