![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, (I originally posted this to the google general support forum, but had no replies, maybe this forum is more appropriate.) Does the Google PageRank system take information found in an external css file into consideration when ranking? (for example, a style within the external css makes text on the page very big and bold, and therefore google sees it as more important.) I'm asking because the new css dropdown menu code I'm using "hides" a dropdown menu from view until the proper rollover action occurs. I basically simulated the "Son of Suckefish" dropdown menu tutorial I found. In this method the dropdown menus are hidden by assigning a value of -999px when placing the text on the screen. So in effect it is placed way out of view on the left side of the screen -- no one sees it. My question: wouldn't Google consider this spam because it is hiding text outside the viewable area -- I could see this technique easily being abused by people wanting to rank well in the search engines and hiding inappropraite keyword text outside of view which a spider will pick up but no human can see. I of course would like to rank well too, but the way I am using it is not spammy -- but I'm worried that my site may appear spammy if others abuse this method. |
|
If Google does consider this spam, i need to re-think how I implement my dropdown menus. any thoughts appreciated. -Joe |
#3
| |||
| |||
|
|
On 14 Jul 2004 12:02:42 -0700, Joe <josulliv101 (AT) hotmail (DOT) com> wrote: Hi, (I originally posted this to the google general support forum, but had no replies, maybe this forum is more appropriate.) Does the Google PageRank system take information found in an external css file into consideration when ranking? (for example, a style within the external css makes text on the page very big and bold, and therefore google sees it as more important.) snip AFAIK Google behaves much like Lynx - no CSS considered. Therefore, CSS hiding is not going to make a difference. If Google does consider this spam, i need to re-think how I implement my dropdown menus. |
#4
| |||
| |||
|
|
Hi, (I originally posted this to the google general support forum, but had no replies, maybe this forum is more appropriate.) Does the Google PageRank system take information found in an external css file into consideration when ranking? (for example, a style within the external css makes text on the page very big and bold, and therefore google sees it as more important.) I'm asking because the new css dropdown menu code I'm using "hides" a dropdown menu from view until the proper rollover action occurs. I basically simulated the "Son of Suckefish" dropdown menu tutorial I found. |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
I thought g only liked the bold <B> code as opposed to strong> or <emb>. Run some <strong> code through a spider viewer it doesn't pick it up as bold text. Run <B> and it is recognised as bold text. |
#7
| |||
| |||
|
|
I'm asking because the new css dropdown menu code I'm using "hides" a dropdown menu from view until the proper rollover action occurs. I basically simulated the "Son of Suckefish" dropdown menu tutorial I found. In this method the dropdown menus are hidden by assigning a value of -999px when placing the text on the screen. So in effect it is placed way out of view on the left side of the screen -- no one sees it. My question: wouldn't Google consider this spam because it is hiding text outside the viewable area -- I could see this technique easily being abused by people wanting to rank well in the search engines and hiding inappropraite keyword text outside of view which a spider will pick up but no human can see. I of course would like to rank well too, but the way I am using it is not spammy -- but I'm worried that my site may appear spammy if others abuse this method. If Google does consider this spam, i need to re-think how I implement my dropdown menus. |
#8
| |||
| |||
|
|
I am wondering why you are using CSS to make it display off-screen instead of using CSS to make it not display at all. |
#9
| |||
| |||
|
|
On Wed, 14 Jul 2004 21:23:18 GMT, jo (AT) moonlightbusinessgifts (DOT)...k.no-spam.invalid (JoJo) wrote: I thought g only liked the bold <B> code as opposed to strong> or <emb>. Run some <strong> code through a spider viewer it doesn't pick it up as bold text. Run <B> and it is recognised as bold text. No one knows for sure. If it's considered correct markup then Google should treat it as such. So in theory at least strong and bold should be equal. Not come across <emb> before, did you mean <em>? BTW spider viewers are a guess at what Google might see, since no one knows for sure about strong and bold they must of guessed (or forgot strong :-)). I tend to use strong over bold. |
#10
| |||
| |||
|
|
SEO Dave wrote jo (AT) moonlightbusinessgifts (DOT)...k.no-spam.invalid (JoJo) wrote: I thought g only liked the bold <B> code as opposed to strong> or <emb>. Run some <strong> code through a spider viewer it doesn't pick it up as bold text. Run <B> and it is recognised as bold text. No one knows for sure. If it's considered correct markup then Google should treat it as such. So in theory at least strong and bold should be equal. Not come across <emb> before, did you mean <em>? BTW spider viewers are a guess at what Google might see, since no one knows for sure about strong and bold they must of guessed (or forgot strong :-)). I tend to use strong over bold. I'd agree. Since <strong> is semantic whilst <bold> is presentational, Google should, in theory at least, be taking note of the <strong> tag over that of the <bold>. |
![]() |
| Thread Tools | |
| Display Modes | |
| |