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
Responsive meta tag
<meta name="viewport" content="width=device-width, initial-scale=1">
if your website is responsive use this meta tags
HTML Course Hindi - Beginner to Pro ( 2023 ) | HTML COURSE FOR BEGINNERS | BASIC HTML COURSE WITH NOTES. NOTION NOTES - https://alkaline-olivine-4e5.notion.site/HTML-Course-Hindi-Beginner-to-Pro-2023-3b65cab8001e41d6a3af8ee2a7955b44 SOURCE CODE - https://github.com/anshuopinion/HTML-COURSE-2023 Linkedin - https://linkedin.com/in/anshuopinion Twiiter -https://twiiter.com/dosomecoding Telegram Channel - https://telegram.me/dosomecoding Github - https://github.com/anshuopinion