Forum Moderators: Robert Charlton & goodroi
Does anybody know if google is no longer indexing links that are contained in a standard html pull down menu?
Whether googlebot follows links depends on how the links are coded. If they use javascript to change the visitor's page, then this is (and has always been) quite problematic. If the selected link is sent through a cgi script, this is also problematic.
Googlebot needs to see <a href="url">link</a>, and not inside a script.