mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-21 22:37:00 +01:00
Update meta.php
This commit is contained in:
parent
e026c41d17
commit
2e895ae300
@ -18,15 +18,7 @@ $analytics =
|
|||||||
<<<EOD
|
<<<EOD
|
||||||
<!----------Insert your analytics code here:---------->
|
<!----------Insert your analytics code here:---------->
|
||||||
|
|
||||||
<!-- Global Site Tag (gtag.js) - Google Analytics -->
|
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=TRACKING_ID"></script>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
gtag('config', 'TRACKING_ID');
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<!--------------------------------------------------->
|
<!--------------------------------------------------->
|
||||||
EOD;;
|
EOD;;
|
||||||
@ -49,13 +41,13 @@ return [
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
'lang' => 'en', // Sets <html lang="en">
|
'lang' => 'en', // Sets <html lang="en">
|
||||||
'title' => '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 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.
|
'description' => '', // Overrides the default meta page description. Leave empty to use your 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' => 'https://example.com/', // 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.
|
||||||
'twitter_creator' => '@elonmusk', // Twitter @username. For example: "@elonmusk".
|
'twitter_creator' => '', // Twitter @username. For example: "@elonmusk".
|
||||||
'author' => 'Julian Prieber', // Your name.
|
'author' => '', // Your name.
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user