Update
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
/**
|
||||
* @see https://github.com/artesaos/seotools
|
||||
*/
|
||||
|
||||
|
||||
$title = 'MEMEFAST: Make meme in seconds';
|
||||
$description = 'Simple & fast meme video editor';
|
||||
|
||||
@@ -57,13 +55,13 @@
|
||||
* The default values to be used by the twitter cards generator.
|
||||
*/
|
||||
'defaults' => [
|
||||
'card' => 'summary',
|
||||
'site' => '@memefast',
|
||||
'title' => $title,
|
||||
'card' => 'summary',
|
||||
'site' => '@memefast',
|
||||
'title' => $title,
|
||||
'description' => $description,
|
||||
'image' => 'memefast-og.jpg',
|
||||
//'creator' => '@memefast',
|
||||
//'url' => , // Set null for using Url::current(), set false to total remove
|
||||
'image' => 'memefast-og.jpg',
|
||||
// 'creator' => '@memefast',
|
||||
// 'url' => , // Set null for using Url::current(), set false to total remove
|
||||
],
|
||||
],
|
||||
'json-ld' => [
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user