HTML – Meta Tags



Meta tags are HTML elements that provide information about a webpage to search engines and web browsers. They are placed within the <head> section of an HTML document. Here are some examples of commonly used meta tags:

Title Tag: Specifies the title of the webpage. It is displayed in the title bar of a browser and as the main headline in search engine results.

Description Tag: Provides a brief description of the webpage’s content. It is often displayed as a snippet in search engine results.

Keywords Tag: Specifies a list of keywords or phrases that are relevant to the webpage’s content. However, search engines nowadays typically don’t rely heavily on this tag for ranking purposes.

Viewport Tag: Controls the width and scaling of the webpage on different devices, especially mobile devices.

Charset Tag: Declares the character encoding for the webpage. It ensures that the browser displays the text correctly.

Author Tag: Specifies the author of the webpage.

Robots Tag: Instructs search engine crawlers on how to behave when indexing the webpage. It can control whether the page should be indexed, followed, or if certain content should be excluded from indexing.

Comments

Popular posts from this blog

Pre-School Enrollment System using PHP and MySQL | PHP Gurukul

Global Food Ordering System Using PHP and MySQL | PHP Gurukul

Doctor Appointment Management System Using PHP and MySQL | PHP Gurukul