Advertisement
DhiruCodes

Untitled

Jan 28th, 2023
800
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.35 KB | Source Code | 0 0
  1.  <meta charset="UTF-8" />
  2.                 <meta
  3.                        name="keywords"
  4.                        content="contacts, contact-book, phone-book, phone, phone-book app, contacts app, contact-book app"
  5.                />
  6.                 <meta
  7.                        name="description"
  8.                        content="An app to create, read, update and delete contacts."
  9.                />
  10.                 <meta property="og:site_name" content="Contacts App" />
  11.                 <meta property="og:title" content="Contacts App" />
  12.                 <meta property="og:type" content="website" />
  13.                 <meta
  14.                        name="og:description"
  15.                        content="An app to create, read, update and delete contacts."
  16.                />
  17.                 <meta
  18.                        property="og:url"
  19.                        content="https://dheerajdlalwani.github.io/contacts-app-reactjs"
  20.                />
  21.                 <!-- TODO
  22.                <meta
  23.                        property="og:image"
  24.                        content=""
  25.                />
  26.                <meta property="og:image:width" content="512" />
  27.                <meta property="og:image:height" content="512" />
  28.                <meta
  29.                        property="twitter:image"
  30.                        content=""
  31.                /> -->
Tags: meta tags
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement