Optimized Dropdown Menus

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:
- Spanish (es_ES) – in courtesy of Ognjen Djuraskovic
- Serbian (sr_RS) – in courtesy of Ognjen Djuraskovic
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



