WebSite X5Help Center

 
R Karl A.
R Karl A.
User

Creating H1 text  en

Autor: R Karl A.
Besucht 2117, Followers 2, Geteilt 0  
Tags:: creating,h1,text

When using the text module, how do I mark text as H1?

Gepostet am
7 ANTWORTEN - 1 NüTZLICH
Anthony A.
Anthony A.
User

I am looking for the solution to, sadly it feels like they been reserved in codes, program automaticlly creates a hidden h1 and then your page title become h2, which is wrong, page title should not be in H tag, page title has its own name "page title", and H1 is the most important code for seo (specialy with google) that should tell what is your page about see the example:

this is the title of the page

<title>H1 Tags and Headings Improve Search Engine Ranking by Vertical Measures</title>

and after all the code for head section and links(for tabs) in body section;

<h1>SEO Tutorial Video: Using H1 Tag Improves Search Engine Ranking</h1>

and then your paragraph;

<p><strong>H1 tags</strong> can improve your search engine ranking. But maybe you don't know what that means, or even how to tell if your website is using the <strong>H1 tag </strong>properly to maximize your search engine placement.</p>

hopefully will be fixed in next update, I would be happy to put them manualy in my text.

I tried and it will not show in source code!

Mehr lesen
Gepostet am von Anthony A.
Incomedia
Claudio D.
Incomedia

Hello R Karl and Anthony,

To add the Heading Tags in the pages like H1 H2 you need to use the HTML&Widget Object so the code will be added in the source code.

Many thanks!

Mehr lesen
Gepostet am von Claudio D.
Anthony A.
Anthony A.
User

Hi claudio, I did, it is not working, I started with simple <h1>text</h1> to using it with div, style, etc  it is not working, also program markes your page title as h2 (automaticlly) and thats not good!

I check that test page (with manually place h1, h2 tags) with FF,IE, and chrome. does not showing the h1, h2 tag!

any updates for this issue?

Mehr lesen
Gepostet am von Anthony A.
Incomedia
Claudio D.
Incomedia

Hello Anthony,

As you can see from the image in attachment by adding the h1 tag it is displayed in the source code as <h1>...</h1>

Can you please upload the test page so I can check why it is not visible as h1 tag?

Many thanks!

Mehr lesen
Gepostet am von Claudio D.
Anthony A.
Anthony A.
User

Hi Claudio

Sorry if I didn't explain the issue currectly. Yes, it will show in html object but not in text object, even with activating </> inside text object. since normaly we place the text inside our webpages with text object. That would be much easier if h1 would work over there as well.

any Idea why is not working in text object?

Thank you

Mehr lesen
Gepostet am von Anthony A.
Incomedia
Claudio D.
Incomedia

Hello Anthony,

In the text object the headng tags do not work and these are converted in span tags. It is necessary to use the HTML&Widget object to add these in the project.

We will take it in consideration to extend the option to add the heading tags also to the text object.

Many thanks!

Mehr lesen
Gepostet am von Claudio D.
Anthony A.
Anthony A.
User

Thank you Claudio.

Mehr lesen
Gepostet am von Anthony A.