Can I change product title from H1 tag to improve SEO?

Hi, first of all: Sorry for my bad English :slightly_smiling_face:

I am working on my SEO strategy for a new online shop. With the help of my external SEO analytics tool I noticed, that the title of a product on a products page will be crawled as a H1 tag. As my keyword is different from my product title, I want to avoid the product title being a H1 tag.

By removing the H1 tag from the product title I can just format my keyword in the product description to a H1. Do I have to edit the themes code for it to work? I am using Dawn.

Here you can better see my problem:

You can find the product template liquid file in your theme codes, after duplicating the theme (just for safety) you have to find where your product title comes and change the tags to anything other than h1, after that you can format any part of your product description of each product and style by giving it inline styles or a class name and css style (which is a bit more work) so the h1 part of your product description looks the same as other parts.

Please let me know if any part of my explanation is vague or if you need assistance, Im happy to help.