Forum Moderators: open

Message Too Old, No Replies

CSS Trick for Bigger Text for Spiders

         

izahmad

8:40 pm on Jun 14, 2005 (gmt 0)

10+ Year Member



Can we define a class in CSS with the font size=30 and define some text in our <body> but actually we put the size=2 for that text using the class? Which size will be shown to spiders? And is it recommended to show importance to some text(keywords) but want to keep a attractive website to visitors.....
Thanks

Philosopher

9:03 pm on Jun 14, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The SE's generally don't read CSS. So your particular example is actually the reverse of what you would want to do (if I'm reading it correctly).

You would show the spider a large font size and use CSS to shrink it down to an acceptable level.

Quite common actually.

izahmad

9:09 pm on Jun 14, 2005 (gmt 0)

10+ Year Member



yes actually thats what should I do...use CSS to shrink and in <body> make it bigger.....yup I was thinking in a reverse way...thanks now its cleared up...