Will the text in the menus be searchable by google

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
rajupvv
Advanced
Advanced
Posts: 26
Joined: Wed Jan 18, 2006 6:21 pm

Will the text in the menus be searchable by google

Post by rajupvv »

Hi,

Can some body please let me know if the text in the menus will be picked up by a search engines like Google.

If not please suggest what needs to be done to make the text in the menus picked up by the search engines.

Raju.
vikenk
Mega Advanced
Mega Advanced
Posts: 297
Joined: Tue Nov 29, 2005 7:38 pm

Post by vikenk »

Hi Raju,

Search engines cannot read the links in your menu because the links are in your the Javascript files, and search engines do not crawl JS files, as far as I know.

You have some options:

1) You can use the list-based menu module. Basically, you make an list with list tags, and the menu makes its structure based on your links. This makes your links visible to the search engine.

2) Make a Site Map and provide a link to the Site Map

3) Place a set of links in a <noscript> tag. This addresses two things: It provides an alternate menu for non_JS enabled browsers, and it makes your links visible to Search Engines.

You can go to my site (in my signature) and View --> Source to see how I've implemented the <noscript> tag.

Hope this helps.
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Post by Migru »

Hi

rajupvv wrote
If not please suggest what needs to be done to make the text in the menus picked up by the search engines.
please read (and see the FAQs)

http://milonic.com/searchengines_milonic.php

a) you could place standard html links between NOSCRIPT tags
b) you could set up your menu based on html lists

There is a sample menu

http://milonic.com/listbased/

Michael
rajupvv
Advanced
Advanced
Posts: 26
Joined: Wed Jan 18, 2006 6:21 pm

Post by rajupvv »

Hi Vikenk and Migru,

Thanks a lot guys.

Take care,
Raju. :lol:
Post Reply