SEO Question for Links

General ShopSite user discussion

SEO Question for Links

Postby csr2 » Fri Nov 12, 2010 2:51 pm

Right now on our rather large site we have a bar of links that goes down the left hand side of our viewable web page.

When you view the source, the links on the left hand side are showing up ABOVE our page content, which is obviously not ideal. I have seen other sites that use char=side to locate their links list to the left, but leaves the code for it below the rest of the page information. Does anyone know how to do this, or how to make it so that our links, which are on every page, still show up to the left, but do not superceed our page information, in the code?

Thank you!
csr2
 
Posts: 2
Joined: Fri Nov 12, 2010 2:43 pm

Re: SEO Question for Links

Postby BFChris » Mon Nov 15, 2010 10:13 am

You could edit the template and stylesheet to rearrange things.
~~Barefoot Chris
--------------------------------
Barefoot Chris Web Design
www.barefootchris.net
--------------------------------
BFChris
 
Posts: 322
Joined: Mon Oct 09, 2006 3:28 pm
Location: PA

Re: SEO Question for Links

Postby csr2 » Mon Nov 15, 2010 12:05 pm

How would you do it though - so that the link information still shows on the left hand side, but shows in the bottom of the code - not the top?
csr2
 
Posts: 2
Joined: Fri Nov 12, 2010 2:43 pm

Re: SEO Question for Links

Postby BFChris » Mon Nov 15, 2010 12:23 pm

It depends greatly on the template.

The basic idea is that you would take the [-- Loop Links --] section of the code in the page template and move it down below the main content area.

Then, you would have to adjust the CSS for that section of code to position it properly, either using absolute positioning or a float. You may have to adjust other positioning accordingly so everything still lays out correctly.

If the page is laid out with <div> tags for elements and arrangement, it should be pretty easy. If the template is constructed with tables, it could take a lot more redesigning of the template to get it to work.
~~Barefoot Chris
--------------------------------
Barefoot Chris Web Design
www.barefootchris.net
--------------------------------
BFChris
 
Posts: 322
Joined: Mon Oct 09, 2006 3:28 pm
Location: PA

Re: SEO Question for Links

Postby MgmtSpec » Wed Dec 22, 2010 2:55 pm

Easy table layout for main content to display at top...

Top row, align top
First cell is a non breaking space or can do 1 px image transparent
Second cell has main content and ROW SPAN of 2

2nd Row - first cell has nav links. Second cell is carried over from row one.

<table>
<tr valign="top">
<td>(no br sp</td>
<td rowspan="2">MAIN CONTENT</td>
</tr>
<tr>
<td>nav links on left</td>
</tr>
<table>

Well supported on new and older browser, white hat.
MgmtSpec
 
Posts: 204
Joined: Mon Apr 30, 2007 8:25 am

Re: SEO Question for Links

Postby mjbrunelle » Wed Dec 22, 2010 8:26 pm

Place the code in a <div></div> panel, and use an absolute position css specificiation.

We have pop ups that display data at various times on the users screen. All code is at the bottom of the source with absolute position reference.

MarkB
mjbrunelle
 
Posts: 147
Joined: Sun Jun 21, 2009 5:09 am


Return to User Forum

Who is online

Users browsing this forum: No registered users and 124 guests

cron