| Welcome to Webforumz.com. |
|
Feb 10th, 2008, 12:41
|
#1 (permalink)
|
Join Date: Dec 2007
Location: London
Age: 35
Posts: 266
|
Is using "current" instead of "/","url" in your nav menu bad for SEO?
Hi
- HTML: Select all
<li class="current">Home</li> vs <li><a href="/">Home</a></li>
I really like this method bellow of highlighting the active page, is it bad for SEO or am I just being over concerned?
- HTML: Select all
}
#p7menubar li.current {
background-color:#FFFFFF;
font-weight:bold;
padding: 3px 30px 5px 10px;
border-right: 1px solid #00A592;
<div id="menuwrapper">
<ul id="p7menubar">
<li class="current">Home</li>
<li><a class="trigger" href="#">Classes</a>
</ul>
Cheers 
Last edited by Oak; Feb 10th, 2008 at 12:45.
|
|
|
Feb 10th, 2008, 13:00
|
#2 (permalink)
|
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,750
|
Re: Is using "current" instead of "/","url" in your nav menu bad for SEO?
I don't get ya... That code doesn't even make sense...
__________________
I'm back!!!! 
|
|
|
Feb 10th, 2008, 13:01
|
#3 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Re: Is using "current" instead of "/","url" in your nav menu bad for SEO?
Umm, that won't make a difference.
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
Feb 10th, 2008, 13:07
|
#4 (permalink)
|
Join Date: Dec 2007
Location: London
Age: 35
Posts: 266
|
Re: Is using "current" instead of "/","url" in your nav menu bad for SEO?
Ok, sorry I hope this does! cos I wanna use it..
- HTML: Select all
<div id="menuwrapper">
<ul id="p7menubar">
<li class="current">Home</li>
<li><a class="trigger" href="#">Classes</a>
<ul>
<li><a href="url">Monday</a></li>
<li><a href="url">Tuesday Children</a></li>
<li><a href="url">Friday</a></li>
<li><a href="url">Mon & Fri</a></li>
</ul>
</li>
<li><li><a href="url">Events</a></li>
<li><li><a href="url">Contact</a></li>
<li class="url">Teacher</li>
<li><li><a href="url">Images</a></li>
<li><a class="trigger" href="#">FAQs</a>
<ul>
<li><a href="url">Music & the Game</a></li>
<li><a href="url">History</a></li>
</ul>
</li>
<li><a href="url">Links</a></li>
</ul>
</li>
</ul>
|
|
|
Feb 10th, 2008, 13:19
|
#5 (permalink)
|
|
Moderator
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,155
|
Re: Is using "current" instead of "/","url" in your nav menu bad for SEO?
It makes no difference to SEO, but it is an improvement in usability: a page should not link to itself, because doing so perplexes users.
See Nielsen's article (point 10).
|
|
|
Feb 10th, 2008, 13:37
|
#6 (permalink)
|
Join Date: Dec 2007
Location: London
Age: 35
Posts: 266
|
Re: Is using "current" instead of "/","url" in your nav menu bad for SEO?
Quote:
|
Umm, that won't make a difference.
|
Quote:
|
It makes no difference to SEO, but it is an improvement in usability: a page should not link to itself, because doing so perplexes users.
|
Thanks guys!
|
|
|
| Thread Tools |
|
|
| Rate This Thread |
|
|
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
|
|
|
|
|
|