| View previous topic :: View next topic |
| Author |
Message |
YinYang
Joined: 11 Jun 2006 Posts: 15
|
Posted: Tue Oct 17, 2006 4:17 pm Post subject: CSS help or hurt? |
|
|
ok, I have not learned CSS yet, and my question is does it help or hurt PR?
also whast is everything I can do with CSS. Will it make my job as a webmaster easyer?
also tell me your favorite thing about CSS.
thank you in advanced. |
|
| Back to top |
|
 |
|
|
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3646 Location: Sweden
|
Posted: Tue Oct 17, 2006 4:37 pm Post subject: Re: CSS help or hurt? |
|
|
Hi and welcome to DEVPPL.
The only thing that affects the Google PageRank is in/out-links.
One thing that benefits your SEO using CSS is that your code get more relevant and you pages gets smaller = faster to load for the search engines.
The best thing about using CSS is that you can do more then with just HTML, and that you're code gets smaller. |
|
| Back to top |
|
 |
YinYang
Joined: 11 Jun 2006 Posts: 15
|
Posted: Tue Oct 17, 2006 11:39 pm Post subject: Re: CSS help or hurt? |
|
|
Thank you, so you do think it is worth the time to learn.
this has been a big help.
oh and by the way that is my second welcome >.>
I come here every now and again. |
|
| Back to top |
|
 |
Tim.L
Joined: 16 Jan 2007 Posts: 4 Location: Southampton, UK
|
Posted: Wed Jan 17, 2007 12:06 am Post subject: Re: CSS help or hurt? |
|
|
| If you are serious about website design then CSS is definately worth learning. Not only can you achieve better effects using it, but by linking all of your pages to a master CSS file you can also create a uniform style throughout your page which is easily editable. |
|
| Back to top |
|
 |
mrLenin
Joined: 30 Nov 2006 Posts: 9
|
Posted: Fri Feb 02, 2007 11:55 am Post subject: Re: CSS help or hurt? |
|
|
| Agree with you on 100% than CSS is very helpful for the work with pages. But I am a little bit confusion with problem what may be better CSS or table for html for getting better result with rating? |
|
| Back to top |
|
 |
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3646 Location: Sweden
|
Posted: Fri Feb 02, 2007 7:57 pm Post subject: Re: CSS help or hurt? |
|
|
| mrLenin wrote: |
| Agree with you on 100% than CSS is very helpful for the work with pages. But I am a little bit confusion with problem what may be better CSS or table for html for getting better result with rating? |
If you use a CSS/DIV layout, it will require much less code, which will result in more relevancy of your keywords in the text, which will help your seo. It will also help you when your pages are smaller in KB. |
|
| Back to top |
|
 |
jonespr
Joined: 26 Jan 2007 Posts: 9
|
Posted: Tue Feb 20, 2007 11:21 pm Post subject: Re: CSS help or hurt? |
|
|
| I'm not sure if google cares much about your css code, but other small search engine sites do still crawl web content in your code, and it would make it easier for the crawlers if you separate all the styles in a css file. |
|
| Back to top |
|
 |
Tomi 500+ Club

Joined: 26 Jun 2006 Posts: 818
|
Posted: Wed Feb 21, 2007 4:37 pm Post subject: Re: CSS help or hurt? |
|
|
as webmaster said to get a high page rank it is important you have alot of in and out links, to optimise even more, you need Meta tags... they go in the <Title> part of the html code, here are some examples...
* <META name="resource-type" content="document">
o The only resource type that is currently in use is "document" This is the only tag that you need to put in for indexing purposes, but use of the others is a good idea.
* <META name="description" content="a description of your page">
o Depending on the search engine, this will be displayed along with the title of your page in an index. "content" could be a word, sentence or even paragraph to describe your page. Keep this reasonably short, concise and to the point. However, don't be so mean with your description that its not an appropriate reflection of the contents!
* <META name="keywords" content="a, list, of, keywords">
o Choose whatever keywords you think are appropriate, seperated by commas. Remember to include synoyms, americanisms and so on. So, if you had a page on cars, you might want to include keywords such as car, cars, vehicles, automobiles and so on.
* <META name="distribution" content="one of several">
o Content should contain either global, local or iu (for Internal Use). To be perfectly honest, I can't quite get my head around this one; its supposed to list available resources designed to allow the use to find things easily, but I still don't quite get it. My advice is to stick to "global".
Taken from http://www.philb.com/metatag.htm |
|
| Back to top |
|
 |
|