Meta tag in html

前端 未结 3 1774
没有蜡笔的小新
没有蜡笔的小新 2021-01-26 04:41

Can anybody tell me that why we use meta tag in html

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-26 04:50

    Meta tags are used for many things. The most important use for meta tags would be probably for SEO purposes. The meta description is probably one of the most important parts of the meta tag because that is what shows up under the title on Search Engines such as Google or Yahoo. The following link will give you more information about SEO and how you can use the meta tag. https://blog.kissmetrics.com/website-source-code-seo/

    The meta tag can also do many other things such as set the author, viewport and keywords of a web page. Here is a link that will tell you a lot more about what the meta tag is used for. https://www.w3schools.com/Tags/tag_meta.asp

提交回复
热议问题