What is being provided by Metadata tags? - Web Semantic

What is being provided by Metadata tags?



- Metadata tags provide the keywords that are used for the search engine to make the website or the web page search engine friendly.

- It is a method to categorize the content of the web pages on the search engine so that it can be easily found by the browsers.

Metadata tags are represented as:

<meta name="keywords" content="computing, computer, comp" />
<meta name="description" content="Hello world" />
<meta name="author" content="Rohit Kumar" />

- Metadata tags provide good description in the tags and allow the content to be displayed for better performance of the web pages.
Post your comment