Skip to content

Commit 1beb616

Browse files
authored
Merge pull request #919 from devicons/panquesito7/improve/seo
feat: Improve SEO
2 parents 9de2051 + 4ce9053 commit 1beb616

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta charset="utf-8">
1111
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
1212
<title>DEVICON | All programming languages and development tools related icons font</title>
13-
<meta name="description" content="devicon aims to gather all logos representing development languages and tools in one font.">
13+
<meta name="description" content="Devicon aims to gather all logos representing development languages and tools in one font. 🚀">
1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1515
<link rel="icon" type="image/x-icon" href="./logos/favicon.ico" sizes="196x196">
1616
<link rel="apple-touch-icon" sizes="57x57" href="./logos/apple-touch-icon-57x57.png">
@@ -33,6 +33,12 @@
3333
<meta name="theme-color" content="#ffffff">
3434
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon/devicon.min.css">
3535
<link rel="stylesheet" href="./assets/css/style.css">
36+
<meta property="og:title" content="Devicon" />
37+
<meta property="og:image" content="https://raw.githubusercontent.com/devicons/devicon/master/icons/devicon/devicon-original-wordmark.svg" />
38+
<meta property="og:url" content="https://devicon.dev" />
39+
<meta property="og:type" content="website" />
40+
<meta property="og:locale" content="en_US" />
41+
<meta property="og:description" content="Devicon aims to gather all logos representing development languages and tools in one font. 🚀" />
3642
</head>
3743

3844
<body ng-app="devicon" ng-controller="IconListCtrl">

0 commit comments

Comments
 (0)