I usually use a series of labels that I think are the most used and the most efficient within the tag .
I would like to know if I am missing any important tags, or if I am using others that are no longer necessary for a good html file.
<html lang = "idioma">
<title>El título de la página</title>
<meta name="description" content="Descripción de la página" />
<meta name="keywords" content="Palabras clave" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta name=”author” content=”El creador”>
<meta name="owner" content="El propietario" />
<meta name="copyright" content="El propietario" />
<meta name="revisit-after" content="period">
<meta name="robots" content="index, follow">
<link rel="alternate" hreflang="es/en..." href="Web en idioma correspondiente">
<link rel="canonical" href="">
<link rel="icon" href="icono" />
<meta name="google" content="nositelinkssearchbox" />
<meta name="google-site-verification" content="..." />
and then I would put all the tags that link with the styles and scripts.