What is an H1 Tag?

by 17 replies
19
I've seen the term but not sure how to get h1 tag for my keyphrase?

Any insight is appreciated.
#search engine optimization #tag
  • Banned
    [DELETED]
    • [1] reply
    • H tag is site structure. It usually to indicate to headline in your site. people use H1 for most important headline, like site title.

      H tag can be help spider when crawl our site.

      I suggest you to use H1 for your site in main index(homepage) and for post title in single page. It good for SEO.

      See your code in your template. usually in index.php and single.php, also match with your CSS.

      Best regard
  • Through h1 tags search engines come to know about the site content details.It can be termed as the most simple form of header found on a web page or you can say this is header tag situated in body of a website.
  • After your <title>keyword</title> tag, and the the meta description tag, h1 tags are the 3d important stuff for onsite seo.

    You can place your website name between the h1 tag like this: <h1>keyword</h1>

    If you have large articles, use also h2 tags for subheading like
    <h2>keyword</h2>

    You can style the h1 and h2 tags via css.
  • H1 tag is known as header tag.Being used to highlight our words.H1 tag being divided into six parts.H1, H2, H3, H4, H5, H6. The H1 is more bolder as we go for next the size of bold will be decreases.
  • Basically the <h1> to <h6> tags are used to define HTML headings, <h1> defines the largest heading and <h6> defines the smallest heading.
  • Some said that the functions of H1 in GOOGLE's eyes is less important now, but you can use it in your pages if you like, I am not sure how important for H1 tag now but I am still using it.

    I am also glad if someone who knows the changing google better and let us know in details.
  • Anything on the page which you want as a title would go in the H1 tag.
  • H1 tags are using for title headline in a webpage for giving relevancy to the spider and content
  • Google is your friend.
  • The <h1> to <h6> tags are used to define HTML headings.
    <h1> defines the largest heading and <h6> defines the smallest heading.
  • H1 tags are an important part of SEO, which is the title tag is in the institutions website. It may be the simplest form of the title can be found on the web page. Through the h1 tag search engines become aware of details of the contents of the site.
  • H1 tag is used to define the content of a page. Creating a relevant title would be good for SEO.
    • [1] reply
    • <H1> Tag is an HTML tag that defines the first, largest and most important position on a page. Including keywords in the H1 tag can communicate with search engines that the page is relevant for these keywords.
      • [1] reply
  • Within the h1 tag most important keyword/key phrase of web page is written. <h1>keyword</h1>. You can also do formatting of this text by using css.
    • [1] reply
    • It refers to heading size. That is, text size.
      Normally to emphasize the correct title of a following section or
      paragraph. h1 is largest, h6 is smallest.

      h1, h2, h3...can denote the importance of the text related to the content
      that follows. h1 can be considered most important, but that's not
      really what it was designed for.

      h1 should be for the top level heading, h2 for subtitle, subheading, etc.

      It's not a header tag. The word is heading. Heading size.

      Contrary to the above post(Tashi Mortier), you should use these!

      It's true that browsers sometimes choke on them, but search engines don't.

      Paul

Next Topics on Trending Feed