GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   What's better for search engines: xhtml/css or traditional html? (https://gfy.com/showthread.php?t=536499)

Libertine 11-04-2005 11:49 AM

What's better for search engines: xhtml/css or traditional html?
 
Opinions please.

jrap 11-04-2005 11:50 AM

xhtml/css of course. less html clutter, the spider can find the content easier.

Libertine 11-04-2005 11:55 AM

Good point.

fraggle 11-04-2005 12:01 PM

xhtml/css is way cleaner code so you get higher word to code density

Libertine 11-04-2005 12:04 PM

Quote:

Originally Posted by fraggle
xhtml/css is way cleaner code so you get higher word to code density

But do the SE's care about word/code density? It doesn't seem unlikely that they'd try and stop design style from having influence on rankings, because design doesn't necessarily say something about relevance of the content.

bdld 11-04-2005 01:02 PM

the xhtml/css route is better unless you can code real clean HTML.

Tom_PM 11-04-2005 01:06 PM

Yes I agree. Use css to style your pages instead of html. It's been the standard for quite some time, besides it's so much more capable once you learn a little.

Doctor Dre 11-04-2005 01:09 PM

CSS is industry standard. Porn sites are just retarded. This shouldn't even be a question.

Doctor Dre 11-04-2005 01:10 PM

P.S. I've read somewhere that the quality of the coding influence on the rankings ... not sure thought

Libertine 11-04-2005 01:11 PM

Huh. Farewell to tables then, from now on it's divs :(

DirtyRider 11-04-2005 01:13 PM

Css takes a bit to get used to, but its worth it. I've actually just converted from crazy html with lots of graphics to css. But i haven't really noticed any change to be honest. Anyone switch and notice a difference or does it take a while?

fraggle 11-04-2005 01:17 PM

tables/nested tables are crap for more reasons than seo

10 times smaller or more using x/css
Bots can get through it easier than going through a load of badly coded nested tables that are probably invalid
Text density (relevance isnt massive but still part of the principle)
Easier to hand code
Far far faster to update and update cross sites not by editing attributes

Tom_PM 11-04-2005 01:21 PM

Quote:

Originally Posted by Doctor Dre
P.S. I've read somewhere that the quality of the coding influence on the rankings ... not sure thought

That would make common sense, so I would tend to believe it with no further proof.
I think all thats needed to remember is that SE's want relevant results displayed for the search term entered. The more people who can reach your page (more widely portable/readable the page), the better the page by default.

So yeah, run your code through a validatormatrixolator.

bdld 11-04-2005 02:06 PM

and it's extremely quick + easy to give your site a "holiday" theme change with css.

dozey 11-04-2005 02:24 PM

Quote:

Originally Posted by fraggle
tables/nested tables are crap for more reasons than seo

10 times smaller or more using x/css
Bots can get through it easier than going through a load of badly coded nested tables that are probably invalid
Text density (relevance isnt massive but still part of the principle)
Easier to hand code
Far far faster to update and update cross sites not by editing attributes

What makes you think crawlers go looking for tables or any other code for that matter? if I were a crawler I would go looking for <div>contents</div> <p>contents</p> etc. I highly doubt they take into account whether you have nested nested nested tables or not.

A html document is going to look more like a big ascii soup to a crawler, tags don't mean anything code wise.. you could probably nest a <a href> in a heap of dody / unclosed tags and they would still pick it up. They just know particular (simple) tags may contain text.. and some may be more relevant than others.. <h1> <h2> etc

dozey 11-04-2005 02:28 PM

One thing that could possibly matter is whether your document is valid xhtml / html on the whole.. which applies to both anyway.. it is easy to put an invalid parameter / tag into either, so that isn't really relevant to this discussion.

Libertine 11-04-2005 02:49 PM

Quote:

Originally Posted by dozey
One thing that could possibly matter is whether your document is valid xhtml / html on the whole.. which applies to both anyway.. it is easy to put an invalid parameter / tag into either, so that isn't really relevant to this discussion.

I always validate my code, as well as check that it works on all platforms and in all (important) browsers, so that's not a problem. Everybody should do that, always.

Doctor Dre 11-04-2005 02:56 PM

Quote:

Originally Posted by punkworld
I always validate my code, as well as check that it works on all platforms and in all (important) browsers, so that's not a problem. Everybody should do that, always.

My personal standards are ... IE5 + and Firefox in 800*600.

fraggle 11-04-2005 03:41 PM

Quote:

Originally Posted by dozey
What makes you think crawlers go looking for tables or any other code for that matter? if I were a crawler I would go looking for <div>contents</div> <p>contents</p> etc. I highly doubt they take into account whether you have nested nested nested tables or not.

A html document is going to look more like a big ascii soup to a crawler, tags don't mean anything code wise.. you could probably nest a <a href> in a heap of dody / unclosed tags and they would still pick it up. They just know particular (simple) tags may contain text.. and some may be more relevant than others.. <h1> <h2> etc

I never said they look for code or tables, for that matter. On the contrary they dont want to see a load of shit. It is far more logical to parse nice light code and pick up the relevent text and possibly give extra consideration to tags that do make a bit of difference than. Nobody said any css/xhtml tags themselves bring benefits to your page they simply facilitate a superior style of coding.

Bird 11-04-2005 05:41 PM

I like the xhtml, more extensible


All times are GMT -7. The time now is 12:37 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123