Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google      Sign In   
  • Create Account

Subscribe to HRA Now!

 



SEO Class in Chicago, IL

Learn How To Optimize Your Website on July 26, 2013


Looking for personalized in-depth SEO training among your peers?



High Rankings is offering a 1-day customized SEO training class in Chicago. Class size is limited so please sign-up now if you want in!



 


Are you a Google Analytics enthusiast?

Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE! 

 



 

 www.CustomReportSharing.com 

From the folks who brought you High Rankings!



Photo
- - - - -

Jump Menus Again


  • Please log in to reply
6 replies to this topic

#1 piskie

piskie

    HR 7

  • Active Members
  • PipPipPipPipPipPipPip
  • 1,092 posts
  • Location:Cornwall

Posted 21 October 2008 - 04:29 AM

I know this has been covered, but when I did a search, the results were quite historic so I would like to know the current situation.

Do spiders follow links in Jump Menus ? If so which ones do and which ones don't. Here's a Code Sample:

<form name='jump' action="" style="height: 12px; margin-bottom: 5px;">
<select name='menu' onChange='location=document.jump.menu.options[document.jump.menu.selectedIndex].value;'>
<option>2009 Collection</option>
<option value="eshop.php">Full Range</option>
<option value="eshop.php?category=widgets">Widgets</option>

Any comments on recent findings would be much appreciated.

#2 MaKa

MaKa

    HR 6

  • Active Members
  • PipPipPipPipPipPip
  • 856 posts
  • Location:Llantwit Major, Wales, UK

Posted 21 October 2008 - 06:47 AM

To my knowledge the example you gave still isn't followed by search engines.

#3 Randy

Randy

    Convert Me!

  • Moderator
  • 17,540 posts

Posted 21 October 2008 - 07:13 AM

Same here. To my knowledge the bots still don't consistently follow links that appear inside a <form> tag. Though Google has been experimenting with search forms, that's not what you're talking about with a jump link form.

The most common way to get those links followed is to remove it from a <form> and instead style a <ul><li> list to look like a form, even though it contains real <a href links.

#4 petri

petri

    HR 3

  • Active Members
  • PipPipPip
  • 78 posts

Posted 21 October 2008 - 12:26 PM

QUOTE(Randy @ Oct 21 2008, 02:13 PM) View Post
The most common way to get those links followed is to remove it from a <form> and instead style a <ul><li> list to look like a form, even though it contains real <a href links.


I have just started to change all the links in my photo gallery from ordinary blue links on the page, to a jump list.
I couldn't see any <form> or <ul><li> tags in the code. A java script makes the whole thing work.

<option value="http://www.aaaa.com/a/b/c/abc.html">A B C</option>

Is this bad for the search engines? Can they follow the links?


#5 Randy

Randy

    Convert Me!

  • Moderator
  • 17,540 posts

Posted 21 October 2008 - 12:37 PM

<option> is an attribute of a <form> per the specs, so it should have a form tag in there somewhere regardless.

Without one, and without seeing the code, I assume the javascript is reading the option being submitted and doing the form submit via js.

In either case, you're throwing up a big roadblock for the search engine spiders. They won't follow through either to my knowledge.

#6 petri

petri

    HR 3

  • Active Members
  • PipPipPip
  • 78 posts

Posted 21 October 2008 - 01:24 PM

OK, thanks.

Maybe the time has come to try to get a CSS drop down menu to work.


#7 piskie

piskie

    HR 7

  • Active Members
  • PipPipPipPipPipPipPip
  • 1,092 posts
  • Location:Cornwall

Posted 21 October 2008 - 06:11 PM

Thanks everybody, that more or less confirms my thoughts on this. The client will have to have a nice set of CSS Links just like I wanted to do in the first place.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users