Craven de Kere wrote:You should just remove the CSS from the page and put it an external file. That's important not just for search engines but to save on bandwidth and to harness the power of CSS.
Technically speaking, I understand putting the CSS in an external file, although on the other hand, I'm not too keen on veering away from the phpBB design for maintainability's sake. At any rate, the overall_header.tpl is pulled into every page that's generated, so it already has the "power" of being external, given that power means it's reused across all board pages.
I believe you're right on the bandwidth question though, since the CSS file is in most cases cached by the client browser, and thus the extra CSS text wouldn't be repeated in each page returned via http.
I guess the bottom line for search engine spiders (and this was my point), is that they don't need to see the CSS no matter what. So, I could either move it to an external file, or just have it not generated if a spider is visiting.
Craven de Kere wrote:Welcome to A2K.
Happy to be here. Thanks!