| SEO Forum Search engine optimization discussions. |
01-02-2007, 12:42 AM
|
#1 (permalink)
|
|
Junior Member
Join Date: 12-30-06
Posts: 22
Latest Blog: None
|
Using Dhtml menu's is good for SEO ?
I am still young in seo, i have used dhtml and javascrips for my website navigation will spider will find, or text links are best for which i have to go?
|
|
|
01-02-2007, 01:06 AM
|
#2 (permalink)
|
|
Contributing Member
Join Date: 09-09-06
Posts: 367
Latest Blog: None
|
Don't put links in javascript, spiders won't see them. Text links are the best...
p.l.u.r.
|
|
|
01-02-2007, 01:14 AM
|
#3 (permalink)
|
|
Individualist
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,521
|
You can use a DHTML menu, but be sure to place the links in straight HTML form elsewhere on your pages for the search engines.
|
|
|
01-02-2007, 05:07 AM
|
#4 (permalink)
|
|
Junior Member
Join Date: 12-30-06
Posts: 22
Latest Blog: None
|
Thanks a lots for you Answers...
|
|
|
01-02-2007, 05:42 AM
|
#5 (permalink)
|
|
Contributing Member
Join Date: 07-22-06
Location: Denver, Colorado, USA
Posts: 495
Latest Blog: None
|
You can use CSS to make a drop down menu that is spider friendly and is smoother and looks better than JS drop downs.
|
|
|
01-02-2007, 07:21 AM
|
#6 (permalink)
|
|
v7n Mentor
Join Date: 10-15-03
Posts: 1,932
Latest Blog: None
|
DHTML menu should contain links that are accessible without JS or CSS enabled on a PC. They should most certainly contain the <a> tag or as John said you would then need to add the links again say in the footer.
The most accessible semantical markup is something like this in a list menu:
Code:
<ul>
<li><a href="/">Home</a></li>
<li><a href="page.php">Menu option 2</a>
<ul>
<li><a href="page.php">Submenu Option 1</a></li>
<li><a href="page.php">Submenu Option 2</a></li>
</ul>
</li>
<li><a href="page.php">Menu option 3</a></li>
<li><a href="page.php">Menu option 4</a></li>
</li>
</ul>
DHTML (A fancy name for JavaScript + CSS) can then be applied.
Quote:
Originally Posted by jumpenjuhosaphat
You can use CSS to make a drop down menu that is spider friendly and is smoother and looks better than JS drop downs.
|
Sadly there is no such thing that is compatible with major browsers.
Last edited by Johan007 : 01-02-2007 at 07:24 AM.
|
|
|
01-02-2007, 11:17 AM
|
#7 (permalink)
|
|
Contributing Member
Join Date: 07-22-06
Location: Denver, Colorado, USA
Posts: 495
Latest Blog: None
|
Sure there is. I could create an example for you that would work in every major browser that is CSS 2.0 compliant. And if the CSS isn't enabled, the menu will still show, it just won't be in a drop down list.
|
|
|
01-16-2007, 05:27 AM
|
#8 (permalink)
|
|
v7n Mentor
Join Date: 10-15-03
Posts: 1,932
Latest Blog: None
|
Quote:
Originally Posted by jumpenjuhosaphat
Sure there is. I could create an example for you that would work in every major browser that is CSS 2.0 compliant. And if the CSS isn't enabled, the menu will still show, it just won't be in a drop down list.
|
Please do share!
|
|
|
01-17-2007, 02:54 AM
|
#9 (permalink)
|
|
Contributing Member
Join Date: 07-22-06
Location: Denver, Colorado, USA
Posts: 495
Latest Blog: None
|
I was going to come up with my own example, but I don't really have that much time, so this is somebody elses. It's very easy to make a non javascript drop down menu in compliant browsers, but a bit more understanding is needed for making it work in IE.
Check out the page source of that example, and you'll see how its done.
Here is this sites explaination: http://www.xs4all.nl/~peterned/csshover.html
And here is the example: http://www.xs4all.nl/~peterned/examples/cssmenu.html
Good luck.
|
|
|
01-17-2007, 07:48 AM
|
#10 (permalink)
|
|
v7n Mentor
Join Date: 10-15-03
Posts: 1,932
Latest Blog: None
|
Quote:
Originally Posted by jumpenjuhosaphat
I was going to come up with my own example, but I don't really have that much time, so this is somebody elses. It's very easy to make a non javascript drop down menu in compliant browsers, but a bit more understanding is needed for making it work in IE.
|
Your reply comes across as some what arrogant and mostly wrong. I am aware of that example but no it is not typical drop down menu. Drop down menus are typically horizontal and drop downwards (not drop to the right in the example).
|
|
|
01-17-2007, 08:25 AM
|
#11 (permalink)
|
|
Contributing Member
Join Date: 07-22-06
Location: Denver, Colorado, USA
Posts: 495
Latest Blog: None
|
You know I spent a good amount of time coming up with an example that you asked me for, I don't understand how you can construe my generosity as being arrogant.
With a little changing in the code, you can make that script drop directly down. The point is, it can be done using only CSS and HTML, with a few simple changes you can make it drop in any direction you choose.
Here is an example that I did to show how easy it is to do: http://www.linkslinky.com/example.html
Last edited by jumpenjuhosaphat : 01-17-2007 at 08:38 AM.
|
|
|
01-17-2007, 05:37 PM
|
#12 (permalink)
|
|
Contributing Member
Join Date: 10-21-06
Location: seattle
Posts: 342
|
Hmm maybe this is a situation where a sitemap would truly be useful.
|
|
|
01-18-2007, 07:27 AM
|
#13 (permalink)
|
|
v7n Mentor
Join Date: 10-15-03
Posts: 1,932
Latest Blog: None
|
Apologies for my earlier tone jumpenjuhosaphat but that only has one top level. Also the top item need to be in its own <li>. We will just have to agree to disagree.
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 10:05 AM.
© Copyright 2008 V7 Inc
|