Re: [css-d] display: none and Google

2007-07-25 Thread Hakan K
I can only see a positive outcome from this change.. As long as you do not
cheat, you should be ok ..






Thanks
Troy
http://7seo.com

On 7/23/07, Richard Grevers [EMAIL PROTECTED] wrote:

 On 7/24/07, H. Bartel [EMAIL PROTECTED] wrote:
  Hi,
 
  if I use a span inside a headline to substitute a .png image with text
 in IE5.5 which is set to display: none, does this effect Google or general
 search engine indexing in a negative way?
 
  It usually looks like:
  h2img src=images/img.png alt=one or two words width=170
 height=18 /spanone or two words/span/h2
 
 Googlebot (and bots in general) will ignore the stylesheet, so it will
 read and index the text which you hide.
 However, there was a passing fad for keyword spamming by stuffing lots
 of (usually off-topic) keywords into an element with inline styling to
 hide it - until search bots started detecting and punishing that. I
 believe the bots are clever enough to discriminate between keyword
 stuffing and normal Image replacement methods, however. Just stick to
 having the text match the alt attribute and you should be fine.

 --
 Richard Grevers, New Plymouth, New Zealand
 Dramatic Design www.dramatic.co.nz
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 IE7 information -- http://css-discuss.incutio.com/?page=IE7
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] display: none and Google

2007-07-25 Thread H. Bartel
On 24.07.2007 11:17 Uhr [EMAIL PROTECTED] wrote:

It usually looks like: h2img src=images/img.png alt=one or two
words width=170 height=18
/spanone or two words/span/h2

Googlebot (and bots in general) will ignore the stylesheet, so it will
read and index the text which you hide. However, there was a passing
fad for keyword spamming by stuffing lots of (usually off-topic)
keywords into an element with inline styling to hide it - until search
bots started detecting and punishing that. I believe the bots are
clever enough to discriminate between keyword stuffing and normal
Image replacement methods, however. Just stick to having the text
match the alt attribute and you should be fine.

Hi,

I have read about it some more and after evaluating the 
possibilities I have changed display: none to  absolutely 
positioning the elements far off the page, like left: -1px. 
This works the same and is the safer way.

For those of you who are interested:
http://www.456bereastreet.com/archive/200510/google_seo_and_using_css_to_hide_text/

Regards,
Holger

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] display: none and Google

2007-07-23 Thread H. Bartel
Hi, 

if I use a span inside a headline to substitute a .png image with text in 
IE5.5 which is set to display: none, does this effect Google or general search 
engine indexing in a negative way? 

It usually looks like: 
h2img src=images/img.png alt=one or two words width=170 height=18 
/spanone or two words/span/h2

Thanks,
Holger
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] display: none and Google

2007-07-23 Thread Richard Grevers
On 7/24/07, H. Bartel [EMAIL PROTECTED] wrote:
 Hi,

 if I use a span inside a headline to substitute a .png image with text in 
 IE5.5 which is set to display: none, does this effect Google or general 
 search engine indexing in a negative way?

 It usually looks like:
 h2img src=images/img.png alt=one or two words width=170 height=18 
 /spanone or two words/span/h2

Googlebot (and bots in general) will ignore the stylesheet, so it will
read and index the text which you hide.
However, there was a passing fad for keyword spamming by stuffing lots
of (usually off-topic) keywords into an element with inline styling to
hide it - until search bots started detecting and punishing that. I
believe the bots are clever enough to discriminate between keyword
stuffing and normal Image replacement methods, however. Just stick to
having the text match the alt attribute and you should be fine.

-- 
Richard Grevers, New Plymouth, New Zealand
Dramatic Design www.dramatic.co.nz
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/