diff options
author | 2022-05-15 11:29:36 +0200 | |
---|---|---|
committer | 2022-05-15 11:29:36 +0200 | |
commit | d4ea393c1df87ae958a06ed66a11e36b081282d4 (patch) | |
tree | bf1d3037e47d306398490a347ed0608f066e9122 | |
parent | 048bc4ae943509dea2946764efaa69f845b6c478 (diff) | |
download | it-tools-d4ea393c1df87ae958a06ed66a11e36b081282d4.tar.gz it-tools-d4ea393c1df87ae958a06ed66a11e36b081282d4.tar.zst it-tools-d4ea393c1df87ae958a06ed66a11e36b081282d4.zip |
refactor(seo): changed title string
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,8 +4,8 @@ <meta charset="UTF-8" /> <link rel="icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>IT Tools</title> - <meta itemprop="name" content="IT Tools - Handy tools for developers" /> + <title>IT Tools - Handy online tools for developers</title> + <meta itemprop="name" content="IT Tools - Handy online tools for developers" /> <meta name="description" content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." /> <meta itemprop="description" content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." /> <link rel="author" href="/humans.txt" /> @@ -20,14 +20,14 @@ <meta property="og:url" content="https://dev.it-tools.tech/" /> <meta property="og:type" content="website" /> - <meta property="og:title" content="IT Tools - Handy tools for developers" /> + <meta property="og:title" content="IT Tools - Handy online tools for developers" /> <meta property="og:description" content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." /> <meta property="og:image" content="/banner.png" /> <meta name="twitter:card" content="summary_large_image" /> <meta property="twitter:domain" content="dev.it-tools.tech" /> <meta property="twitter:url" content="https://dev.it-tools.tech/" /> - <meta name="twitter:title" content="IT Tools - Handy tools for developers" /> + <meta name="twitter:title" content="IT Tools - Handy online tools for developers" /> <meta name="twitter:description" content="Collection of handy online tools for developers, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." /> <meta name="twitter:image" content="/banner.png" /> </head> |