Skip to content

Commit 550a477

Browse files
committed
Feat : Added meta tags and Schema
1 parent 17e37cb commit 550a477

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

playground/index.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,37 @@
1010
rel="stylesheet"
1111
/>
1212
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
13+
<title>Vue Transify — Smooth Transitions for Vue 3</title>
14+
<meta name="title" content="Vue Transify — Smooth Transitions for Vue 3" />
15+
<meta
16+
name="description"
17+
content="Vue Transify is a lightweight Vue 3 transition library with smooth animations, customizable props, and easy integration."
18+
/>
19+
<meta property="og:type" content="website" />
20+
<meta property="og:url" content="https://vue-transify.netlify.app/" />
21+
<meta property="og:title" content="Vue Transify — Smooth Transitions for Vue 3" />
22+
<meta
23+
property="og:description"
24+
content="Vue Transify is a Vue 3 transition library for smooth, reusable animations and effortless motion design."
25+
/>
26+
<!-- Schema.org (structured data) -->
27+
<script type="application/ld+json">
28+
{
29+
"@context": "https://schema.org",
30+
"@type": "SoftwareSourceCode",
31+
"name": "Vue Transify",
32+
"codeRepository": "https://github.com/Redskullvue/vue-transify",
33+
"programmingLanguage": "Vue.js",
34+
"license": "MIT",
35+
"applicationCategory": "DeveloperTool",
36+
"description": "A lightweight Vue 3 library for smooth transitions and animations.",
37+
"author": {
38+
"@type": "Person",
39+
"name": "Redskullvue"
40+
},
41+
"url": "https://vue-transify.netlify.app/"
42+
}
43+
</script>
1344
<title>Vue Transify</title>
1445
</head>
1546
<body>

0 commit comments

Comments
 (0)