WebSite X5Help Center

 
P. S
P. S
User

H1 hidden tag  en

Auteur : P. S
Visité 21, Followers 0, Partagé 0  
Mots-clés :: website x5 pro 2025.2

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.

Posté le
4 RéPONSES - 1 CORRECT
Daniel W.
Daniel W.
User
Meilleur utilisateur du mois DEMeilleur utilisateur du mois EN

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>

Lire plus
Posté le de Daniel W.
Daniel W.
Daniel W.
User
Meilleur utilisateur du mois DEMeilleur utilisateur du mois EN

----- Before -----

----- After -----

Lire plus
Posté le de Daniel W.
P. S
P. S
User
Auteur

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.

Lire plus
Posté le de P. S
Daniel W.
Daniel W.
User
Meilleur utilisateur du mois DEMeilleur utilisateur du mois EN

----- German version -----

----- Sitemap -----

-----

Lire plus
Posté le de Daniel W.