1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-18 05:58:13 +01:00

feat: Improve SEO

This commit is contained in:
David Leal 2021-11-22 10:57:04 -06:00 committed by GitHub
parent 9de20517bd
commit 4ce9053de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">