Skip to content

Commit 03b3b23

Browse files
committed
Update seo.php
1 parent d9b50b3 commit 03b3b23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/seo.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,10 @@
4040
'twitter' => true,
4141
],
4242
],
43+
44+
// Available options:
45+
// - StructBuilder::TAG_SYNTAX_HTML5: <meta name="description">
46+
// - StructBuilder::TAG_SYNTAX_XHTML: <meta name="description" />
47+
// - StructBuilder::TAG_SYNTAX_XHTML_STRICT: <meta name="description"></meta>
48+
'tag_syntax' => \romanzipp\Seo\Builders\StructBuilder::TAG_SYNTAX_XHTML,
4349
];

0 commit comments

Comments
 (0)