We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b50b3 commit 03b3b23Copy full SHA for 03b3b23
config/seo.php
@@ -40,4 +40,10 @@
40
'twitter' => true,
41
],
42
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,
49
];
0 commit comments