Skip to content

Commit 3d5f16d

Browse files
committed
added seo boosting meta tags
1 parent a6f7a43 commit 3d5f16d

File tree

1 file changed

+26
-11
lines changed

1 file changed

+26
-11
lines changed

index.html

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Katora</title>
8-
</head>
9-
<body>
10-
<div id="root"></div>
11-
<script type="module" src="/src/main.tsx"></script>
12-
</body>
13-
</html>
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>Katora - On the Go Rich Text Editor</title>
9+
<meta name="description"
10+
content="Katora is an on-the-go rich text editor powered by Tiptap, ideal for creating blog websites in ReactJS or NextJS. Save time and effort with our easy-to-install and user-friendly package.">
11+
<meta name="keywords"
12+
content="Katora, rich text editor, ReactJS, NextJS, blog website, WYSIWYG editor, Tiptap, easy installation">
13+
<meta name="author" content="@ashokasec">
14+
15+
<meta property="og:title" content="Katora - On the Go Rich Text Editor" />
16+
<meta property="og:description"
17+
content="Katora is an on-the-go rich text editor powered by Tiptap, ideal for creating blog websites in ReactJS or NextJS. Save time and effort with our easy-to-install and user-friendly package." />
18+
<meta property="og:image" content="" />
19+
<meta property="og:url" content="https://katora.ashokasec.com" />
20+
<meta property="og:type" content="website" />
21+
</head>
22+
23+
<body>
24+
<div id="root"></div>
25+
<script type="module" src="/src/main.tsx"></script>
26+
</body>
27+
28+
</html>

0 commit comments

Comments
 (0)