Skip to content

Commit

Permalink
feat: add meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ricafolio committed May 17, 2024
1 parent 353cbe6 commit 4caba60
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Collage Canvas</title>
<meta name="title" content="Collage Maker | React App" />
<meta name="description" content="Quick collage maker app made using React.js" />
<meta name="keywords" content="react collage maker app" />
<meta name="theme-color" content="#000000" />
<meta name="og:locale" content="en_US" />
<meta name="og:url" content="https://collage-maker.ricafolio.dev" />
<meta name="og:site_title" content="Collage Maker | React App" />
<meta name="og:title" content="Collage Maker | React App" />
<meta name="og:description" content="Quick collage maker app made using React.js" />
<meta name="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="https://collage-maker.ricafolio.dev" />
<meta name="twitter:url" content="https://collage-maker.ricafolio.dev" />
<meta name="twitter:title" content="Collage Maker | React App" />
<meta name="twitter:description" content="Quick collage maker app made using React.js" />
<title>Collage Maker | React App</title>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 4caba60

Please sign in to comment.