codingdavinci / relaunch2018

This is the new Coding da Vinci website (online since September 2020).
https://codingdavinci.de
GNU General Public License v2.0
1 stars 1 forks source link

news filter weirdness #193

Closed lucyWMDE closed 4 years ago

lucyWMDE commented 4 years ago

Applying a tag filter in the news overview page does something weird to the header

Snater commented 4 years ago

I can remove the chosen tag name, but that might have a negative SEO impact. In regards to SEO, the <h1> should be the chosen tag name.

lucyWMDE commented 4 years ago

hmm. I think the weirdest part of the weirdness is that the "News" page title shrinks and seems to get demoted - I assume it starts out as <h1>. Is there another way to deal with this? Like, can we change the page title to "News: tag" and make it all <h1>? If this is a generic problem, how do other sites deal with it?

Snater commented 4 years ago

There's just a style difference. The concept of the header was not optimal. Yes, I could just leave out the separate "News" header and put it as a prefix in front of the tag name, so both would be in the h1 tag.

lucyWMDE commented 4 years ago

this looks ok now that the header styles have been improved. Closing.