Keyword Missing in Header Text - Page...

User 187934 Photo


Senior Advisor
20,190 posts

Delete it.
You also have some stray code in with that flash object on your page that you should remove.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 373435 Photo


Registered User
114 posts

But if I delete it, I loose my H1 tag?

Eric Rohloff wrote:
Delete it.
You also have some stray code in with that flash object on your page that you should remove.
User 373435 Photo


Registered User
114 posts

I just want it to be transparent

Robin Lemmon wrote:
But if I delete it, I loose my H1 tag?

Eric Rohloff wrote:
Delete it.
You also have some stray code in with that flash object on your page that you should remove.
User 187934 Photo


Senior Advisor
20,190 posts

h1{display:none;}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 373435 Photo


Registered User
114 posts

It shows both things now.

Eric Rohloff wrote:
h1{display:none;}
User 373435 Photo


Registered User
114 posts

All I want to do is put H1 tags on my page to get rid of the error website insight is telling me. I'm a little confused by the "edit header" & adding a html box. If I want to add a H1 tag to the "header" then why wouldn't I put it in the "edit header". Sorry for being a PIA.

Robin Lemmon wrote:
It shows both things now.

Eric Rohloff wrote:
h1{display:none;}
User 187934 Photo


Senior Advisor
20,190 posts

Eric Rohloff wrote:
h1{display:none;}

I don't see this on the page.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 122279 Photo


Senior Advisor
14,455 posts
Online Now

There is some confusion about the word 'header'. A html page has a part called 'head' or 'document head' where instructions for the browsers are tucked away, things that are not supposed to be seen on the actual page.

Then there is the page 'headline', the text that is indeed to be visible on the page. That is the one that needs to be styled as h1. The visible headline is NOT a part of the 'document head', but of the 'document body', or just 'body'. And to make it even more quirky, in html the part of the 'body' where the 'headline' is supposed to be, is defined as 'header'.

I have noticed many times here and in other connections where website building is concerned, that people use 'head', 'header' or 'heading' inaccurately. Maybe we ought to get our acts together and use the words correctly. I would sum it up like this:
head - invisible part of a html document with browser and search engine instructions
header - a location in the 'body' of the document where the 'headline', and maybe a banner or some graphics are supposed to display, at the top of a web page.
heading - the actual visible headline.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 373435 Photo


Registered User
114 posts

I tested it on my computer; didn't upload the page to the server.

Eric Rohloff wrote:
Eric Rohloff wrote:
h1{display:none;}

I don't see this on the page.
User 373435 Photo


Registered User
114 posts

Ok Inger, Thanks for confusing me even more. :) Plain and simple if I want to include H1, H2, etc tags but don't want the text to show where do I put them (in a html box or the edit header) & what do I put so the text doesn't show up on the web site?

Inger wrote:
There is some confusion about the word 'header'. A html page has a part called 'head' or 'document head' where instructions for the browsers are tucked away, things that are not supposed to be seen on the actual page.

Then there is the page 'headline', the text that is indeed to be visible on the page. That is the one that needs to be styled as h1. The visible headline is NOT a part of the 'document head', but of the 'document body', or just 'body'. And to make it even more quirky, in html the part of the 'body' where the 'headline' is supposed to be, is defined as 'header'.

I have noticed many times here and in other connections where website building is concerned, that people use 'head', 'header' or 'heading' inaccurately. Maybe we ought to get our acts together and use the words correctly. I would sum it up like this:
head - invisible part of a html document with browser and search engine instructions
header - a location in the 'body' of the document where the 'headline', and maybe a banner or some graphics are supposed to display, at the top of a web page.
heading - the actual visible headline.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.