Forum Moderators: not2easy
Does anyone have any links or experts on the web I can visit so I can start compiling a compelling argument? Or is my webmaster right and do the search engines "skip over style code" and will moving that 800 lines of heavy code to a style.css file not make a difference?
We get almost no organic traffic and I'm getting very worried.
Thanks,
Mary
I couldn't tell you if this affects SEO in any way --- that's not my forte --- but here's my take on this:
First I question the need for 800 lines of CSS. Second, even if every line is necessary, having them on every page is insanity beyond logic. This guy needs to cut those lines, paste them in a separate stylesheet and link to it from all the other pages.
Guki, I like that analogy, but that only works if we assume that both girls are attractive :D
Next take a serious look at those 800 lines, that's a lot, question why it needs to be that long.
For SEO in itself might not make much difference, a lot depends on which search engine and what version of it. SEO is shootign for a moving target as the search engines adapt. So it's best to focus on where it counts: your visitors. The search engines will follow (eventually) if you care about the visitors first.
Finally, if you want a webmaster, get one that helps you, and not fights you.
Do you actually have to edit every page of the site and then upload every page again? If you do, then that is crazy stuff.
Or, is the CSS in a single "include file" that gets included into every page of the site. if it is, then that is much better, but can still be improved by having the CSS totally external.