• Resolved gin

    (@clarvaza)


    Hello there.
    I’m pretty new to wordpress.
    When I’m typing a new page/post,which order should I use?
    I’m using H1 then a text,this text before the H1 shoul be embedded in some code like: <p>here is some text</p>,or shoul I let it as is.Which is better for SEO.
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You should use what ever makes sense in your theme. Heading levels should increment sequentially (not jump from level 1 to 3 for example). The previous heading level should relate to the next heading level.

    Thread Starter gin

    (@clarvaza)

    I understand the headings part.
    But I don’t know about the paragraphs…wich options are there?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The paragraphs should be after the heading that they relate to, e.g.:

    <h1> Fish </h1>
    <p> The fish ... </p>

    Thread Starter gin

    (@clarvaza)

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress text’ is closed to new replies.