HTML Course Hindi - Beginner to Pro ( 2023 ) | Chapter 9

Website Basic SEO

<title> tag

For Basic SEO Title tag must be used to give your website a good title.
 
 

Meta Tags

<meta name="description" content="For coding related stuffs join @dosomecoding">
 
 

Header Tags

Here is the hierarchy of header tags:
  • <h1></h1> – usually reserved for webpage titles.
  • <h2></h2> – highlights the topic of the title.
  • <h3></h3> – reflects points in regards to the topic.
  • <h4></h4> – supports points from <h3>.
  • <h5></h5> – not often used, but great for supporting points of <h4>.
 

Alt attribute to image tag

<img src="dosomecoding_logo.jpg">
replace with
<img src="dosomecoding_logo.jpg" alt="dosomecoding logo">
 

Use OG meta tag

notion image
 
 

Responsive meta tag

<meta name="viewport" content="width=device-width, initial-scale=1">
if your website is responsive use this meta tags