Printer Friendly Version
Email this thread to a friend
|
php update question (In: Coding & Databases - PHP, ASP, Perl, etc.)
A question about article submit (In: Directories and Link Building)
Featured Web Site Template |
|
There are 0 guests and 1 members in the forums right now.
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
madhm
Joined: Eons Ago
# Posts: 20
|
Posted: 2007-Dec-16 00:33
Tried to search for this,but couldn't find a direct answer. I am optimizing a site that was designed heavily with CSS. I am investigating if I should redo their navigation bar. The nav bar is designed using LI elements, but the text in the LI element is overridden with a style element.
E.G. <li id="#homenav">The home page</li> is replaced by the CSS with an image. So the browser and spider are effectively shown two different things. To me this seems like spam.
I've seen this done in other spots on the site which I know needs to be changed (H1's being replaced with images). However it seems that the CSS LI driven nav is becoming more common for (SEO-less) designers to use.
Thanks a bunch and have a good holidays.
-madhm
|
 |
Curt
Joined: Eons Ago
# Posts: 3747
|
Posted: 2008-Jan-02 18:34
Does it link to the same place after having contents rewritten via dhtml? If so, there's no SE spam going on and you don't need to be concerned.
|
 |
flatfeeking
Joined: Mar 11, 2008
# Posts: 1
|
Posted: 2008-Mar-12 03:20
I am very happy to find people talking about LI!
I am wondering if I can change <li id="link_1"> from saying link_1 into something that is a more targeted keyword for me. Does the link_1 mean something in CSS or was my designer just not SEO friendly? The internet is amazing, I cant believe I actually found other people talking about li id! Will this thing auto tell me when someone posts a response? I am new to this forum, please email me adamkrusestl @ gmail . com
|
 |
mj1256
Staff
Joined: Jun 05, 2006
# Posts: 981
|
Posted: 2008-Mar-12 04:47
yes, the ID does mean something. You can name the ID's anything you want, but the corresponding ID must be in your CSS.
Your developer knew what he was doing. He named them appropriately for organizational purposes.
but its not worth changing, the SE's won't see your keyword in the tag.
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10465
|
Posted: 2008-Mar-12 10:54
CSS controlled LI navigation is one of the most search-engine friendly navigation methods around.
There is just one danger. Some people use the CSS to "hide" all sub-menus other than for the current section, but they are still there in the HTML source code for bots to see. That means that, in effect, every page of the site links to every page of the site, and many of those links are technically "hidden".
I use a similar method, but use PHP includes to only include links that are relevant from where you are now. This avoids the problem.
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|