Question:

Where/how should I add H1 tags in Dreamweaver?

by  |  earlier

0 LIKES UnLike

First of all, I didn't do any coding/programming for my website (I got the template from the web).

I know that <h1> tags are important for SEO purposes, but I don't have one in the code of my website.

Where should I add this <h1> tag and can you tell me exactly how the line should look like?

Thanks a lot!

 Tags:

   Report

2 ANSWERS


  1. An H1 header tag goes within the body section of the site. This is the basic structure of a site.

    &lt;html&gt;

    &lt;header&gt;&lt;/header&gt;

    &lt;body&gt;

    &lt;h1&gt;Title Goes Here&lt;/h1&gt;

    &lt;/body&gt;

    &lt;/html&gt;

    But, it sounds like you are going to have a lot of challenges ahead of you if you&#039;re using Dreamweaver and don&#039;t have any HTML skills. There are definitely some good books out there, but I&#039;d suggest getting a Content Management System (CMS). Take a look at HubSpot - they have a very easy to use CMS (basically, if you can update MS Word you can use it) and in addition, will help you understand inbound marketing to drive traffic to your site and convert more leads.

    Good luck!


  2. It is the main header text of the page. So you would probably put the page title&#039;s text in there.It would be around the top near the &lt;body&gt; tag, but after it.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.