473,383 Members | 1,896 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

untypical question - js menu

K.
Hello!

I have been reading a book about "Positioning in web search engines".
There was written such sentences: "Menu built up in javascript code is not
so familiar for
some search web browser robots, which should visit links to URLs (subpages
on your page), but
in some cases they do not visit links placed in javascript menus. That`s why
not all subpages on your web page are indexed up and that`s why it is more
possibility to reach your page by unknown user which searches web pages on
the web search browsers".
Could you give me how to make menu which is good and familiar for robots? Is
it possible to build a menu not using javascript or could you give me the
examples of such menus which are familiar for 100% for search robots to be
sure that all subpages will be indexed by search robots?

Kindest regards
M.
Sep 5 '07 #1
3 1047
K. wrote:
Could you give me how to make menu which is good and familiar for robots? Is
it possible to build a menu not using javascript or could you give me the
examples of such menus which are familiar for 100% for search robots to be
sure that all subpages will be indexed by search robots?
I don't know if it would be possible to do what you want, I can't think
how, but I do have an alternate solution that achieves the same result.
Make a DIV that has width and height of zero, and overflow:hidden, and
put a COPY of all the links inside it. The search robots would likely
follow all the links even though the user will never see them. It feels
like a hack, but unless there's a better suggestion...
Sep 5 '07 #2
K.

Uzytkownik "Stevo" <pl****@spam-me.comnapisal w wiadomosci
news:fb*************@news.t-online.com...
K. wrote:
>Could you give me how to make menu which is good and familiar for robots?
Is
it possible to build a menu not using javascript or could you give me the
examples of such menus which are familiar for 100% for search robots to
be
sure that all subpages will be indexed by search robots?

I don't know if it would be possible to do what you want, I can't think
how, but I do have an alternate solution that achieves the same result.
Make a DIV that has width and height of zero, and overflow:hidden, and put
a COPY of all the links inside it. The search robots would likely follow
all the links even though the user will never see them. It feels like a
hack, but unless there's a better suggestion...

Thank you for help and solution.
Marcin
Sep 5 '07 #3
Stevo wrote:
K. wrote:
>Could you give me how to make menu which is good and familiar for
robots? Is
it possible to build a menu not using javascript or could you give me the
examples of such menus which are familiar for 100% for search robots
to be
sure that all subpages will be indexed by search robots?

I don't know if it would be possible to do what you want, I can't think
how, but I do have an alternate solution that achieves the same result.
Make a DIV that has width and height of zero, and overflow:hidden, and
put a COPY of all the links inside it. The search robots would likely
follow all the links even though the user will never see them. It feels
like a hack, but unless there's a better suggestion...
Good hack I say. :-)

Regards,
Erwin Moller
Sep 5 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: dr. zoidberg | last post by:
Hello, I'm creating simple menu. MySQL: +----+-----+----------------------+ | id | sid | Title | +----+-----+----------------------+ | 1 | 0 | Main Menu 1 | 2 | 0 | Main Menu 2 | ...
1
by: Macamba | last post by:
Hi all, I am currently developing a website for a voluntary organisation. It is my first step in website development. The dynamic menu I developed has some bugs, which I addressed in another...
2
by: Jackson Yap | last post by:
can someone kind enough to help me look at the attached html and js file? Why is it that the javascript menu could not work at www.apchosting.net but could work at...
1
by: Anthony | last post by:
Below is a script I found at http://javascript.internet.com/ for a cascading menu. The script works great but there is one thing that I would like modified. BecauseI am just learning javascript,...
4
by: TycoonUK | last post by:
Hi, As I do not have IE7 on my computer, I was wondering if there is a fault in my CSS Menu when using IE7. Please can someone look at my site - http://www.worldofmonopoly.co.uk and tell me...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.