From 442b902cf0c14836bbf3a8b143056749a637d8de Mon Sep 17 00:00:00 2001 From: Alexey Berezin Date: Fri, 27 Dec 2024 20:45:37 +0000 Subject: [PATCH] feat: seo 1. Added meta tags to head 2. Updated titles, descriptions 3. Added image and icon --- README.md | 4 ++-- index.html | 38 ++++++++++++++++++++++++++++++++++++-- public/icon.jpg | Bin 0 -> 9264 bytes public/image.png | Bin 0 -> 164346 bytes src/components/Intro.tsx | 6 +++--- vite.config.ts | 1 + 6 files changed, 42 insertions(+), 7 deletions(-) create mode 100644 public/icon.jpg create mode 100644 public/image.png diff --git a/README.md b/README.md index 319a3bf..2b75a19 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ts-conversion -Interactive website, helping understand, how to convert one type to another in TypeScript, with code examples, links to TypeScript playground and applications from popular libraries +Interactive TypeScript tool: learn how to convert types effectively with hands-on examples, TypeScript Playground, and references to widely used libraries. Try it now: https://ts-conversion.beraliv.com @@ -32,4 +32,4 @@ npm run dev -- --host - [ ] Accessibility-friendly (_in progress_) - [x] Analytics - [x] Added [Plausible](https://plausible.io/ts-conversion.beraliv.com) -- [ ] SEO-friendly (_in progress_) +- [x] SEO-friendly diff --git a/index.html b/index.html index 07ceca3..2d13bee 100644 --- a/index.html +++ b/index.html @@ -2,8 +2,42 @@ - - TS conversion + + + + + + + + + + + + + + + + + + + + + TS Conversion