Allowing webcrawlers despite a JS menu

P

Papa.Legba.666

hi,

it is my understanding that web crawls are not intelligent enough to
prase the limitless number of JS menus out there.

I want/need to have a JS menu, but I also want my whole site to be
crawled by Google.

Any suggestions?
 
E

Evertjan.

wrote on 25 mrt 2005 in comp.lang.javascript:
it is my understanding that web crawls are not intelligent enough to
prase the limitless number of JS menus out there.

Google be praised.
I want/need to have a JS menu, but I also want my whole site to be
crawled by Google.

That is not really a javascript question, isn't it?

So also make normal links somewhere unobtrusive:

<div style='font-size:2px;'>
<a href='..normal link1..'>.</a>
<a href='..normal link2..'>.</a>
<a href='..normal link3..'>.</a>
<a href='..normal link4..'>.</a>
<a href='..normal link5..'>.</a>
</div>
 
T

Tomasz Cenian

(e-mail address removed) napisał(a):
hi,

it is my understanding that web crawls are not intelligent enough to
prase the limitless number of JS menus out there.

I want/need to have a JS menu, but I also want my whole site to be
crawled by Google.

Any suggestions?


Pure javascript menus where good 10 years ago, when everyobdy got tired
of totally static pages and there was some sort of javascript hype.

Times have changed. Accessibility shoud be the area of your concern.
Search engines indexing. Besides you can make really nice menus with CSS
not affecting accessibility nor good writing style (type "pure css
menus" in google).
If you *have to* use javascript menu, there is *absolutely* no reason to
have it *pure* javascript. After all you don;t want to build your page
using 10 years old techniques, do you? Yes - you can have a fancy,
multiple level menu with rollovers using *pure* CSS. You might wanna
consider adding some extra stuff (or simply help IE understrand the
basics) with javascript. You might make a menu with all those extra
effects. But if a user has no js support (not that uncommon btw) he will
still *see* the fully functional menu. Web crawels will see it too.

My point is - use good, modern techniques. Pure javascript menus are
definetely not one of them.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top