Anyone here a Drupal user? Everything was rolling along fine until we noticed page creation (using the panels module specifically) caused an exorbitant number of divs and nested div tags to populate the source code.
Basically anything simple content was <div>ed or nested in <div>s to the point that most of the code was, you guessed it, mostly some form of div tags.
I know divs and styles work well together, but this was over the top and makes me wonder if this is detrimental to crawling/indexing. I can't help feel that if I build the page using basic HTML I could reduce the size to almost a third of what its is now AND the content would be clean and less diluted.
Anyone have experience with Drupal or opinions about this?
<div style=1><div id="navContainer"><div id="someContainer"><div id="anotherContainer">
Thanks for any input anyone has!
</div></div></div></div>