HTML Metadata cheat sheet
HTML Metadata cheat sheet
Meta tags are essential for conveying information to search engines and improving the
categorization of web pages. Here’s a concise guide to the structure and types of meta tags you can
use in your web applications.
• Charset: Defines the character encoding for the page. Commonly used is UTF-8: <meta
charset="UTF-8">
• <meta name="title" content="Your Page Title"/>: Specifies the title of the web page.
• <meta name="revised" content="Date and Time"/>: Specifies the last modified date and
time of the page.
• <meta name="rating" content="safe for kids"/>: Indicates the expected audience for your
page.
Conclusion
Keeping this cheat sheet handy will help you effectively implement meta tags in your web
applications, enhancing both SEO and user experience.