Search
 
SCRIPT & CODE EXAMPLE
 

HTML

list of meta tags

<head lang="en">
    <meta http-equiv="content-language" content="en">
    <meta charset="UTF-8">
    <meta name="robots" content="index, follow">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Site Meta Description" />
    <meta name="keywords" content="Site Meta Keywords" />
    <meta name="author" content="Author Name" />
    <meta name="publisher" content="publisher">
    <meta name="copyright" content="copyright">
    <meta name="page-topic" content="Media">
    <meta name="page-type" content="Blogging">
    <meta name="audience" content="Everyone">
    <title>My website title</title>
    <!-- Facebook, whatsapp, instagram, twitter and other popular social media -->
    <meta property="og:title" content="Site Title">
    <meta property="og:description" content="Site Content short description">
    <meta property="og:image" content="http://example.com/thumbnail.jpg">
    <meta property="og:url" content="http://example.com">
    <meta name="twitter:card" content="summary_large_image">

    <!-- Some Non-essential but recommended -->
    <meta property="og:site_name" content="Website Name"> <!-- Optional -->
    <meta name="twitter:image:alt" content="Alt text for image"> <!-- Optional -->

    <!-- If has need analytics for facebook and twitter -->
    <meta property="fb:app_id" content="your_app_id" />
    <meta name="twitter:site" content="@website-username">

</head>
Comment

best meta tags

<!-- Best Tags to add in your <head>-->
<head>
  <!-- Title of your page -->
  <title>Your title</title>
  <!-- this is for responsive html page -->
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <!-- this is for fontawesome.com it has the best collection of icons-->
  <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
  <!--This belongs to bootstrap best css (getbootstrap.com) -->
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
  <!-- this velongs to jquery . best js library which makes your life easy !-->
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.js"></script>
</head>
Comment

website meta tags example

MetaTags Examples for websites
Comment

PREVIOUS NEXT
Code Example
Html :: html img 
Html :: html select multiple 
Html :: html landing page templates free 
Html :: simple form label 
Html :: bootstrap navbar 
Html :: html div syntax 
Html :: html star 
Html :: default font size of html 
Html :: html basic tags 
Html :: default index.html code reac 
Html :: full page responsive video vimeo css 
Html :: veranderen slb zuyd 
Css :: how to alternate background colour in html div elements in css 
Css :: disable highlight css 
Css :: input checkbox size 
Css :: html remove border from textarea 
Css :: loop scss 
Css :: repeat autofill css grid minmax 
Css :: bootstrap 4 center image 
Css :: css font color gradient 
Css :: mat slide toggle change color 
Css :: html table td spacing 
Css :: css hover to disable 
Css :: how to use font awesome unicode in css 
Css :: how to remove the line below the link text css 
Css :: variables scss en calc() 
Css :: center elements vertically in div 
Css :: border box reset 
Css :: how to apply outline to text in html css 
Css :: bootstrap text truncate 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =