12
common/resources/config/seo/common.php
Executable file
12
common/resources/config/seo/common.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
[
|
||||
'property' => 'og:site_name',
|
||||
'content' => '{{site_name}}',
|
||||
],
|
||||
[
|
||||
'name' => 'twitter:card',
|
||||
'content' => 'summary',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user