How to specify importance of html elements?
- by Julien Fouilhé
Is it possible to specify what elements of the page are important, or, more specifically, what elements of the page are not important?
I'm using HTML5 new elements (nav, header, footer, section, article, aside...), but in the description of the website, there's sometimes my login form (in the header of my page though) in the Google description of my website pages...
Is there a solution to resolve this problem?
Thank you.