Update meta.php

This commit is contained in:
Julian Prieber 2022-06-08 19:27:08 +02:00
parent 1ac1d6a9d2
commit 2dc76c5b22

View File

@ -41,8 +41,8 @@ return [
*/ */
'lang' => 'en', // Sets <html lang="en"> 'lang' => 'en', // Sets <html lang="en">
'title' => '', // Overrides the default meta page title. Leave empty to use your page title as the title. 'title' => '', // Overrides the default meta page title. Leave empty to use your LittleLink page title as the title.
'description' => '', // Overrides the default meta page description. Leave empty to use your page description as the description. 'description' => '', // Overrides the default meta page description. Leave empty to use your LittleLink page description as the description.
'robots' => 'index,follow', 'robots' => 'index,follow',
'viewport' => 'width=device-width, initial-scale=1', 'viewport' => 'width=device-width, initial-scale=1',
'canonical_url' => '', // Tells search engines to index "https://example.com/"  instead of "https://example.com/@admin",  for example. 'canonical_url' => '', // Tells search engines to index "https://example.com/"  instead of "https://example.com/@admin",  for example.