|
10 | 10 | rel="stylesheet" |
11 | 11 | /> |
12 | 12 | <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> |
13 | 44 | <title>Vue Transify</title> |
14 | 45 | </head> |
15 | 46 | <body> |
|
0 commit comments