Meta Tag in HTML | SEO Important

Meta Tag in HTML | SEO Important. A meta tag in HTML is used to represent data about your webpage. With the help of a meta tag, we can specify the description of the document, its author information when it was last updated, it uses to give detailed properties of the HTML document. The meta tag is enclosed within the HTML tag, which was added in part. It is most helpful to the web designers to show the actual display part of the web page. The whole viewport control will be done by them using meta tags. The meta tag is applied by most of the browsers for many helpful features like refreshing pages, displaying web pages content, and web services used by them.

Meta Tag in HTML | SEO Important

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta charset=”utf-8“>:) is the best support for displaying any kind of language.
<meta name=”viewport” content………>:) used to manage the size of the viewport with all its page dimension value and page scrolling to fit our webpage perfectly in any kind of device.

Meta Tag List:)

<meta charset=”UTF-8″>Defines Language
<meta name=”description” content=”150 words”>Defines Description
<meta name=”copyright” content=”company name”>Preserve Copyrights
<meta name=”abstract” content=””>Abstract a Web Page
<meta name=”author” content=”[email protected]”>Defines author
<meta name=”url” content=”http://url.com”>Define URL
<meta name=”rating” content=”General”>Manage Ratings
<meta name=” subtitle” content=” subtitle using metatag”>Define Subtitle
<meta name=”refresh” content=”50″>Used to refresh
<meta name=”Classification” content=”Business”>Use to Classify the Documents
<meta name=”keywords” content=”your, tags”/>Web Keywords
<meta name=”summary” content=””>Define summary

Example:)

<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Meta tag details information here">
<meta name="robots" content="Robotics"/>
<meta name="hotmail:card" content="summary"/>
</head>
</html>

Conclusion

So, a Meta tag in Html is used to represent metadata about HTML documents. The code included in it is a machine-readable format that works well with a webpage but doesn’t show any content on the page to the visitors. Meta tag containing 3 different types of attributes like global, element-specific, and event handler attributes.

Leave a Reply

Your email address will not be published. Required fields are marked *