Re: [WSG] SEO and headers order

2009-04-15 Thread j...@plaveb.com
Hello,
Search engine will crawl column right first than column left and than column 
middle.

still you can use lynx browser to check how search engine will crawl your 
website. You can get that browser from Google webmaster guideline.

all the best

let me know if you need any help related to SEO


  - Original Message - 
  From: Caleb Wong 
  To: wsg@webstandardsgroup.org 
  Sent: Wednesday, April 15, 2009 10:51 AM
  Subject: [WSG] SEO and headers order


  Hi,

  I have a SEO question regarding how search engines scans a website. Say for 
example if I have a site where it has a 3 column layout.
  Column left and column right appears before the middle column area, and 
within column left, right there are h2, h3 tags; within the middle column there 
is a h1 tag.

  The source code goes something like this...
  column_right
 h2
  /column_right
  column_left
 h2
  /column_left
  column_middle
 h1
  /column_middle

  So would search engines pick up on the h1 header that appears at the bottom 
of the page, or picks up on the first header (regardless its weight) it sees.

  Cheers
  Caleb

  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: memberh...@webstandardsgroup.org
  *** 

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] SEO and headers order

2009-04-15 Thread Rob Enslin

Hi Caleb,

I might be wrong but anecdotal evidence suggests order is not an  
'issue' for bots scanning your site. I'm other words by in large so  
long as your code is structured correctly your h1, h2 etc will be  
indexed appropriately.


The only caveat/exception is non-valid code. Also, long, heavy and  
bloated code where important tag info is burried way down the page,  
can impact on indexability - stuff that's simply not best practice.


-- rob 


// Rob Enslin
// twitter.com/robenslin

On 15 Apr 2009, at 06:21, Caleb Wong carbon.ca...@gmail.com wrote:


Hi,

I have a SEO question regarding how search engines scans a website.  
Say for example if I have a site where it has a 3 column layout.
Column left and column right appears before the middle column area,  
and within column left, right there are h2, h3 tags; within the  
middle column there is a h1 tag.


The source code goes something like this...
column_right
   h2
/column_right
column_left
   h2
/column_left
column_middle
   h1
/column_middle

So would search engines pick up on the h1 header that appears at the  
bottom of the page, or picks up on the first header (regardless its  
weight) it sees.


Cheers
Caleb

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



RE: [WSG] SEO and headers order

2009-04-15 Thread Levell Rampono
Whilst on the subject - is there any SEO guys out there looking for perm or
contract work?? I have 3 open positions. 

Cheers, 

-Original Message-
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
Behalf Of Rob Enslin
Sent: Wednesday, April 15, 2009 4:23 PM
To: carbon.ca...@gmail.com
Cc: wsg@webstandardsgroup.org
Subject: Re: [WSG] SEO and headers order

Hi Caleb,

I might be wrong but anecdotal evidence suggests order is not an  
'issue' for bots scanning your site. I'm other words by in large so  
long as your code is structured correctly your h1, h2 etc will be  
indexed appropriately.

The only caveat/exception is non-valid code. Also, long, heavy and  
bloated code where important tag info is burried way down the page,  
can impact on indexability - stuff that's simply not best practice.

-- rob 

// Rob Enslin
// twitter.com/robenslin

On 15 Apr 2009, at 06:21, Caleb Wong carbon.ca...@gmail.com wrote:

 Hi,

 I have a SEO question regarding how search engines scans a website.  
 Say for example if I have a site where it has a 3 column layout.
 Column left and column right appears before the middle column area,  
 and within column left, right there are h2, h3 tags; within the  
 middle column there is a h1 tag.

 The source code goes something like this...
 column_right
h2
 /column_right
 column_left
h2
 /column_left
 column_middle
h1
 /column_middle

 So would search engines pick up on the h1 header that appears at the  
 bottom of the page, or picks up on the first header (regardless its  
 weight) it sees.

 Cheers
 Caleb

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] SEO and headers order

2009-04-15 Thread Jason Grant
All these things are 'within reason'.
I have seen SEO agencies advise putting the main content immediately after
body and then repositioning everything else with CSS into right places.
This is likely not to be possible on some designs and Google is smart enough
to sift through the initial junk on the page to get through to the main
content also.
There's another argument that says that your main navigation help Google
index other pages on the site, so if you are putting that after the main
content you are making deeper indexing of your site a little harder for
Google, as it has to do more work to follow the links.
Hence nothing is black and white here.
Perhaps you should try both solutions for a while and see if it makes a
difference.
If you can't be bothered, I would go with 'regular source order', whatever
that is for your site.
Thanks,
Jason
PS: Also, if you need more SEO advice let me know.

On Wed, Apr 15, 2009 at 7:22 AM, Rob Enslin robens...@gmail.com wrote:

 Hi Caleb,

 I might be wrong but anecdotal evidence suggests order is not an 'issue'
 for bots scanning your site. I'm other words by in large so long as your
 code is structured correctly your h1, h2 etc will be indexed
 appropriately.

 The only caveat/exception is non-valid code. Also, long, heavy and bloated
 code where important tag info is burried way down the page, can impact on
 indexability - stuff that's simply not best practice.

 -- rob
 // Rob Enslin
 // twitter.com/robenslin


 On 15 Apr 2009, at 06:21, Caleb Wong carbon.ca...@gmail.com wrote:

  Hi,

 I have a SEO question regarding how search engines scans a website. Say
 for example if I have a site where it has a 3 column layout.
 Column left and column right appears before the middle column area, and
 within column left, right there are h2, h3 tags; within the middle column
 there is a h1 tag.

 The source code goes something like this...
 column_right
   h2
 /column_right
 column_left
   h2
 /column_left
 column_middle
   h1
 /column_middle

 So would search engines pick up on the h1 header that appears at the
 bottom of the page, or picks up on the first header (regardless its weight)
 it sees.

 Cheers
 Caleb

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***




-- 
Jason Grant BSc, MSc
CEO, Flexewebs Ltd.
www.flexewebs.com
ja...@flexewebs.com
+44 (0)7748 591 770
Company no.: 5587469

www.twitter.com/flexewebs
www.linkedin.com/in/flexewebs


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] SEO and headers order

2009-04-15 Thread Elias Abunassar

Hi,

I have a SEO question regarding how search engines scans a website.  
Say for example if I have a site where it has a 3 column layout.
Column left and column right appears before the middle column area,  
and within column left, right there are h2, h3 tags; within the  
middle column there is a h1 tag.


The source code goes something like this...
column_right
   h2
/column_right
column_left
   h2
/column_left
column_middle
   h1
/column_middle



Caleb,

Try this and give it a go: 
http://css-tricks.com/navigation-markup-after-content/

Hope this helps.


Elias Abunassar
eliasabunas...@gmail.com
http://eliasabunassar.com

+--+
 more info about webdesign-l: http://webdesign-L.com/
  to unsubscribe: http://webdesign-L.com/mailman/listinfo/list
 If you had read the list policies: http://webdesign-L.com/policies/
you'd know not to top post: http://en.wikipedia.org/wiki/Top-posting
That means that if this line here is in your reply, you lose.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] SEO and headers order

2009-04-15 Thread Jason Grant
I will have to chip in again:

   - I would stay away from the 'repositioning' approach because of template
   flexibility issues
   - Depending on what type of a site you are working on this may or may not
   be relevant or work at all (see this topic for how to think in terms of
   types of web sites, rather than web as one generic thing
   http://www.flexewebs.com/semantix/general/web-site-types/ )
   - I have seen this approach deployed on smallish tourism / holiday sites,
   but never on mega commercial sites which earn £10M+ per week, so it's not a
   black and white matter
   - It's really down to you to decide what you want to do with regards to
   this aspect as this is not a make or break matter for your SEO efforts.

Thanks,

Jason
http://flexewebs.com/semantix

On Thu, Apr 16, 2009 at 12:44 AM, ewen.h...@dhs.vic.gov.au wrote:


 Caleb,
 You should be careful to present the information so that people who do
 not use CSS can understand the flow of the document as well (screen readers
 etc). I am assuming that this is a standard right and left nav with content
 in the middle so it would be less of an issue in this instance but it is
 something that can disenfranchise.



 Regards,

 *Ewen Hill *, Project Manager, Web Communications Unit
 Department of Human Services, Level 16, 50 Lonsdale Street Melbourne
 Victoria 3000 *
 9096 0440*


 _



 This email contains confidential information intended only for the person
 named above and may be subject to legal privilege. If you are not the
 intended recipient, any disclosure, copying or use of this information is
 prohibited. The Department provides no guarantee that this communication is
 free of virus or that it has not been intercepted or interfered with. If you
 have received this email in error or have any other concerns regarding its
 transmission, please notify postmas...@dhs.vic.gov.au


 _



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***




-- 
Jason Grant BSc, MSc
CEO, Flexewebs Ltd.
www.flexewebs.com
ja...@flexewebs.com
+44 (0)7748 591 770
Company no.: 5587469

www.flexewebs.com/semantix
www.twitter.com/flexewebs
www.linkedin.com/in/flexewebs


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] SEO and headers order

2009-04-15 Thread Ewen . Hill
Caleb,
You should be careful to present the information so that people who do 
not use CSS can understand the flow of the document as well (screen 
readers etc). I am assuming that this is a standard right and left nav 
with content in the middle so it would be less of an issue in this 
instance but it is something that can disenfranchise.

   
Regards,
Ewen Hill , Project Manager, Web Communications Unit
Department of Human Services, Level 16, 50 Lonsdale Street Melbourne 
Victoria 3000 
9096 0440

_

This email contains confidential information intended only for the person named 
above and may be subject to legal privilege. If you are not the intended 
recipient, any disclosure, copying or use of this information is prohibited. 
The Department provides no guarantee that this communication is free of virus 
or that it has not been intercepted or interfered with. If you have received 
this email in error or have any other concerns regarding its transmission, 
please notify postmas...@dhs.vic.gov.au
_



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Image Replacement and Accessabilty

2009-04-15 Thread Gary Barber

I will point out that

h#{

text-indent: -px;

}



Is accessible by screen readers.  Go test it yourself,  but the text is 
not visible if images are turned off for normal viewing, which is a main 
reason not to use it.


Now it is

h#{

left: -px;

}

that had issues with screen readers.

--
Gary Barber
User Experience Designer/ Web Architect

Web: radharc.com.au
blog: manwithnoblog.com



Steve Green wrote:

-Original Message-
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org]on
Behalf Of Christopher Kennon
Sent: 15 April 2009 01:40
To: wsg@webstandardsgroup.org
Subject: [WSG] Image Replacement and Accessabilty


Hi All,

The text indent CSS property can render an h# element inaccessible to
screen readers. Other than using an img element and alt attribute,
what image replacement techniques are also accessible?


h#{

text-indent: -px;

}

Chris


--

There are lots of image replacement techniques but none of them is
accessible to all user groups. It's a case of selecting the least worst, or
preferably not using image replacement at all.

Typical problems are that the images do not scale if the text size is
changed, you cannot change the colour of the text or background, nothing is
displayed if images are turned off but styles are enabled etc etc.

Techniques such as sIFR or FLIR address some of these issues but none of
them address all the issues, so every technique will be inaccessible to some
people.

Steve



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


  





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***