Does anyone else agree that the h2 tag should be placed before the voting widget div for better Search Engine Optimization?

This could be accomplished with either absolute positioning, or wrapping all of the content (except the h2 tag) in its own div and apply a margin of 60px or so. Opinions?

Comments

chadchandler’s picture

I simply opened up the node-drigg.tpl file and moved the h2 out of and before the "offset" Div begins, actually before the voting call as well. I then put a padding of 60px on node-h2 via css. The last step I took was to position the voting widget relatively, with a negative top. Example: position: relative; top: -15px; Input welcomed.

mercmobily’s picture

Hi,

We are just about to release a new version of Drigg with a brand new theme.
When we do that, I will _really_ need pieces of advice like this.

I am closing this issue not out of disrespect, but because it's not relevant anymore to the new "official" default theme of Drigg -- which you will see in the next day or two.

Once that's out, please test it and send me any patches/pieces of advice!

Bye,

Merc.

mercmobily’s picture

Status: Active » Closed (fixed)