Skip to content
This repository was archived by the owner on May 6, 2018. It is now read-only.

Commit afc3b8c

Browse files
authored
Merge pull request #5 from vinkla/seo
Add seo tags
2 parents 844186e + 304e082 commit afc3b8c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta name="description" content="PHP code analysis and utilities for the Atom editor">
88

9+
<meta property="og:title" content="PHP Integrator">
10+
<meta name="description" content="PHP code analysis and utilities for the Atom editor">
11+
<meta property="og:description" content="PHP code analysis and utilities for the Atom editor">
12+
<link rel="canonical" href="https://php-integrator.github.io/">
13+
<meta property="og:url" content="https://php-integrator.github.io/">
14+
<meta property="og:site_name" content="PHP Integrator">
15+
<meta property="og:image" content="https://php-integrator.github.io/images/logo.png">
16+
<script type="application/ld+json">
17+
{
18+
"@context": "http://schema.org",
19+
"@type": "WebSite",
20+
"name": "PHP Integrator",
21+
"headline": "PHP Integrator",
22+
"image": "https://php-integrator.github.io/images/logo.png",
23+
"description": "PHP code analysis and utilities for the Atom editor",
24+
"logo": "https://php-integrator.github.io/images/logo.png",
25+
"url": "https://php-integrator.github.io/"
26+
}
27+
</script>
28+
929
<title>PHP Integrator</title>
1030

1131
<link rel="icon" href="images/logo.png">

0 commit comments

Comments
 (0)