Answers for "metadata of website"

2

what metadata

Metadata is "data that provides information about other data",
but not the content of the data
Posted by: Guest on November-02-2021
0

How to make Website Metadata

<!-- Website Preview Tags -->
<meta name="title" content="Replace this text with the Title">
<meta name="description" content="Replace this text with the Description">

<meta property="og:type" content="website">
<meta property="og:url" content="Replace this text with the URL">
<meta property="og:title" content="Replace this text with the Title">
<meta property="og:description" content="Replace this text with the Description">

<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="Replace this text with the URL">
<meta property="twitter:title" content="Replace this text with the Title">
<meta property="twitter:description" content="Replace this text with the Description">
Posted by: Guest on October-17-2021

Browse Popular Code Answers by Language