+ 1
Why we use meta tags in html?
HTML
3 Answers
+ 7
To describe the document's purpose for various entities, but isn't a must. As the first post stated, spiders also known as bots will crawl your page to gather intelligence for search results known as indexing. It is useful if you want to be found, and can also stop bots from calling if you understand what a robot.txt file is or the <meta name="robots" content="NOFOLLOW, NOINDEX">. Some bots don't care for these to be honest, so you must use .htaccess.
+ 1
for many reasons, you have metas for robots, to Ăndex it on google, for the webpage description, a meta for keywords, for when you search in google. and more.
0
For SEO porpose