EniunEniunEniunEniun
  • Inicio
  • Blog
  • Cursos
  • Contactar
  • DTD
✕
            Sin resultados Ver todos los resultados

            Metadata or meta tags in HTML

            • Inicio
            • HTML HTML Inglés
            • Metadata or meta tags in HTML
            25/06/2023
            HTML

            HTML

            Metadata in HTML is used to provide additional information about an HTML document. This information is not displayed directly on the web page, but it can be used by search engines, browsers, and other systems to understand and classify the content of the document.

            8. Metadata or meta tags in HTML

            These tags are placed between the <head> and </head> tags. Some of the most common meta tags for metadata in HTML are:

            1. <title>: Defines the title of the document, which is displayed in the browser’s title bar and search results.
            2. <meta charset="UTF-8">: Specifies the character encoding used in the document. UTF-8 is the most commonly used encoding to support multilingual characters.
            3. <meta name="description" content="Description of the website">: Provides a brief description of the website’s content. It is used by search engines to display information about the site in search results.
            4. <meta name="keywords" content="word1, word2">: Specifies keywords related to the website’s content. Although not as relevant for modern search engines, it can still be used to understand the website’s theme.
            5. <meta name="viewport" content="width=device-width, initial-scale=1.0">: Defines how the content should adjust and scale on mobile devices. It is important for achieving a responsive design. See viewport meta tag configuration.
            6. <meta name="author" content="Name of the author">: Specifies the name of the document’s author.
            7. <meta name="copyright" content="Year of the copyright, name of the author's rights">: Indicates the copyright of the document.
            8. <meta name="robots" content="index,follow">: Instructs search engines whether they should index and follow links within the document.

            Example

            <!DOCTYPE html>
            <html lang="en">
            <head>
              <meta charset="UTF-8">
              <meta name="description" content="Site description">
              <meta name="keywords" content="keyword1, keyword2">
              <meta name="viewport" content="width=device-width, initial-scale=1.0">
              <meta name="author" content="Author's Name">
              <meta name="copyright" content="2023, Rights Holder">
              <meta name="robots" content="index,follow">
              <title>Site Metadata</title>
            </head>
            <body>
              <!-- Website content -->
            </body>
            </html>

            Navegación de entradas

            ← Page jumping, anchor links or jump links
            HTML validation →

            HTML Tutorial

            • 1. HTML: HyperText Markup Language
            • 2. Semantic tags
            • 3. Content and text tags
            • 4. Form tags
            • 5. Table tags
            • 6. Tags for embedding content
            • 7. Page jumping
            • 8. Metadata or meta tags
            • 9. HTML validation
            • 10. Ordered elements
            • 11. HTML. Technical vocabulary skills
            • 12. HTML factors for SEO
            • 13. Solved exercises
            Ver más cursos

            ☕︎
            ¡Invítanos a un café!

            ¡Invítanos a un café!

            ¿Cómo donar?
            Ayúdanos a seguir creando contenido relacionado con la informática y el diseño y desarrollo web en Eniun. ¡Gracias por tu apoyo!
            Eniun

            info@eniun.com
            Reportar un error

            Servicios

            Desarrollo Web
            Diseño Web
            Marketing Digital
            Social Media
            Experiencia de Usuario
            Cursos formativos

            Suscríbete a la newsletter

            Únete a nuestra comunidad para recibir contenido exclusivo y relevante para diseñadores y desarrolladores web.

            Apuntarme

            © 2026 Eniun | Política de privacidad y cookies

                      Sin resultados Ver todos los resultados