From cf9e378d24611e7563588da2008533ee4c4e7ccf Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Sun, 13 Jan 2019 12:31:51 -0800 Subject: [PATCH] SEO, metatags, og image, favicon --- config/next-seo.js | 14 +++--- pages/_app.js | 76 +++++++++++++++++++++++++++--- static/android-icon-144x144.png | Bin 0 -> 8769 bytes static/android-icon-192x192.png | Bin 0 -> 11619 bytes static/android-icon-36x36.png | Bin 0 -> 1923 bytes static/android-icon-48x48.png | Bin 0 -> 2429 bytes static/android-icon-72x72.png | Bin 0 -> 3747 bytes static/android-icon-96x96.png | Bin 0 -> 5192 bytes static/apple-icon-114x114.png | Bin 0 -> 6529 bytes static/apple-icon-120x120.png | Bin 0 -> 6958 bytes static/apple-icon-144x144.png | Bin 0 -> 8769 bytes static/apple-icon-152x152.png | Bin 0 -> 9390 bytes static/apple-icon-180x180.png | Bin 0 -> 11818 bytes static/apple-icon-57x57.png | Bin 0 -> 2833 bytes static/apple-icon-60x60.png | Bin 0 -> 2960 bytes static/apple-icon-72x72.png | Bin 0 -> 3747 bytes static/apple-icon-76x76.png | Bin 0 -> 3886 bytes static/apple-icon-precomposed.png | Bin 0 -> 12193 bytes static/apple-icon.png | Bin 0 -> 12193 bytes static/browserconfig.xml | 2 + static/favicon-16x16.png | Bin 0 -> 1224 bytes static/favicon-32x32.png | Bin 0 -> 1698 bytes static/favicon-96x96.png | Bin 0 -> 5192 bytes static/favicon.ico | Bin 0 -> 1150 bytes static/manifest.json | 41 ++++++++++++++++ static/ms-icon-144x144.png | Bin 0 -> 8769 bytes static/ms-icon-150x150.png | Bin 0 -> 9349 bytes static/ms-icon-310x310.png | Bin 0 -> 24757 bytes static/ms-icon-70x70.png | Bin 0 -> 3514 bytes static/og-image.png | Bin 0 -> 27381 bytes static/pinned-tab.svg | 4 ++ 31 files changed, 123 insertions(+), 14 deletions(-) create mode 100644 static/android-icon-144x144.png create mode 100644 static/android-icon-192x192.png create mode 100644 static/android-icon-36x36.png create mode 100644 static/android-icon-48x48.png create mode 100644 static/android-icon-72x72.png create mode 100644 static/android-icon-96x96.png create mode 100644 static/apple-icon-114x114.png create mode 100644 static/apple-icon-120x120.png create mode 100644 static/apple-icon-144x144.png create mode 100644 static/apple-icon-152x152.png create mode 100644 static/apple-icon-180x180.png create mode 100644 static/apple-icon-57x57.png create mode 100644 static/apple-icon-60x60.png create mode 100644 static/apple-icon-72x72.png create mode 100644 static/apple-icon-76x76.png create mode 100644 static/apple-icon-precomposed.png create mode 100644 static/apple-icon.png create mode 100644 static/browserconfig.xml create mode 100644 static/favicon-16x16.png create mode 100644 static/favicon-32x32.png create mode 100644 static/favicon-96x96.png create mode 100644 static/favicon.ico create mode 100644 static/manifest.json create mode 100644 static/ms-icon-144x144.png create mode 100644 static/ms-icon-150x150.png create mode 100644 static/ms-icon-310x310.png create mode 100644 static/ms-icon-70x70.png create mode 100644 static/og-image.png create mode 100644 static/pinned-tab.svg diff --git a/config/next-seo.js b/config/next-seo.js index b972bbc..f6b1e1a 100644 --- a/config/next-seo.js +++ b/config/next-seo.js @@ -7,17 +7,17 @@ export default { url: 'https://securitycheckli.st/', title: 'Security Checklist', description: 'A checklist for staying safe on the internet', - defaultImageWidth: 470, - defaultImageHeight: 470, + defaultImageWidth: 512, + defaultImageHeight: 512, images: [ { - url: 'https://securitycheckli.st/static/og-image.jpg', - width: 470, - height: 470, - alt: 'Brian Lovin', + url: 'https://securitycheckli.st/static/og-image.png', + width: 512, + height: 512, + alt: 'Security Checklist', }, ], - site_name: 'Brian Lovin', + site_name: 'Security Checklist', }, twitter: { handle: '@brian_lovin', diff --git a/pages/_app.js b/pages/_app.js index 88e66bd..ede793f 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -44,7 +44,8 @@ class SecurityChecklistApp extends App { - + + - + + + + + + + + + + + + + +