From 2e895ae300a374c3735f93892a7e634113a716af Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Wed, 8 Jun 2022 19:21:20 +0200 Subject: [PATCH] Update meta.php --- storage/templates/meta.php | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/storage/templates/meta.php b/storage/templates/meta.php index ab2d983..9497df9 100644 --- a/storage/templates/meta.php +++ b/storage/templates/meta.php @@ -18,15 +18,7 @@ $analytics = << - - - EOD;; @@ -49,13 +41,13 @@ return [ */ 'lang' => 'en', // Sets - 'title' => 'Title', // Overrides the default meta page title. Leave empty to use your page title as the title. - 'description' => 'This is a description', // Overrides the default meta page description. Leave empty to use your page description as the description. + 'title' => '', // Overrides the default meta page title. Leave empty to use your page title as the title. + 'description' => '', // Overrides the default meta page description. Leave empty to use your page description as the description. 'robots' => 'index,follow', 'viewport' => 'width=device-width, initial-scale=1', - 'canonical_url' => 'https://example.com/', // Tells search engines to index "https://example.com/"  instead of "https://example.com/@admin",  for example. - 'twitter_creator' => '@elonmusk', // Twitter @username. For example: "@elonmusk". - 'author' => 'Julian Prieber', // Your name. + 'canonical_url' => '', // Tells search engines to index "https://example.com/"  instead of "https://example.com/@admin",  for example. + 'twitter_creator' => '', // Twitter @username. For example: "@elonmusk". + 'author' => '', // Your name. /* |--------------------------------------------------------------------------