- This topic has 3 replies, 2 voices, and was last updated 3 years, 1 month ago by
Pratik.
-
AuthorPosts
-
October 25, 2020 at 8:42 pm #263729
peterularsson
ParticipantHi 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/October 25, 2020 at 9:03 pm #263756Pratik
KeymasterHi @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.
October 27, 2020 at 7:37 am #263905peterularsson
ParticipantHi 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 🙂October 27, 2020 at 9:41 pm #263999Pratik
KeymasterHi 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>
-
AuthorPosts
- The topic ‘H1 and H2 headlines – want to change’ is closed to new replies.