This commit is contained in:
ct
2025-07-15 07:35:35 +08:00
parent 1cb695ff5c
commit 1c97076df6
2 changed files with 7 additions and 9 deletions

View File

@@ -3,8 +3,6 @@
/** /**
* @see https://github.com/artesaos/seotools * @see https://github.com/artesaos/seotools
*/ */
$title = 'MEMEFAST: Make meme in seconds'; $title = 'MEMEFAST: Make meme in seconds';
$description = 'Simple & fast meme video editor'; $description = 'Simple & fast meme video editor';
@@ -57,13 +55,13 @@
* The default values to be used by the twitter cards generator. * The default values to be used by the twitter cards generator.
*/ */
'defaults' => [ 'defaults' => [
'card' => 'summary', 'card' => 'summary',
'site' => '@memefast', 'site' => '@memefast',
'title' => $title, 'title' => $title,
'description' => $description, 'description' => $description,
'image' => 'memefast-og.jpg', 'image' => 'memefast-og.jpg',
//'creator' => '@memefast', // 'creator' => '@memefast',
//'url' => , // Set null for using Url::current(), set false to total remove // 'url' => , // Set null for using Url::current(), set false to total remove
], ],
], ],
'json-ld' => [ 'json-ld' => [

File diff suppressed because one or more lines are too long