Use jekyll-seo-tag plugin

This commit is contained in:
Peter Kokot
2023-01-27 20:18:15 +01:00
parent 45616f9666
commit 6efdbe1767
4 changed files with 20 additions and 21 deletions

View File

@@ -2,17 +2,11 @@
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>{% if page.title %}{{ page.title }} - {% endif %}PHP: The Right Way</title>
<meta name="description" content="{{ page.description }}"/>
{% seo %}
<meta name="robots" content="index,follow,archive"/>
<meta property="og:image:url" content="https://www.phptherightway.com/images/og-image.png"/>
<meta property="og:image:width" content="1024"/>
<meta property="og:image:height" content="640"/>
<meta property="og:title" content="PHP: The Right Way"/>
<meta property="og:description" content="An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative PHP tutorials around the Web"/>
<meta property="og:url" content="https://www.phptherightway.com"/>
<meta property="og:site_name" content="PHP: The Right Way"/>
<meta property="og:type" content="website"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<link rel="icon" href="{{ site.baseurl }}images/favicon.png" type="image/png"/>
<link rel="stylesheet" href="{{ site.baseurl }}styles/syntax.css">

View File

@@ -2,17 +2,11 @@
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>{% if page.title %}{{ page.title }} - {% endif %}PHP: The Right Way</title>
<meta name="description" content="{{ page.description }}"/>
{% seo %}
<meta name="robots" content="index,follow,archive"/>
<meta property="og:image:url" content="https://www.phptherightway.com/images/og-image.png"/>
<meta property="og:image:width" content="1024"/>
<meta property="og:image:height" content="640"/>
<meta property="og:title" content="PHP: The Right Way"/>
<meta property="og:description" content="An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative PHP tutorials around the Web"/>
<meta property="og:url" content="https://www.phptherightway.com"/>
<meta property="og:site_name" content="PHP: The Right Way"/>
<meta property="og:type" content="website"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<link rel="icon" href="{{ site.baseurl }}images/favicon.png" type="image/png"/>
<link rel="stylesheet" href="{{ site.baseurl }}styles/syntax.css">