Use of <div> affect SEO?

``Yousef

Power Member
Joined
Oct 16, 2009
Messages
534
Reaction score
291
I can't see why it would but I want to be sure, hence I'm asking. Does use of <div> tags have an affect on SEO. I threw up a site in Photoshop, exported to ImageReady, sliced then exported into Dreamweaver.

Of course all of the text has been changed from images to actual text in <p> and <h1/h2> tags in order to preserve their SEO relevance.

Any takers for the question or opinions :)?

Oh and before I forget, Happy New Year BHW! Have a prosperous year, let's get cracking making money.
 
nope.. divs are preferred to using tables. I found the serps seem to class to text higher on the page as more relevant and if you use tables you end up with tons of <td> and <tr> tags in the text behind the page. I found by changing my sites to use divs instead made them rank better :)
 
Hmm, it's just the majority of my <div> tags contain purely images as cut up from the original slice out of the template.
 
If you use photoshop to export web page, it's crappy, full of wasteful divs.
div itself won't affect. But too much blank divs matter, it will also slower your page loading speed.
Try not to slice heavy if you don't know how to code html by hand. Use big image and less blank div.
 
for images. make sure you use alt tab.

example:
<div><img src="{{image url='banner.gif'}}" style="margin-left:0px;" alt="Buy Pampers Online" />

:P
 
<div> tags makes css websites....

in other words they make the world go round
 
Yeah, I think I get what you're all saying. You mean slice up as big images so there's far less divs, as little blank div's as possible and use the ALT tags to bring relevance to my site :). Thanks all.
 
Back
Top