Mobile app version of vmapp.org
Login or Join
Sue5673885

: SEO and parent menu item placeholders In wordpress I have several empty parent menu items which simply serve as something to click to access a dropdown sub items menu showing actual pages. I

@Sue5673885

Posted in: #Menu #Seo #Wordpress

In wordpress I have several empty parent menu items which simply serve as something to click to access a dropdown sub items menu showing actual pages.

I can't have these parent menu items link to a page because in mobiles they simply show the dropdown sub menu items on the first press and then collapse it again on the second press.

The question is - how do Google / search engines treat empty parent menu items? I can give them a wordpress page and even SEO titles & metadata, but the actual content will never be shown. What is the best approach here?

Thanks

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sue5673885

1 Comments

Sorted by latest first Latest Oldest Best

 

@Turnbaugh106

Using a empty menu button is more common than you think

It's rather common to see nowadays websites using empty parents due to responsive design and frameworks such as Bootstrap and Zurb foundation, both use similar design where you can't access the parent while viewing on a mobile or small tablet device.

What's the best HREF to use?

Most webmasters will use <a href="#" title=""></a> which of course won't harm your rankings with the likes of Google or Bing. However there is a better way using JavaScript to use <li class="dropdown"></li> without a href, this will satisfy W3C and won't give the impression to Google and other search engines that its a link, but again.... using a href="#" with no anchor will not hurt your rankings one tiny bit.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme