X-Cart Mods, X-Cart Addons - WebsiteCM
 
X-Cart Excellence eZine
Subscribe for proven tips and special discounts!
   Forum Search
Forum Menu
Quick Links
Forum Login
Username:

Password

Remember Me
Forum Expert(s)
Search Engine Marketing firm
Since 1998 ASF Design Inc: Search Engine Marketing firm has helped dozens of clients to generate millions of dollars in Internet Sales and Leads, and are available to assist you here in our SEO forum!

Css + Seo

About this Thread:
You are viewing the thread Css + Seo in the SEO and Marketing forum.

  #1  
Old January 10th, 2008, 12:54 PM
admin admin is offline
Jon Peters (Admin)
 
Join Date: Aug 2007
Location: Vancouver, Canada
Posts: 79
Default Css + Seo

We are working on a CSS design for WebsiteCM for cleaner code and even quicker page loading. In the process we're coding the content first in the source code.

Has anyone seen changes in seo position (good or bad) as a result of a change to CSS? Any tips?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old January 13th, 2008, 05:48 AM
dlogout dlogout is offline
Junior Member
 
Join Date: Dec 2007
Posts: 1
Default clean code helps, but content and links are still on the kings

Converting XCart to clean CSS layout has advantages over cluttered table layout from SEO point of view due to the positive content to code ratio change.

Changes in sites SERP (Search Engine Results Positions) depend on many factors. Clean code certainly helps, however alone is not enough to bring the site up.

The more important factors are quality links from other thematically related sites and the quality + unique content.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old January 14th, 2008, 01:03 PM
admin admin is offline
Jon Peters (Admin)
 
Join Date: Aug 2007
Location: Vancouver, Canada
Posts: 79
Default

My reason for wanting to move to CSS is actually for optimum page loads, but of course want to take the SEO into consideration.

My main concern is that moving the content to the top of the code may hurt my page rankings as my header code is very "x-cart" keyword heavy.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old January 15th, 2008, 09:05 AM
ASFDesign.com ASFDesign.com is offline
Junior Member
 
Join Date: Jan 2008
Posts: 7
Default

I would suggest using the following chart to layout the data in your code:

1) Header with H1 keywords, some text with keywords in bold tags

2) Content (assuming it is unique to each page)

3) Footer, with keyword reach links

This way pages appear more natural to search engines, unlike those that place header after the content.

The most important places that define the theme of your site are header and footer.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old February 5th, 2008, 11:54 AM
DezineJunkie DezineJunkie is offline
Junior Member
 
Join Date: Feb 2008
Posts: 1
Default

Quote:
Originally Posted by ASFDesign.com View Post
I would suggest using the following chart to layout the data in your code:

1) Header with H1 keywords, some text with keywords in bold tags

2) Content (assuming it is unique to each page)

3) Footer, with keyword reach links

This way pages appear more natural to search engines, unlike those that place header after the content.

The most important places that define the theme of your site are header and footer.

I am an experienced designer and an unexp. web coder. i do understand tableless coding and the reason for it. Would you mind posting some code to show the abover Header H1 keywords adn footer- just an example for us newbies.
Also ive only found 1 template that was all CSS- do you know of any more?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old February 11th, 2008, 06:20 AM
ASFDesign.com ASFDesign.com is offline
Junior Member
 
Join Date: Jan 2008
Posts: 7
Default

Quote:
Originally Posted by DezineJunkie View Post
I am an experienced designer and an unexp. web coder. i do understand tableless coding and the reason for it. Would you mind posting some code to show the abover Header H1 keywords adn footer- just an example for us newbies.
Also ive only found 1 template that was all CSS- do you know of any more?
Here is nice CSS layout builder tool that allows you easily build CSS layout: http://developer.yahoo.com/yui/grids/builder/

For SEO emphasize on tags use tags without referencing to CSS code.
For example use
Code:
<h1>text text text</h1>
instead of
Code:
<h1 class="stylename">text text text</h1>
You should configure your tags via CSS:
Code:
h1 { display: inline; text-size:2.5em; color:black;}

or if you would like to have only certain h1 use one of the following constructions:
Code:
td h1 { ... }
for all h1 nested inside td tags
Code:
<td><h1>text text text</h1></td>
or for all h1 nested in
Code:
<div id="stylename"><h1>text text text</h1></div>
Code:
#stylename h1 {....}
Ofcourse all the style must be configured as per your sites styling. Here is some information on CSS specifications: http://www.w3.org/TR/CSS21/

Hope that helps
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

Site Map