Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #263729
    peterularsson
    Participant

    Hi support! 🙂

    Your theme is perfect but from a SEO viewpoint one change might improve it.

    Now the main header of the page is:
    <h1 class=”site-title”>

    And the header for page och post:
    <h2 class=”entry-title”>

    It would be better to instead have it:

    The main header of the page:
    <class=”site-title”>

    And the header for page och post:
    <h1 class=”entry-title”>

    1. Is it possible for you to update the theme in the future to this?

    2. Can you please provide me a code for the CSS or a childtheme to change this on my site?

    Thanks a lot in advance!
    Peter 🙂

    https://www.elchocker.se/
    https://www.forbjudelchockertillbarn.se/

    #263756
    Pratik
    Keymaster

    Hi @peterularsson,

    You are correct. We will fix this is our update in theme. This was norm in the past but not anymore.

    If you want quick solution, you will need to male a lot of changes via child theme. So, I would recommend to wait for update. We will fix it by the end of this week or next week at max depending on the work load.

    #263905
    peterularsson
    Participant

    Hi Pratik! 🙂

    This is really great! 🙂

    Thanks a lot! 🙂

    Please just make sure that this is the result:

    The main header of the page:
    <class=”site-title”>

    And the header for page och post:
    <h1 class=”entry-title”>

    I do recommend your theme to others.

    Best,
    Peter 🙂

    #263999
    Pratik
    Keymaster

    Hi Peter,

    It will be something like in _s theme:

    1. In main page(front and blog page if not static home page), it will have:
    <h1 class="site-title"><a href="site-link" rel="home">Site Name</a></h1>
    2. In single page/post that header will become:
    <p class="site-title"><a href="site-link" rel="home">Site Name</a></p>

    And the page’s title will become:
    <h1 class="entry-title">Page Title</h1>

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘H1 and H2 headlines – want to change’ is closed to new replies.