As I design a fixed navigation for my website, it will feature a logo with the company name and an icon. Since the company name is already included in the logo itself, I am debating whether to use a header tag in my HTML. However, I do want search engines to recognize my company name in the h1 tag for SEO benefits. Would setting the CSS property value display:none; on the h1 element be a viable solution?