Skip to content

Instantly share code, notes, and snippets.

@MicBrain
Last active April 8, 2024 12:53
Show Gist options
  • Save MicBrain/46a9723158307fd30db66a4b2af85411 to your computer and use it in GitHub Desktop.
Save MicBrain/46a9723158307fd30db66a4b2af85411 to your computer and use it in GitHub Desktop.
The list of useful meta tags used in HTML5 documents.
<html>
<head>
<!--Recommended Meta Tags-->
<meta charset="utf-8">
<meta name="language" content="english">
<meta http-equiv="content-type" content="text/html">
<meta name="author" content=”Rafayel Mkrtchyan”>
<meta name="designer" content=”Rafayel Mkrtchyan”>
<meta name="publisher" content=”Rafayel Mkrtchyan”>
<meta name="no-email-collection" content="http://www.unspam.com/noemailcollection/">
<!--Search Engine Optimization Meta Tags-->
<title> Rafayel Mkrtchyan - Official Website. </title>
<meta name="description" content="Learn more Rafayel Mkrtchyan, his projects, interests and experience.">
<meta name="keywords" content="Software Engineer,Product Manager,Project Manager,Data Scientist,Computer Scientist">
<meta name=”robots” content=”index,follow”>
<meta name="revisit-after" content="7 days">
<meta name="distribution" content="web">
<meta http-equiv="refresh" content="30">
<meta name=”robots” content=”noodp”>
<!--Optional Meta Tags-->
<meta name="distribution" content="web">
<meta name="web_author" content="Rafayel Mkrtchyan">
<meta name="rating" content="general">
````<meta name="rating" content="safe for kids">
<meta name="subject" content="Personal">
<meta name="title" content="Rafayel Mkrtchyan - Official Website.">
<meta name="copyright" content="Copyright 2016">
<meta name="reply-to" content="rafamian@berkeley.edu">
<meta name="abstract" content="Rafayel Mkrtchyan is an IT strategist, with over 3 years of experience, including software engineering, project management, product development, business operations, and strategy.">
<meta name=”city” content=”San Francisco”>
<meta name=”country” content=”USA”>
<meta name="distribution" content="global">
<meta name="classification" content="Rafayel Mkrtchyan is an IT strategist, with over 3 years of experience, including software engineering, project management, product development, business operations, and strategy.">
<!--Meta Tags for HTML pages on Mobile-->
<meta name="format-detection" content="telephone=yes"/>
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!--http-equiv Tags-->
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
</head>
</html>
@Yu-Shiang
Copy link

Why " <meta name="distribution ..." 3 times??

@omundy
Copy link

omundy commented Aug 4, 2020

You have smart quotes in your code. Also, many of these are "expired" https://www.metatags.org/all-meta-tags-overview/the-expired-metatags/

@junaga
Copy link

junaga commented Nov 18, 2023

dont use this, half of it is wrong. check out these links instead.

https://web.dev/learn/html/
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name
https://getoutofmyhead.dev/
https://wiki.whatwg.org/wiki/MetaExtensions

DM me on discord.com @junaga for help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment