H1 hidden tag 
Autor: P. S
Visitado 364,
Seguidores 2,
Compartilhado 0
Hi,
How can i add a non-visible H1 tag to my page. I am using a slider, with no SEO options. I want the tag to be accessible to search crawls, just not to visitors?
Thanks.
Publicado em

In WebSiteX5 under "3 Sitemap" select the relevant page and click on "Properties" at the top.
Then click on the “Advanced” tab and under ...
Custom code:
Before the closing </HEAD> tag
...insert this CSS code:
<style>
.imHeading1 { display: none; }
</style>
----- Before -----
----- After -----
Autor
Hi Daniel W.
Thank you for your reply. But i am not sure i understand. I have expert in the properties, so assume this is the same.
If i add the CSS, how do i enter the H1 text, i am not sure what the above means ----Before---?
Am i missing something, i thought i needed to add the actual text i wanted the SEO to find.
Thanks.
----- German version -----
----- Sitemap -----
-----
Autor
I thought this worked (it does - just not how i thought).
I added the text object on the page, but when i check the H1 through a site checker, it says it is non-sequential, not in the right place.
How can i get this H1 tag to be in the first place on the page, when i have other objects (a slider) and don't use a title?
Thanks.
1) To set the standard H1 tag in WebSite X5, under "3 Sitemap", select the relevant page and click "Properties" at the top.
2) Then click the "Advanced" tab (it should be called "Expert" in the English version) and enter the page title under SEO. This will then be supplemented by the entry under "1 Settings > General Information" in the "Page Title of the Website" field.
3) This display can be hidden under "2 Template > Text Styles, Fields and Buttons" by removing the checkmark next to "[_] Show" for the page element "ABC Page Title".
4) With these settings, H1 is set to "Hidden" and is not visible to visitors.
Is this what you meant?
See Screenshots (German Version of WebSite X5) below.
----- (1) -----
----- (2) -----
----- (3) -----
----- (4) -----
HTML
CSS
-----
Autor
Hi Daniel W.
I am not sure - it's just that i have pages, each with a title, i have set these titles to H1.
But, for the home page i do not have a title, instead i have a slider with text. So i have nowhere to put the H1 tag. When i run the SEO checker, it says that H1 is not sequantial (I tried other checkers, they said it did not exist).
I thought by adding a text element on the page with the wording as H1, then making it hidden did the job, but it seems in the wrong place.
I have the page title, and tag title enabled. The wording in the tag title is what i would have used as H1.
Maybe i am nt understanding how to yuse these.
Thanks.
Try this:
1. Under "3 Sitemap", select the desired page and click "Properties" at the top.
2. Then click the "Advanced" tab (English version: "Expert").
3. Under…
Custom Code:
Before the closing </HEAD> tag:
... add the following CSS code:
<h1>Page Title ABC</h1>
<style> h1 { display: hidden; } </style>
Perhaps other users can also offer some tips.
Or try adding "!important" to the CSS code and inserting "After the <head> tag":
<h1>Page Title ABC</h1>
<style> h1 { display: hidden !important; } </style>
Autor
Hi Daniel W.
Your first suggestion worked perfect, i no longer have this issue.
Many thanls.
Autor
Sorry - i missed it again, it did not work, it just displays the H1 at the top of the page.
I am going to leave it. Perhaps you just can't do it in website x5.
Thanks anyway.
You can also make the WebSite X5 page title invisible in the WebSite X5 settings if you don't check the box, see my post above.
The H1 tag inserted under “Experts” can be hidden directly underneath using CSS code.
Maybe post some screenshots so that the helpers can better understand what it's about and then be able to help better.
... (IT > En) ...be careful, there should only be one H1 and one H2 on the page, so if you change the options provided, be careful what you do...
...for the H3, H4, H5, and H6 tags, there are no problems whatsoever...
.
ciao
.