By murph on
Currently the blix theme uses h1 tag for the site title and h2 tags for node titles. In an ideal world the node title should be h1 and the site title h2. Easily fixed, until you use the drupal for a blog and you get (eg) 5 teasers on the frontpage. This means you get 5 h1 tags, which is a big NO for seo and will incur a penalty!
Anyone come across this problem? Is there a way of changing the page title for teasers somehow so thye can use h2 tags unless viewing on their own page in which case they use h1 tag?
Comments
Ok
...lets put this another way...is there a way of coding "if we are on a node but not including blog categories or frontpage, then display a h1 tag...otherwise display a h2 tag"?
I did read there was a way of doing a check to see if on frontpage...
Anyone?