I have the following html and this is part of the html in the header section of the site.
<body>
<div id="headerMain" class="header flex-row start-xs">
<div class="flex-col-xs-nofill">
<div class="headerlogo>
<img src="image.svg" >
</div>
</div>
<h1></h1>
</div>
I am trying to give the header content as "MySite" as like below using css
#headerMain h1:before {
content: MySite
}
But this is not getting updated. I am trying to find the solution and learn in the process.
<h1>which isn't a problem inside application but if this is a marketing website, this can lead to a lower ranking on for example Google.