Search engine friendly drop down menus

Please support our Site Layout and Usability advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Jul 2007
Posts: 110
Reputation: Taffd is an unknown quantity at this point 
Solved Threads: 1
Taffd Taffd is offline Offline
Junior Poster

Search engine friendly drop down menus

 
0
  #1
Oct 13th, 2007
Good day all,
My site, is going through a redesign, an example of which can be found here. The redesign splits up the site into about 250 seperate sites, although they are in fact all one. Anybody viewing the redesign example, will note that the bottom of the page shows about 250 links. These links will be repeated on all the homepages of the 'seperate' sites, giving the whole site over 62,000 links, which should have some beneficial effect with search engines.
Questions.
Does the redesign example have too much of an adverse effect on usability. Is it too off-putting.

Is there a way to produce a drop-down menu that would make these links viewable to a search engine.

Regards
Taffd
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 3,210
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 166
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: Search engine friendly drop down menus

 
0
  #2
Oct 13th, 2007
No. The links must be static for the search engine to find them. In other words, they must be in html.

62000 links might make the search engine think someone is trying to pull a fast one.
Daylight-saving time uses more gasoline
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 36
Reputation: Njegos is an unknown quantity at this point 
Solved Threads: 0
Njegos's Avatar
Njegos Njegos is offline Offline
Light Poster

Re: Search engine friendly drop down menus

 
0
  #3
Nov 2nd, 2007
You can have dropdown menu perfectly indexed by search engines using simple css structure. I run vast number of website that use dropdown menus and I never had problems with search engines indexing my sites. This has been myth same as people pointing that Google likes html pages more than php.

On other hand having so many same pages with just few words different is horrible way to do search engine optimization. You can hurt your business! I suggest immediate removal of all additional pages until you create different text for each page. Search engines see your site as duplicate content monster and will ban your site from their index.
CUBE SCRIPTS MEDIA - Premium Scripts and Simple Integration
Add Comment Script 2.0
Instant Update CMS 3.1
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 427
Reputation: autocrat is on a distinguished road 
Solved Threads: 12
autocrat autocrat is offline Offline
Posting Pro in Training

Re: Search engine friendly drop down menus

 
0
  #4
Nov 7th, 2007
I'm confused...
When you say "dropdown list" ... do you mean a Form Select that acts as a jump menu... or a "list" of links with CSS/JS to make them appear/disappear?


I'm not sure how SE's react to the Form Select (I would guess they cannot seem then as "real links" (I may be wrong though).
As for JS/CSS based menus - so long as the Links are there, and the CSS/JS adds the behaviour, you are fine.
It is when you have a JS menu that Includes the links or creates the lins that you get stuffed.


I would also strongly recommend following the advice of ...Njegos... - if you have pages and pages of almost identical content - you will not do you or your site any good.
SE's such as google want unique, distinct content, not minor variants, and may not index all your site, or even ban it.
Sometimes life holds wonderful suprises - shame I sleep through them all.
http://www.choose-easyweb.com - Not my design, nor my idea :)
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 3,210
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 166
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: Search engine friendly drop down menus

 
0
  #5
Nov 9th, 2007
The search engine can find and index content that is in the HTML/XHTML file, but is made to appear and disappear with JavaScript-controlled style changes.

It cannot find or index content that is inserted by JavaScript into an already-rendered HTML/XHTML page.
Last edited by MidiMagic; Nov 9th, 2007 at 2:00 pm.
Daylight-saving time uses more gasoline
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 110
Reputation: Taffd is an unknown quantity at this point 
Solved Threads: 1
Taffd Taffd is offline Offline
Junior Poster

Re: Search engine friendly drop down menus

 
0
  #6
Nov 10th, 2007
Thanks for all the replies so far folks, I learn more every time I visit daniweb.
Re all the comments about having multiple similar pages, I intend to make each country homepage more specific, thus hopefully avoiding the problem.
The multiple links, while being a trifle unweildy, will stay as they are, I think. The navigation will eventually give users access to over 25,000 news sources, 25,000 forums, 25,000 articles sections, 25,000 democracy sections, as well as some extra goodies. I think if I can make the site 1% successful, I will have achieved something.
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 86
Reputation: sagedavis is an unknown quantity at this point 
Solved Threads: 6
sagedavis sagedavis is offline Offline
Junior Poster in Training

Re: Search engine friendly drop down menus

 
0
  #7
Nov 12th, 2007
I, for the most part, use the trifecta effect using css and html lists for my navigation bar.
http://www.search-this.com/website-d...lover-buttons/
has some information about it, but, I am not sure if there is a better tutorial on the subject.

You can get it to work in all browsers with a couple of javascript hacks.

And, whoever says that it must be static, clearly does not understand that search engines do not read your PHP or asp. They only read the html or Xhtml that any browser would see.

If a search engine could see your scripting, what would stop someone from building one to extract your db connection information?

Back to this question. Search for CSS trifecta, CSS list menu
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 366
Reputation: efmesch is an unknown quantity at this point 
Solved Threads: 4
efmesch efmesch is offline Offline
Posting Whiz

Re: Search engine friendly drop down menus

 
0
  #8
Dec 17th, 2007
As a non-professional, I would like to say that I found your site interesting and simple to use. However, the repetitiveness of the pages after selecting a link, makes it a bit boring. I realize that it means an awful lot more work, but putting more variety on the different links would add a lot. Maybe you could insertt pictures from the different country links to go with the diffrent texts.
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 434
Reputation: FC Jamison is on a distinguished road 
Solved Threads: 20
Team Colleague
FC Jamison's Avatar
FC Jamison FC Jamison is offline Offline
Posting Pro in Training

Re: Search engine friendly drop down menus

 
0
  #9
Dec 17th, 2007
I use JavaScript and CSS for my drop down menus.

To get the search engines to follow the menu links hidden by the JavaScript, I add the section to my code:

<!-- Menu Links for Search Engines -->
  <link href="index.htm" rel="home" />
  <link href="resume/index.htm" rel="section" />
  <link href="portfolio/index.htm" rel="section" />
  <link href="gallery/index.htm" rel="section" />
  <link href="contact/index.htm" rel="section" />
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 3,210
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 166
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: Search engine friendly drop down menus

 
0
  #10
Dec 17th, 2007
When browsing, I prefer tables of links over dropdown menus.
Daylight-saving time uses more gasoline
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Site Layout and Usability Forum


Views: 2888 | Replies: 9
Thread Tools Search this Thread



Tag cloud for Site Layout and Usability
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC