Skip to content

Commit b1d7e53

Browse files
committed
added some meta tags to html
1 parent 6a5e67b commit b1d7e53

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

index.html

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>FakeStore</title>
6+
<title>FakeStore - Get your fake items today.</title>
7+
<meta name="description" content="An ecommerce site to get
8+
various items that you need ranging
9+
from clothing to everyday accessories.">
10+
<meta name="keywords" content="ecommerce, clothing, accessories, electronics, fake items, stripe">
11+
<meta property="og:title" content="Fake Store - Get your fake items at unbeliveable rates" />
12+
<meta property="og:type" content="website" />
13+
<meta property="og:image" content="/public/img-02.jpg" />
14+
<meta property="og:url" content="http://localhost:5173" />
715
</head>
816
<body>
917
<div id="root"></div>

public/img-02.jpg

35.5 KB
Loading

0 commit comments

Comments
 (0)