diff options
author | 2022-05-14 12:34:33 +0200 | |
---|---|---|
committer | 2022-05-14 12:45:33 +0200 | |
commit | c3b6132c261bd5952bafb1ff1e576eb13d2d0a7d (patch) | |
tree | cc17c76970b2b97cf4eaa5f7bf2d7492c75fd675 | |
parent | 69f564e6fe1035d29f0a3b10f7a745b84767666d (diff) | |
download | it-tools-c3b6132c261bd5952bafb1ff1e576eb13d2d0a7d.tar.gz it-tools-c3b6132c261bd5952bafb1ff1e576eb13d2d0a7d.tar.zst it-tools-c3b6132c261bd5952bafb1ff1e576eb13d2d0a7d.zip |
refactor(seo): changed title string
-rw-r--r-- | index.html | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -4,11 +4,10 @@ <meta charset="UTF-8" /> <link rel="icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="description" content="Collection of handy online tools for devs, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." /> <title>IT Tools</title> - <meta itemprop="name" content="IT-Tools" /> - <meta name="description" content="Collection of handy online tools for devs, 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 devs, with great UX. IT Tools is a free and open-source collection of handy online tools for developers & people working in IT." /> + <meta itemprop="name" content="IT Tools - Handy 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" /> <link rel=canonical href="https://it-tools.tech"> @@ -21,15 +20,15 @@ <meta property="og:url" content="https://dev.it-tools.tech/" /> <meta property="og:type" content="website" /> - <meta property="og:title" content="IT-Tools" /> - <meta property="og:description" content="Collection of handy online tools for devs, 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:title" content="IT Tools - Handy 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" /> - <meta name="twitter:description" content="Collection of handy online tools for devs, 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:title" content="IT Tools - Handy 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> <body> |