H1 Tags
First, you ask what is an h1 tag, well its a way of telling google and your readers what the title of your page is. It is a Header Tag used in the body of the code. for instance the code may look like this:
<h1>Title of my website page</h1>
Although some state this is no longer a requirement of google, it is still in debate. We use H1 tags.
- h1 tag identifies what the site, or blog is.
- h1 tag stand out for viewers.
- google is not the only bot.
To find out if your site is using h1 tag, visit the site.
when at the site, hit ctrl +u to view the source code.
then click ctrl +f for the find feature. and search for the phrase <h1
If its found you are good to go, if not then you should consider adding it.