Header Tag

Header tag is related to your content. It help to improve search ranking in search engine.
 
Header tag helps to identify the title and subject of the website. It helps to identify your blog in search engines. It is a very essential part of On Page SEO.
 
header tags contains Description, Keyword and other information of your site.
very important in SEO
Header Tags in HTML
Code:
<!DOCTYPE html>
 <html>
 <head>
     <title>This is a Title of Website</title>
     <meta name="description" content="Description of Your site will be here">
     <meta name="keywords" content="your, site, keyword, each, keyword, with, separated, with, comma">
     <link rel='icon' href='url of your site icon'>
</head>
<body>
 here is body contents of your site
</body>
</html>
 
Header tag are used to make your text more visible.
syntax for header tag
<H1>Text</H1>
<H2>Text</H2>
<H3>Text</H3>
<H4>Text</H4>
<H5>Text</H5>
<H6>Text</H6>
 
(Header (or Heading) Tags ()) HTML heading and subheading tags are critical components of search engine marketing, as often times both are graphical, thereby unreadable to search engine spiders. Optimally, page titles should also be included to clearly define the page’s purpose and theme.
 
Header tag is use to improve your search ranking in every search engine.
 
Heading tags are especially used to define headings or sub headings on a web page. These tags declare a set of attributes about the content.
 
Back
Top Bottom