954,168 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

CSS and SEO and other beginner questions

I have been teaching myself SEO lately and need a little guidance. I am learning CSS, but how does it effect the sites position on Google?
Also does someone have some tutorials for site construction that make it optimized for search engines, specifically Google?
What is the best size for a site to be to get the best search engine positions, I have heard under 15k and 50-60k but I wanted some other opinions. Thanks for the feedback!

cmills83
Posting Whiz in Training
249 posts since Jun 2004
Reputation Points: 37
Solved Threads: 1
 

google is different than any of the other search engine. It rankings mainly have to do with how many sites you are linked too. Not much else.


newsman007

newsman007
Newbie Poster
14 posts since Apr 2005
Reputation Points: 10
Solved Threads: 0
 

Personally I believe that CSS can only help your SE rankings, but I wouldnt expect too much (or anything actually) :mrgreen: . Why? It makes your html cleaner, easier to index, smaller, and faster to load.

mnemtsas
Posting Whiz in Training
200 posts since Jul 2004
Reputation Points: 16
Solved Threads: 1
 

yes, it will will help in all of the search engines,except google which it won't hurt , but will not give him a better ranking.


newsman

newsman007
Newbie Poster
14 posts since Apr 2005
Reputation Points: 10
Solved Threads: 0
 

Alright thanks! If anyone has tutorials for more advanced CSS please let me know. What exactly is the or function? does that just assign a class to a group (of links, etc.)? Also if someone has a tutorial using CSS with HTML tables or the tag please let me know. Thanks again!

cmills83
Posting Whiz in Training
249 posts since Jun 2004
Reputation Points: 37
Solved Threads: 1
 

N/m I figured it out, except the tag but that is next on my list. :) Thanks for the feedback though!

cmills83
Posting Whiz in Training
249 posts since Jun 2004
Reputation Points: 37
Solved Threads: 1
 

CSS is very useful for SEO. The engines place high priority on H1 and H2 text/keywords. Without using CSS, the tags most likely will not fit the look and scheme of your pages. Use CSS to alter the look of the tags to your liking.

jewboy
Posting Whiz in Training
269 posts since Feb 2005
Reputation Points: 11
Solved Threads: 1
 

The tag is used as a wrapper around paragraphs. For example,
[html]
This is paragraph one
This is paragraph two
[/html]
Then, you can customize each paragraph / text box to place it somewhere on the page, add a border, etc. Span tags work similar to div tags only they are meant to just highlight a particular word or phrase within a paragraph of text. For example

[html]This textbox is a good demonstration.[/html]

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You