In html .., what are the 'tags' or 'attributes' that I should care about to improve the visibility of my site in search engines? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

In html .., what are the 'tags' or 'attributes' that I should care about to improve the visibility of my site in search engines?

For example, the "alt" attribute in the image allows search engines to read the alternate name of the image, also for programs for the blind ....

19th Sep 2021, 3:12 PM
Manaf S Almashraqi
Manaf S Almashraqi - avatar
2 Answers
+ 1
Yes as said by kiarash Yavari u have to add some meta tags like the <meta name="description" content="BLAH BLAH"/> , <meta charset="UTF-8"> <meta name="description" content="Free Web tutorials"> <meta name="keywords" content="HTML, CSS, JavaScript"> <meta name="author" content="John Doe">, and for making it responsive - <meta name="viewport" content="width=device-width, initial-scale=1.0">, etc.
20th Sep 2021, 5:54 AM
Anurag Saikia
+ 2
There ara some meta tags in html which help google smart crawler to grouping your website and improve the seo. You should search 'website meta tags' for more information.
19th Sep 2021, 4:11 PM
kiarash Yavari
kiarash Yavari - avatar