1
0
mirror of https://github.com/konpa/devicon.git synced 2025-04-21 21:31:53 +02:00

Merge pull request from devicons/panquesito7/improve/seo

feat: Improve SEO
This commit is contained in:
Clemens Bastian 2021-11-22 23:39:33 +01:00 committed by GitHub
commit 1beb616906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>DEVICON | All programming languages and development tools related icons font</title>
<meta name="description" content="devicon aims to gather all logos representing development languages and tools in one font.">
<meta name="description" content="Devicon aims to gather all logos representing development languages and tools in one font. 🚀">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="./logos/favicon.ico" sizes="196x196">
<link rel="apple-touch-icon" sizes="57x57" href="./logos/apple-touch-icon-57x57.png">
@ -33,6 +33,12 @@
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon/devicon.min.css">
<link rel="stylesheet" href="./assets/css/style.css">
<meta property="og:title" content="Devicon" />
<meta property="og:image" content="https://raw.githubusercontent.com/devicons/devicon/master/icons/devicon/devicon-original-wordmark.svg" />
<meta property="og:url" content="https://devicon.dev" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="Devicon aims to gather all logos representing development languages and tools in one font. 🚀" />
</head>
<body ng-app="devicon" ng-controller="IconListCtrl">