Reply LinkBack Thread Tools Search this Thread
Old 18-06-2007, 05:12   #1 (permalink)
Haris
Registered User
 
Join Date: Jan 2007
Posts: 11
Do you code sidebar first or content area?

In a 2-column scenario, do you code sidebar first or the content area?
  Reply With Quote
Old 18-06-2007, 06:02   #2 (permalink)
freelancr
Web Developer
 
freelancr's Avatar
 
Join Date: Oct 2006
Posts: 1,989
I think I read somewhere that the content should appear as high on the source as you can get it.

[logo]
[page title]
[content]
[nav]
[footer]

though I have had sites with 2 navigation areas that I do like this:

[logo]
[menu]
[page title]
[content]
[nav]
[footer]

to be honest, I don't think it matters.
  Reply With Quote
Old 18-06-2007, 07:29   #3 (permalink)
weldo
now with added beard
 
weldo's Avatar
 
Join Date: Mar 2004
Location: Liverpool
Posts: 5,175
putting yer content before the nav will help SEs to gather info on the page content (some only read up to a certain number of characters)

that said, lists of internal site links also have a worth in building up a picture of page relationships - so thats also good ...

that doesn't help at all does it ?
__________________
fuck signatures
  Reply With Quote
Old 25-06-2007, 19:40   #4 (permalink)
resten
Web Designing Noob
 
Join Date: Jun 2007
Location: Canada
Posts: 21
Content before navigation ^^.
  Reply With Quote
Old 25-06-2007, 21:58   #5 (permalink)
pgo
i'm done, son
 
Join Date: Jan 2005
Posts: 12,262
Content should go as high as possible. On our corporate site, I managed to use fancy positioning to put all the content at the very beginning of the HTML.

Everything goes below the content in source, but above it visually.

Now, normally, I just follow the logical order.

Logo, Navigation, Content, Sub-Content, Footer

Basically.
  Reply With Quote
Old 26-06-2007, 07:20   #6 (permalink)
Bill Posters
trouble free and loverlee
 
Join Date: Mar 2003
Location: YooKay
Posts: 2,875
Quote:
Content before navigation
Can someone point me to some categorical evidence that C>N is influential?
Ta.
  Reply With Quote
Old 26-06-2007, 08:32   #7 (permalink)
funkyprem
For all your goober needs
 
funkyprem's Avatar
 
Join Date: Dec 2004
Location: Coventry, UK
Posts: 1,396
Quote:
Originally Posted by Bill Posters
Can someone point me to some categorical evidence that C>N is influential?
Ta.
yes. Google and Yahoo!
__________________
Time is really the only capital that any human being has, and the one thing that he can’t afford to lose. - Thomas Edison

prem ghinde
  Reply With Quote
Old 26-06-2007, 08:35   #8 (permalink)
funkyprem
For all your goober needs
 
funkyprem's Avatar
 
Join Date: Dec 2004
Location: Coventry, UK
Posts: 1,396
on a serious note, i remember someone doing an experiment on this a year or two ago to find out how much of a page the SE's actually indexed and from memory I think the lowest was yahoo with 40kb and biggest was google with 1.3mb! The search engines attached to the figures may be wrong but even then 40kb should be more than enough to house your content and nav.
__________________
Time is really the only capital that any human being has, and the one thing that he can’t afford to lose. - Thomas Edison

prem ghinde
  Reply With Quote
Old 26-06-2007, 08:42   #9 (permalink)
herkalees
Semantics, yay.
 
herkalees's Avatar
 
Join Date: Nov 2005
Location: Salem, Massachusetts
Posts: 1,082
While I will agree, to the death, that your main content should be placed higher in the markup than any other content, I'm also of the mindset that you begin "splitting hairs" at this point, and your time and energy is better spent making quality content on your pages.
__________________
  Reply With Quote
Old 26-06-2007, 08:46   #10 (permalink)
funkyprem
For all your goober needs
 
funkyprem's Avatar
 
Join Date: Dec 2004
Location: Coventry, UK
Posts: 1,396
Quote:
Originally Posted by herkalees
that your main content should be placed higher in the markup than any other content,
no arguements from me mate. i always try to place the content area first even when the nav is on the left which can cause some problems.
__________________
Time is really the only capital that any human being has, and the one thing that he can’t afford to lose. - Thomas Edison

prem ghinde
  Reply With Quote
Old 26-06-2007, 10:29   #11 (permalink)
Bill Posters
trouble free and loverlee
 
Join Date: Mar 2003
Location: YooKay
Posts: 2,875
From what I've seen and read, the benefits of placing content before nav (C>N) may have been tangible some years back. But, in more recent times, Google et al have become smarter at spotting where the real content starts, regardless of where it appears in the source order, to the point where it really doesn't matter whether you use C>N or the more conventional N>C model, at least as far as seo goes.

Yet, I still see the C>N thing pushed on the basis of SEO (and accessibility - usually based on arguments which I also consider to be unproven at best).
I've yet to see any categorical evidence that C>N improves search engine performance these days. It just seems to be one of those things which ceased being true years ago, but which the thinking of many developers/authors and seo-snakeoil salesmen is too out-of-date to amend.

(Of course, as funkyprem mentions, the N>C model is only likely to become an issue if a site has many 10s or 100s of Kb of non-content markup ahead of the content, as this could potentially push the content beyond the limits of the search bots index range. Although, conversely, if there's so much content that the nav is pushed out of range, that could potentially damage a site's internal link structure and consequently, its indexability.
It's pretty safe to say that most modern, efficiently coded sites are not hulking masses of multi-100Kb, so content is going to fall within range, even if the nav comes before it.)

In the absence of any categorical tests which prove it one way or the other, it would be great to have Matt Cutts and his opposite numbers over at Yahoo, etc… go on the record and clarify precisely what effect, if any, source order has on indexability and relevance of content.

I certainly don't see N>C sites playing second-fiddle to C>N in the serps.
As said, I've yet to see any evidence which demonstrates that it makes any discernable difference to a site's performance in the serps.


Quote:
i always try to place the content area first even when the nav is on the left which can cause some problems.
What kind of problems?
  Reply With Quote
Old 26-06-2007, 11:02   #12 (permalink)
pgo
i'm done, son
 
Join Date: Jan 2005
Posts: 12,262
I cannot attest to a causal relationship between C>N, but I can point to a positive correlation.

I was tasked with doing whatever I could to improve our position on the SERPs for our corporate site. After adding more keywords and optimizing titles and h1s as well as content, results improved, but marginally.

However, when I moved the content to the very beginning of the source (so the <h1> was close to <body>, our results jumped to the first or second page for most search phrases.

So, while anecdotal evidence isn't to be trusted, generally, I think it's fairly safe to say it has a positive effect.
  Reply With Quote
Old 26-06-2007, 11:23   #13 (permalink)
Bill Posters
trouble free and loverlee
 
Join Date: Mar 2003
Location: YooKay
Posts: 2,875
Quote:
Originally Posted by pgo
So, while anecdotal evidence isn't to be trusted, generally, I think it's fairly safe to say it has a positive effect.
This is the problem.
It's difficult, if not impossible, to state whether your upsurge was due directly to the switch to C>N.

There's seems to be some anecdotal evidence to suggest that there might be a benefit, the vast majority of it years old, but there's also evidence to suggest that the benefit is questionable.

e.g. A member of WMW states how he started out with C>N, then after a while, switched to N>C and experienced no dip in his serps performance.


I wouldn't have a problem with C>N were it not for the way that it 'breaks' what I consider to be the natural IA order of the underlying document (i.e. w/o CSS).
Search engines themselves tell us not to build to favour them, but to favour users. To this end, I feel that honouring the natural IA order is more important than any suspected benefit which C>N might still offer (if any).

I'm torn over the issue, but I'm currently favouring N>C on the basis that IA trumps SEO.
  Reply With Quote
Old 28-06-2007, 19:08   #14 (permalink)
cjgraphix
Website Developer
 
cjgraphix's Avatar
 
Join Date: Jun 2007
Location: Pacific Northwest
Posts: 324
for me it's a little of both. Closest to body I will place an h1 with company name and then a short h2 of a keyword dense sentence (much like a meta description). If needed I'll go ahead and add another p tag and give more content. Enough to get noticed, but not cause a screen reader to go on for ever before getting to any type of navigation.

So this is my 2 cents. Put some keyword heavy content as close to the top/body as makes sense. But not necessarily all your content before the navigation.

Either way, content is king in this web world! No matter where it is... but it should be everywhere!
  Reply With Quote
Old 28-06-2007, 19:43   #15 (permalink)
JesseLY
Registered User
 
JesseLY's Avatar
 
Join Date: May 2007
Location: Seattle
Posts: 32
This is obviously a complex subject that has many variables. In my view, content is king.

My own site is a perfect example. The code sucks. I designed it years ago before I knew that much about proper coding. But it got so high in the search engines that I've been afraid to change it and ruin a good thing. So even with my crappy code, my site is generally at the top (in Google) for "web site design seattle", "Seattle web designer", or any variation thereof.

So my experience shows - content is king!

-Jesse L. Young
  Reply With Quote
Old 29-06-2007, 14:46   #16 (permalink)
lans2gt
http://www.tsoknat.com
 
lans2gt's Avatar
 
Join Date: May 2007
Location: Philippines
Posts: 21
Send a message via Yahoo to lans2gt Send a message via Skype™ to lans2gt
content first
  Reply With Quote
Old 29-06-2007, 15:05   #17 (permalink)
roto
This is it - ground zero.
 
roto's Avatar
 
Join Date: Apr 2003
Location: Paper St.
Posts: 4,200
Send a message via AIM to roto Send a message via Yahoo to roto
Quote:
Originally Posted by JesseLY
This is obviously a complex subject that has many variables. In my view, content is king.

My own site is a perfect example. The code sucks. I designed it years ago before I knew that much about proper coding. But it got so high in the search engines that I've been afraid to change it and ruin a good thing. So even with my crappy code, my site is generally at the top (in Google) for "web site design seattle", "Seattle web designer", or any variation thereof.

So my experience shows - content is king!
At least you're honest...so, are you inundated with work from such great placement?
__________________
fun: HGC v.4 | last.fm: DT | me | oi! f*ck u roto: ...via meebo!

New to interweb design? Your friends at dt can help.
  Reply With Quote
Old 29-06-2007, 16:07   #18 (permalink)
JesseLY
Registered User
 
JesseLY's Avatar
 
Join Date: May 2007
Location: Seattle
Posts: 32
Actually, I am indeed often inundated with work. I get way more requests than I can handle (although for the past month it's gotten kind of slow). One month I had 45 requests for new web sites.

Unfortunately, many of them are not right for me. After I weed out the crazies ("I want to sell my homemade pot holders and get rich! Can you make me a web site to do that?"), and the ones that are way beyond my capabiliites ("I'd like my site to be just like Amazon.com. Can you do that for me?"), I narrow it down to the realistic small /medium sized businesses such as law firms, construction companies, etc. And even then there's only so much I can take on and still maintain my sanity.

So I get lots of requests, but can realistically only do so much.

-Jesse
  Reply With Quote
Old 29-06-2007, 18:18   #19 (permalink)
roto
This is it - ground zero.
 
roto's Avatar
 
Join Date: Apr 2003
Location: Paper St.
Posts: 4,200
Send a message via AIM to roto Send a message via Yahoo to roto
Quote:
Originally Posted by JesseLY
After I weed out the crazies ("I want to sell my homemade pot holders and get rich! Can you make me a web site to do that?"), and the ones that are way beyond my capabilities ("I'd like my site to be just like Amazon.com. Can you do that for me?")
They're everywhere.
__________________
fun: HGC v.4 | last.fm: DT | me | oi! f*ck u roto: ...via meebo!

New to interweb design? Your friends at dt can help.
  Reply With Quote
Old 01-07-2007, 21:20   #20 (permalink)
Haris
Registered User
 
Join Date: Jan 2007
Posts: 11
Don't you guys think that placing content before the breadcumb loses the semantic value of HTML?
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8